@manyos/smileconnect-api 1.39.1 → 1.40.1

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