@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
@@ -1,110 +0,0 @@
1
- # Name of the property. You can have multiple properties with completely
2
- # different config blocks for different sections of your site.
3
- # For example, you can have one property to handle comment submission and
4
- # another one to handle posts.
5
- # To encrypt strings use the following endpoint:
6
- # https://{STATICMAN API INSTANCE}/v3/encrypt/{TEXT TO BE ENCRYPTED}
7
- # {STATICMAN API INSTANCE} should match the `endpoint` in the theme config
8
- # file. It defaults to "staticman3.herokuapp.com".
9
-
10
- comments:
11
- # (*) REQUIRED
12
- #
13
- # Names of the fields the form is allowed to submit. If a field that is
14
- # not here is part of the request, an error will be thrown.
15
- allowedFields: ["name", "email", "url", "message"]
16
-
17
- # (*) REQUIRED WHEN USING NOTIFICATIONS
18
- #
19
- # When allowedOrigins is defined, only requests sent from one of the domains
20
- # listed will be accepted. The origin is sent as part as the `options` object
21
- # (e.g. <input name="options[origin]" value="http://yourdomain.com/post1")
22
- # allowedOrigins: ["https://example.com"]
23
-
24
- # (*) REQUIRED
25
- #
26
- # Name of the branch being used. Must match the `branch` in the theme config
27
- # file.
28
- branch: "master" # use "master" for user page or "gh-pages" for project pages
29
-
30
- commitMessage: "New comment by {fields.name}"
31
-
32
- # (*) REQUIRED
33
- #
34
- # Destination path (filename) for the data files. Accepts placeholders.
35
- filename: "comment-{@timestamp}"
36
-
37
- # The format of the generated data files. Accepted values are "json", "yaml"
38
- # or "frontmatter"
39
- format: "yaml"
40
-
41
- # List of fields to be populated automatically by Staticman and included in
42
- # the data file. Keys are the name of the field. The value can be an object
43
- # with a `type` property, which configures the generated field, or any value
44
- # to be used directly (e.g. a string, number or array)
45
- generatedFields:
46
- date:
47
- type: "date"
48
- options:
49
- format: "iso8601" # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds"
50
-
51
- # Whether entries need to be approved before they are published to the main
52
- # branch. If set to `true`, a pull request will be created for your approval.
53
- # Otherwise, entries will be published to the main branch automatically.
54
- moderation: false
55
-
56
- # Akismet spam detection.
57
- # akismet:
58
- # enabled: true
59
- # author: "name"
60
- # authorEmail: "email"
61
- # authorUrl: "url"
62
- # content: "message"
63
- # type: "comment"
64
-
65
- # Name of the site. Used in notification emails.
66
- # name: "Your Site"
67
-
68
- # Notification settings. When enabled, users can choose to receive notifications
69
- # via email when someone adds a reply or a new comment. This requires an account
70
- # with Mailgun, which you can get for free at http://mailgun.com.
71
- # notifications:
72
- # Enable notifications
73
- # enabled: true
74
-
75
- # (!) ENCRYPTED
76
- #
77
- # Mailgun API key
78
- # apiKey: ""
79
-
80
- # (!) ENCRYPTED
81
- #
82
- # Mailgun domain (encrypted)
83
- # domain: ""
84
-
85
- # (*) REQUIRED
86
- #
87
- # Destination path (directory) for the data files. Accepts placeholders.
88
- path: "_data/comments/{options.slug}" # (default)
89
-
90
- # Names of required files. If any of these isn't in the request or is empty,
91
- # an error will be thrown.
92
- requiredFields: ["name", "email", "message"]
93
-
94
- # List of transformations to apply to any of the fields supplied. Keys are
95
- # the name of the field and values are possible transformation types.
96
- transforms:
97
- email: md5
98
-
99
- # reCAPTCHA (OPTIONAL)
100
- # To enable reCAPTCHA:
101
- # 1. Set `enabled` to `true`
102
- # 2. Register your domain at https://www.google.com/recaptcha/ and choose reCAPTCHA V2
103
- # 3. Uncomment `siteKey` and `secret` and fill them in with your values
104
- reCaptcha:
105
- enabled: false
106
- #siteKey: ""
107
- # ENCRYPT reCaptcha secret key using Staticman /encrypt endpoint
108
- # i.e. https://{STATICMAN API INSTANCE}/v3/encrypt/{your-site-secret}
109
- # For more information, visit https://staticman.net/docs/encryption
110
- #secret: ""
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes