@manyos/smileconnect-api 1.39.0 → 1.40.0

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.
Files changed (101) hide show
  1. package/app.js +14 -2
  2. package/conf/clients.json +1 -0
  3. package/docs/.nojekyll +0 -0
  4. package/docs/README.md +1 -0
  5. package/docs/_coverpage.md +12 -0
  6. package/docs/_media/dataflow.png +0 -0
  7. package/docs/_media/logo.png +0 -0
  8. package/docs/_sidebar.md +25 -0
  9. package/docs/adapter.md +309 -0
  10. package/docs/architecture.md +8 -0
  11. package/docs/configuration/clients.md +69 -0
  12. package/docs/configuration/config.md +323 -0
  13. package/docs/{eventlog → configuration}/events.md +11 -8
  14. package/docs/{general/field-management.md → configuration/mapping.md} +2 -72
  15. package/docs/howto/{worklog-attachment.md → attachments.md} +8 -15
  16. package/docs/howto/cmdbobjects.md +11 -17
  17. package/docs/howto/incidents.md +16 -23
  18. package/docs/howto/token.md +14 -18
  19. package/docs/howto/{incident-worklogs.md → worklogs.md} +14 -21
  20. package/docs/index.html +26 -0
  21. package/docs/openapi.json +2054 -1354
  22. package/docs/quickstart.md +9 -0
  23. package/docs/releases.md +11 -0
  24. package/docs/scripts.md +204 -0
  25. package/package.json +1 -1
  26. package/routes/cmdbObjectRoutes.js +5 -0
  27. package/routes/customFormRoutes.js +2 -0
  28. package/routes/taskRoutes.js +11 -0
  29. package/routes/ticketRoutes.js +2 -0
  30. package/routes/ticketWorkLogRoutes.js +4 -0
  31. package/docs/.gitattributes +0 -48
  32. package/docs/404.html +0 -13
  33. package/docs/Gemfile +0 -7
  34. package/docs/Gemfile.lock +0 -249
  35. package/docs/_config.yml +0 -257
  36. package/docs/_data/SocialNetworks.yml +0 -92
  37. package/docs/_data/ui-text.yml +0 -494
  38. package/docs/_includes/disqus.html +0 -17
  39. package/docs/_includes/ext-css.html +0 -7
  40. package/docs/_includes/ext-js.html +0 -7
  41. package/docs/_includes/fb-comment.html +0 -14
  42. package/docs/_includes/footer-minimal.html +0 -16
  43. package/docs/_includes/footer-scripts.html +0 -32
  44. package/docs/_includes/footer.html +0 -51
  45. package/docs/_includes/google_analytics.html +0 -14
  46. package/docs/_includes/gtag.html +0 -11
  47. package/docs/_includes/gtm_body.html +0 -6
  48. package/docs/_includes/gtm_head.html +0 -9
  49. package/docs/_includes/head.html +0 -131
  50. package/docs/_includes/header.html +0 -76
  51. package/docs/_includes/just_comments.html +0 -4
  52. package/docs/_includes/matomo.html +0 -17
  53. package/docs/_includes/nav.html +0 -57
  54. package/docs/_includes/social-share.html +0 -42
  55. package/docs/_includes/staticman-comment.html +0 -22
  56. package/docs/_includes/staticman-comments.html +0 -81
  57. package/docs/_layouts/base.html +0 -35
  58. package/docs/_layouts/default.html +0 -9
  59. package/docs/_layouts/minimal.html +0 -26
  60. package/docs/_layouts/page.html +0 -26
  61. package/docs/_layouts/post.html +0 -82
  62. package/docs/_posts/2015-02-28-test-markdown.md +0 -77
  63. package/docs/aboutme.md +0 -18
  64. package/docs/css/bootstrap-social.css +0 -147
  65. package/docs/css/bootstrap-theme.css +0 -476
  66. package/docs/css/bootstrap-theme.css.map +0 -1
  67. package/docs/css/bootstrap-theme.min.css +0 -5
  68. package/docs/css/bootstrap.css +0 -6566
  69. package/docs/css/bootstrap.css.map +0 -1
  70. package/docs/css/bootstrap.min.css +0 -5
  71. package/docs/css/main-minimal.css +0 -13
  72. package/docs/css/main.css +0 -788
  73. package/docs/css/normalize.css +0 -427
  74. package/docs/css/pygment_highlights.css +0 -61
  75. package/docs/css/staticman.css +0 -180
  76. package/docs/feed.xml +0 -24
  77. package/docs/general/architecture.md +0 -10
  78. package/docs/general/config.md +0 -201
  79. package/docs/general/release-notes.md +0 -9
  80. package/docs/howto/sample-config.md +0 -518
  81. package/docs/img/404-southpark.jpg +0 -0
  82. package/docs/img/avatar-icon.png +0 -0
  83. package/docs/img/bgimage.png +0 -0
  84. package/docs/img/gb-isapi.jpg +0 -0
  85. package/docs/img/install-steps.gif +0 -0
  86. package/docs/img/workflow.png +0 -0
  87. package/docs/js/bootstrap.js +0 -2306
  88. package/docs/js/bootstrap.min.js +0 -7
  89. package/docs/js/jquery-1.11.2.min.js +0 -4
  90. package/docs/js/main.js +0 -140
  91. package/docs/js/staticman.js +0 -54
  92. package/docs/staticman.yml +0 -110
  93. /package/docs/{img → _media}/architecture.jpeg +0 -0
  94. /package/docs/{img → _media}/attachment-upload.png +0 -0
  95. /package/docs/{getting-started.md → old/getting-started.md} +0 -0
  96. /package/docs/{index.md → old/index.md} +0 -0
  97. /package/docs/{installation.md → old/installation.md} +0 -0
  98. /package/docs/{postinstall.md → old/postinstall.md} +0 -0
  99. /package/docs/{preinstall.md → old/preinstall.md} +0 -0
  100. /package/docs/{tags.html → old/tags.html} +0 -0
  101. /package/docs/{workflow.md → old/workflow.md} +0 -0
package/docs/_config.yml DELETED
@@ -1,257 +0,0 @@
1
- # --- General options --- #
2
-
3
- # Name of website
4
- title: SMILEconnect documentation
5
-
6
- # Short description of your site
7
- description: documentation for manyos ITSM API
8
-
9
- # --- Local development options ---
10
- # If your website is hosted locally rather than on GitHub, then you need to uncomment the next two parameters to set the url and baseurl
11
- # *** If you're not sure what this mean, then leave this section as it is. Only modify the url and baseurl if you know what you're doing!***
12
-
13
- # url is the the website domain URL without a trailing slash
14
- #url: "https://example.com"
15
-
16
- # baseurl should be an empty string
17
- #baseurl: ""
18
-
19
- # --- Navigation bar options --- #
20
-
21
- # List of links in the navigation bar
22
- navbar-links:
23
- Getting started: "getting-started"
24
- Resources:
25
- - Architecture: "general/architecture"
26
- - Configuration: "general/config"
27
- - Specification: "spec/index.html"
28
- How-Tos:
29
- - Authenticate: "howto/token"
30
- - Setup clients and mappings: "howto/sample-config"
31
- - Handle Incidents: "howto/incidents"
32
- - Use Worklogs: "howto/incident-worklogs"
33
- - Use Attachments: "howto/worklog-attachment"
34
- - Get CMDBObjects: "howto/cmdbobjects"
35
- manyos home: "https://manyos.it"
36
-
37
- # Image to show in the navigation bar - image must be a square (width = height)
38
- # Remove this parameter if you don't want an image in the navbar
39
- avatar: "/img/avatar-icon.png"
40
-
41
- # If you want to have an image logo in the top-left corner instead of the title text,
42
- # then specify the following parameter
43
- # title-img: /path/to/image
44
-
45
- # --- Background colour/image options --- #
46
-
47
- # Personalize the colors in your website. Colour values can be any valid CSS colour
48
-
49
- navbar-col: "#F5F5F5"
50
- navbar-text-col: "#404040"
51
- navbar-children-col: "#F5F5F5"
52
- page-col: "#FFFFFF"
53
- link-col: "#008AFF"
54
- hover-col: "#0085A1"
55
- footer-col: "#F5F5F5"
56
- footer-text-col: "#777777"
57
- footer-link-col: "#404040"
58
-
59
- # Alternatively, the navbar, footer, and page background can be set to use background images
60
- # instead of colour
61
-
62
- # navbar-img: "/img/bgimage.png"
63
- # footer-img: "/img/bgimage.png"
64
- # page-img: "/img/bgimage.png"
65
-
66
- # --- Footer options --- #
67
-
68
- # Change all these values or delete the ones you don't want.
69
- # Important: you must keep the "name" parameter, everything else you can remove
70
- author:
71
- name: manyos technology GmbH
72
-
73
- # Select your active Social Network Links.
74
- # Uncomment the links you want to show in the footer and add your information to each link.
75
- # You can reorder the items to define the link order.
76
- # If you want to add a new link that isn't here, you'll need to also edit the file _data/SocialNetworks.yml
77
- social-network-links:
78
- rss: false
79
- email: "mail@manyos.it"
80
- github: manyosit
81
- twitter: hannemannrobert
82
- linkedin: manyos
83
- # reddit: yourname
84
- # linkedin: robert-hannemann
85
- # xing: yourname
86
- # stackoverflow: "3943160/daattali"
87
- # snapchat: deanat78
88
- # instagram: deanat78
89
- # youtube: user/deanat78
90
- # spotify: yourname
91
- # telephone: +14159998888
92
- # steam: deanat78
93
- # twitch: yourname
94
- # yelp: yourname
95
-
96
- # Select which share links to show in posts
97
- share-links-active:
98
- twitter: true
99
- facebook: false
100
- linkedin: true
101
-
102
- # How to display the link to the website in the footer
103
- # Remove this if you don't want a link in the footer
104
- url-pretty: "smileconnect.manyosdocs.de" # eg. "deanattali.com/beautiful-jekyll"
105
-
106
- # --- Web Statistics Section --- #
107
-
108
- # Fill in your Google Analytics gtag.js ID to track your website using gtag
109
- #gtag: ""
110
-
111
- # Fill in your Google Analytics ID to track your website using GA
112
- #google_analytics: ""
113
-
114
- # Google Tag Manager ID
115
- #gtm: ""
116
-
117
- # Matomo (aka Piwik) Web statistics
118
- # Uncomment the following section to enable Matomo. The opt-out parameter controls
119
- # whether or not you want to allow users to opt out of tracking.
120
-
121
- #matomo:
122
- # site_id: "9"
123
- # uri: "demo.wiki.pro"
124
- # opt-out: true
125
-
126
- # --- Comments --- #
127
-
128
- # Fill in your Disqus shortname (NOT the userid) if you want to support Disqus comments
129
- # disqus: ""
130
-
131
- # If you want to use JustComments fill with the API Key
132
- #just-comments: "ABCD-EFGH-IJKL"
133
-
134
- # To use Facebook Comments, fill in a Facebook App ID
135
- # fb_comment_id: ""
136
-
137
- # To use Staticman comments, fill in repository, branch, and endpoint
138
- staticman:
139
- repository : "manyosit/itsmproxy" # GitHub username/repository eg. "daattali/beautiful-jekyll"
140
- branch : master # If you're not using `master` branch, then you also need to update the `branch` parameter in `staticman.yml`
141
- endpoint : # URL of your own deployment, with a trailing slash (will fallback to a public GitLab instance) eg. https://<your-api>/v3/entry/github/
142
- reCaptcha:
143
- # reCaptcha for Staticman (OPTIONAL, but recommended for spam protection)
144
- # If you use reCaptcha, you must also set these parameters in staticman.yml
145
- siteKey : # Use your own site key, you need to apply for one on Google
146
- secret : # ENCRYPT your password by going to https://staticman3.herokuapp.com/v3/encrypt/<your-site-secret>
147
-
148
- # --- Misc --- #
149
-
150
- # Facebook App ID
151
- # fb_app_id: ""
152
-
153
- # Excerpt Word Length
154
- # Truncates the excerpt to the specified number of words on the index page
155
- excerpt_length: 50
156
-
157
- # Character used to separate site title and description in HTML document title
158
- # and RSS feed title
159
- title-separator: "-"
160
-
161
- # --- Don't need to touch anything below here (but you can if you want) --- #
162
-
163
- # Output options (more information on Jekyll's site)
164
- timezone: "Europe/Berlin"
165
- markdown: kramdown
166
- highlighter: rouge
167
- permalink: /:year-:month-:day-:title/
168
- paginate: 5
169
-
170
- kramdown:
171
- input: GFM
172
-
173
- # Default YAML values (more information on Jekyll's site)
174
- defaults:
175
- -
176
- scope:
177
- path: ""
178
- type: "posts"
179
- values:
180
- layout: "post"
181
- comments: true # add comments to all blog posts
182
- social-share: true # add social media sharing buttons to all blog posts
183
- -
184
- scope:
185
- path: "" # all files
186
- values:
187
- layout: "page"
188
- show-avatar: true
189
-
190
- # Use tags index page and make tags on each post clickable
191
- link-tags: true
192
-
193
- # Exclude these files from production site
194
- exclude:
195
- - CHANGELOG.md
196
- - CNAME
197
- - Gemfile
198
- - Gemfile.lock
199
-
200
- # prose.io config
201
- prose:
202
- rooturl: '_posts'
203
- media: 'img'
204
- ignore:
205
- - openapi.json
206
- - 404.html
207
- - feed.xml
208
- - _config.yml
209
- - /_layouts
210
- - /_includes
211
- - /css
212
- - /img
213
- - /js
214
- metadata:
215
- _posts:
216
- - name: "layout"
217
- field:
218
- element: "hidden"
219
- value: "post"
220
- - name: "title"
221
- field:
222
- element: "text"
223
- label: "Post title"
224
- placeholder: "Title"
225
- alterable: true
226
- - name: "subtitle"
227
- field:
228
- element: "textarea"
229
- label: "Subtitle"
230
- placeholder: "A description of your post."
231
- alterable: true
232
- - name: "date"
233
- field:
234
- element: "text"
235
- label: "Date"
236
- help: "Enter date of post."
237
- placeholder: "yyyy-mm-dd"
238
- alterable: true
239
- - name: "image"
240
- field:
241
- element: "text"
242
- label: "Image"
243
- help: "Add a thumbnail image to your post."
244
- placeholder: "Thumbnail"
245
- alterable: true
246
- - name: "published"
247
- field:
248
- element: "checkbox"
249
- label: "Publish"
250
- help: "Check to publish post, uncheck to hide."
251
-
252
- plugins:
253
- - jekyll-paginate
254
- - jekyll-sitemap
255
-
256
- # Beautiful Jekyll / Dean Attali
257
- # 2fc73a3a967e97599c9763d05e564189
@@ -1,92 +0,0 @@
1
- # You can define your custom social network links here.
2
- # Use the same key you added in _config.yml -> social-network-links.
3
- # In addition to that you need to specify the following properties:
4
- # name: Specify a user-friendly name that will be used as a link title
5
- # baseURL: Define a base URL which will be combined with the value of
6
- # site.social-network-links.<key>
7
- # icon: Specify a valid fontawesome icon class
8
-
9
- facebook:
10
- name: "Facebook"
11
- baseURL: "https://www.facebook.com/"
12
- icon: "fa-facebook"
13
-
14
- github:
15
- name: "GitHub"
16
- baseURL: "https://github.com/"
17
- icon: "fa-github"
18
-
19
- twitter:
20
- name: "Twitter"
21
- baseURL: "https://twitter.com/"
22
- icon: "fa-twitter"
23
-
24
- reddit:
25
- name: "Reddit"
26
- baseURL: "https://reddit.com/u/"
27
- icon: "fa-reddit"
28
-
29
- email:
30
- name: "Email me"
31
- baseURL: "mailto:"
32
- icon: "fa-envelope"
33
-
34
- linkedin:
35
- name: "LinkedIn"
36
- baseURL: "https://linkedin.com/company/"
37
- icon: "fa-linkedin"
38
-
39
- xing:
40
- name: "Xing"
41
- baseURL: "https://www.xing.com/profile/"
42
- icon: "fa-xing"
43
-
44
- stackoverflow:
45
- name: "StackOverflow"
46
- baseURL: "https://stackoverflow.com/users/"
47
- icon: "fa-stack-overflow"
48
-
49
- snapchat:
50
- name: "Snapchat"
51
- baseURL: "https://www.snapchat.com/add/"
52
- icon: "fa-snapchat-ghost"
53
-
54
- instagram:
55
- name: "Instagram"
56
- baseURL: "https://www.instagram.com/"
57
- icon: "fa-instagram"
58
-
59
- youtube:
60
- name: "YouTube"
61
- baseURL: "https://www.youtube.com/"
62
- icon: "fa-youtube"
63
-
64
- spotify:
65
- name: "Spotify"
66
- baseURL: "https://open.spotify.com/user/"
67
- icon: "fa-spotify"
68
-
69
- telephone:
70
- name: "Phone"
71
- baseURL: "tel:"
72
- icon: "fa-phone"
73
-
74
- rss:
75
- name: "RSS"
76
- baseURL: "{{ '/feed.xml' | relative_url }}"
77
- icon: "fa-rss"
78
-
79
- steam:
80
- name: "Steam"
81
- baseURL: "https://steamcommunity.com/id/"
82
- icon: "fa-steam"
83
-
84
- twitch:
85
- name: "Twitch"
86
- baseURL: "https://www.twitch.tv/"
87
- icon: "fa-twitch"
88
-
89
- yelp:
90
- name: "Yelp"
91
- baseURL: "https://{{ site.author.yelp }}.yelp.com"
92
- icon: "fa-yelp"