@staffbase/widget-sdk 3.7.0-beta.1 → 3.7.2
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/docs/BaseBlock.md +7 -7
- package/docs/BlockAttributes.md +1 -1
- package/docs/BlockDefinition.md +9 -9
- package/docs/BlockElement.md +5 -5
- package/docs/ColorTheme.md +8 -8
- package/docs/ExternalBlockDefinition.md +3 -3
- package/docs/Home.md +5 -5
- package/docs/IntegrationInformation.md +5 -5
- package/docs/IntegrationToken.md +2 -2
- package/docs/SBColors.md +56 -56
- package/docs/SBFileType.md +6 -6
- package/docs/SBImageEntity.md +6 -6
- package/docs/SBUserAvatar.md +4 -4
- package/docs/SBUserProfile.md +8 -8
- package/docs/UserListItem.md +4 -4
- package/docs/UserListRequestQuery.md +4 -4
- package/docs/UserListResponse.md +4 -4
- package/docs/WidgetApi.md +5 -5
- package/package.json +1 -1
package/docs/BaseBlock.md
CHANGED
|
@@ -1355,7 +1355,7 @@ to that language.
|
|
|
1355
1355
|
|
|
1356
1356
|
#### Defined in
|
|
1357
1357
|
|
|
1358
|
-
[lib/base-block.ts:108](https://github.com/Staffbase/widget-sdk/blob/
|
|
1358
|
+
[lib/base-block.ts:108](https://github.com/Staffbase/widget-sdk/blob/master/lib/base-block.ts#L108)
|
|
1359
1359
|
|
|
1360
1360
|
___
|
|
1361
1361
|
|
|
@@ -3827,7 +3827,7 @@ order to let the base class know about the arguments that it might be interested
|
|
|
3827
3827
|
|
|
3828
3828
|
#### Defined in
|
|
3829
3829
|
|
|
3830
|
-
[lib/base-block.ts:65](https://github.com/Staffbase/widget-sdk/blob/
|
|
3830
|
+
[lib/base-block.ts:65](https://github.com/Staffbase/widget-sdk/blob/master/lib/base-block.ts#L65)
|
|
3831
3831
|
|
|
3832
3832
|
___
|
|
3833
3833
|
|
|
@@ -4904,7 +4904,7 @@ and parses the data uris to the arrays and objects. Dates are remaining a string
|
|
|
4904
4904
|
|
|
4905
4905
|
#### Defined in
|
|
4906
4906
|
|
|
4907
|
-
[lib/base-block.ts:98](https://github.com/Staffbase/widget-sdk/blob/
|
|
4907
|
+
[lib/base-block.ts:98](https://github.com/Staffbase/widget-sdk/blob/master/lib/base-block.ts#L98)
|
|
4908
4908
|
|
|
4909
4909
|
___
|
|
4910
4910
|
|
|
@@ -4934,7 +4934,7 @@ Override this if the attributes are handled with a different logic then the defa
|
|
|
4934
4934
|
|
|
4935
4935
|
#### Defined in
|
|
4936
4936
|
|
|
4937
|
-
[lib/base-block.ts:82](https://github.com/Staffbase/widget-sdk/blob/
|
|
4937
|
+
[lib/base-block.ts:82](https://github.com/Staffbase/widget-sdk/blob/master/lib/base-block.ts#L82)
|
|
4938
4938
|
|
|
4939
4939
|
___
|
|
4940
4940
|
|
|
@@ -5360,7 +5360,7 @@ Default implementation is a noop.
|
|
|
5360
5360
|
|
|
5361
5361
|
#### Defined in
|
|
5362
5362
|
|
|
5363
|
-
[lib/base-block.ts:31](https://github.com/Staffbase/widget-sdk/blob/
|
|
5363
|
+
[lib/base-block.ts:31](https://github.com/Staffbase/widget-sdk/blob/master/lib/base-block.ts#L31)
|
|
5364
5364
|
|
|
5365
5365
|
___
|
|
5366
5366
|
|
|
@@ -5386,7 +5386,7 @@ with the widget name and icon.
|
|
|
5386
5386
|
|
|
5387
5387
|
#### Defined in
|
|
5388
5388
|
|
|
5389
|
-
[lib/base-block.ts:44](https://github.com/Staffbase/widget-sdk/blob/
|
|
5389
|
+
[lib/base-block.ts:44](https://github.com/Staffbase/widget-sdk/blob/master/lib/base-block.ts#L44)
|
|
5390
5390
|
|
|
5391
5391
|
___
|
|
5392
5392
|
|
|
@@ -5858,7 +5858,7 @@ Override this in order to implement your unmount logic.
|
|
|
5858
5858
|
|
|
5859
5859
|
#### Defined in
|
|
5860
5860
|
|
|
5861
|
-
[lib/base-block.ts:53](https://github.com/Staffbase/widget-sdk/blob/
|
|
5861
|
+
[lib/base-block.ts:53](https://github.com/Staffbase/widget-sdk/blob/master/lib/base-block.ts#L53)
|
|
5862
5862
|
|
|
5863
5863
|
___
|
|
5864
5864
|
|
package/docs/BlockAttributes.md
CHANGED
package/docs/BlockDefinition.md
CHANGED
|
@@ -30,7 +30,7 @@ DOM attributes of the element, must be in kebab-case.
|
|
|
30
30
|
|
|
31
31
|
#### Defined in
|
|
32
32
|
|
|
33
|
-
[lib/block-definition.ts:40](https://github.com/Staffbase/widget-sdk/blob/
|
|
33
|
+
[lib/block-definition.ts:40](https://github.com/Staffbase/widget-sdk/blob/master/lib/block-definition.ts#L40)
|
|
34
34
|
|
|
35
35
|
___
|
|
36
36
|
|
|
@@ -43,7 +43,7 @@ rather than a div element if not specified, it defaults to `block`.
|
|
|
43
43
|
|
|
44
44
|
#### Defined in
|
|
45
45
|
|
|
46
|
-
[lib/block-definition.ts:46](https://github.com/Staffbase/widget-sdk/blob/
|
|
46
|
+
[lib/block-definition.ts:46](https://github.com/Staffbase/widget-sdk/blob/master/lib/block-definition.ts#L46)
|
|
47
47
|
|
|
48
48
|
___
|
|
49
49
|
|
|
@@ -78,7 +78,7 @@ Schema used for defining the configuration form.
|
|
|
78
78
|
|
|
79
79
|
#### Defined in
|
|
80
80
|
|
|
81
|
-
[lib/block-definition.ts:73](https://github.com/Staffbase/widget-sdk/blob/
|
|
81
|
+
[lib/block-definition.ts:73](https://github.com/Staffbase/widget-sdk/blob/master/lib/block-definition.ts#L73)
|
|
82
82
|
|
|
83
83
|
___
|
|
84
84
|
|
|
@@ -90,7 +90,7 @@ The implementation of the web component.
|
|
|
90
90
|
|
|
91
91
|
#### Defined in
|
|
92
92
|
|
|
93
|
-
[lib/block-definition.ts:30](https://github.com/Staffbase/widget-sdk/blob/
|
|
93
|
+
[lib/block-definition.ts:30](https://github.com/Staffbase/widget-sdk/blob/master/lib/block-definition.ts#L30)
|
|
94
94
|
|
|
95
95
|
___
|
|
96
96
|
|
|
@@ -103,7 +103,7 @@ We recommend an icon with the dimensions 32x32 px.
|
|
|
103
103
|
|
|
104
104
|
#### Defined in
|
|
105
105
|
|
|
106
|
-
[lib/block-definition.ts:100](https://github.com/Staffbase/widget-sdk/blob/
|
|
106
|
+
[lib/block-definition.ts:100](https://github.com/Staffbase/widget-sdk/blob/master/lib/block-definition.ts#L100)
|
|
107
107
|
|
|
108
108
|
___
|
|
109
109
|
|
|
@@ -115,7 +115,7 @@ Label displayed in the settings dialog and in the default widget preview.
|
|
|
115
115
|
|
|
116
116
|
#### Defined in
|
|
117
117
|
|
|
118
|
-
[lib/block-definition.ts:94](https://github.com/Staffbase/widget-sdk/blob/
|
|
118
|
+
[lib/block-definition.ts:94](https://github.com/Staffbase/widget-sdk/blob/master/lib/block-definition.ts#L94)
|
|
119
119
|
|
|
120
120
|
___
|
|
121
121
|
|
|
@@ -130,7 +130,7 @@ webcomponent naming conventions.
|
|
|
130
130
|
|
|
131
131
|
#### Defined in
|
|
132
132
|
|
|
133
|
-
[lib/block-definition.ts:25](https://github.com/Staffbase/widget-sdk/blob/
|
|
133
|
+
[lib/block-definition.ts:25](https://github.com/Staffbase/widget-sdk/blob/master/lib/block-definition.ts#L25)
|
|
134
134
|
|
|
135
135
|
___
|
|
136
136
|
|
|
@@ -142,7 +142,7 @@ Can be used for extending from a built-in element.
|
|
|
142
142
|
|
|
143
143
|
#### Defined in
|
|
144
144
|
|
|
145
|
-
[lib/block-definition.ts:35](https://github.com/Staffbase/widget-sdk/blob/
|
|
145
|
+
[lib/block-definition.ts:35](https://github.com/Staffbase/widget-sdk/blob/master/lib/block-definition.ts#L35)
|
|
146
146
|
|
|
147
147
|
___
|
|
148
148
|
|
|
@@ -164,4 +164,4 @@ Schema to add more customization to the look and feel of the configuration form.
|
|
|
164
164
|
|
|
165
165
|
#### Defined in
|
|
166
166
|
|
|
167
|
-
[lib/block-definition.ts:89](https://github.com/Staffbase/widget-sdk/blob/
|
|
167
|
+
[lib/block-definition.ts:89](https://github.com/Staffbase/widget-sdk/blob/master/lib/block-definition.ts#L89)
|
package/docs/BlockElement.md
CHANGED
|
@@ -24,7 +24,7 @@ Invoked when the custom element is moved to a new document.
|
|
|
24
24
|
|
|
25
25
|
#### Defined in
|
|
26
26
|
|
|
27
|
-
[lib/block-element.ts:33](https://github.com/Staffbase/widget-sdk/blob/
|
|
27
|
+
[lib/block-element.ts:33](https://github.com/Staffbase/widget-sdk/blob/master/lib/block-element.ts#L33)
|
|
28
28
|
|
|
29
29
|
___
|
|
30
30
|
|
|
@@ -50,7 +50,7 @@ Note that you have to statically register the observed values with the 'observed
|
|
|
50
50
|
|
|
51
51
|
#### Defined in
|
|
52
52
|
|
|
53
|
-
[lib/block-element.ts:44](https://github.com/Staffbase/widget-sdk/blob/
|
|
53
|
+
[lib/block-element.ts:44](https://github.com/Staffbase/widget-sdk/blob/master/lib/block-element.ts#L44)
|
|
54
54
|
|
|
55
55
|
___
|
|
56
56
|
|
|
@@ -66,7 +66,7 @@ Invoked when the custom element is first connected to the DOM.
|
|
|
66
66
|
|
|
67
67
|
#### Defined in
|
|
68
68
|
|
|
69
|
-
[lib/block-element.ts:23](https://github.com/Staffbase/widget-sdk/blob/
|
|
69
|
+
[lib/block-element.ts:23](https://github.com/Staffbase/widget-sdk/blob/master/lib/block-element.ts#L23)
|
|
70
70
|
|
|
71
71
|
___
|
|
72
72
|
|
|
@@ -82,7 +82,7 @@ Invoked when the custom element is disconnected from the DOM.
|
|
|
82
82
|
|
|
83
83
|
#### Defined in
|
|
84
84
|
|
|
85
|
-
[lib/block-element.ts:28](https://github.com/Staffbase/widget-sdk/blob/
|
|
85
|
+
[lib/block-element.ts:28](https://github.com/Staffbase/widget-sdk/blob/master/lib/block-element.ts#L28)
|
|
86
86
|
|
|
87
87
|
___
|
|
88
88
|
|
|
@@ -100,4 +100,4 @@ and revert the block to its initial state.
|
|
|
100
100
|
|
|
101
101
|
#### Defined in
|
|
102
102
|
|
|
103
|
-
[lib/block-element.ts:55](https://github.com/Staffbase/widget-sdk/blob/
|
|
103
|
+
[lib/block-element.ts:55](https://github.com/Staffbase/widget-sdk/blob/master/lib/block-element.ts#L55)
|
package/docs/ColorTheme.md
CHANGED
|
@@ -24,7 +24,7 @@ and feel of the Staffbase ecosystem it was added to.
|
|
|
24
24
|
|
|
25
25
|
#### Defined in
|
|
26
26
|
|
|
27
|
-
[lib/widget-api-types.ts:103](https://github.com/Staffbase/widget-sdk/blob/
|
|
27
|
+
[lib/widget-api-types.ts:103](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L103)
|
|
28
28
|
|
|
29
29
|
___
|
|
30
30
|
|
|
@@ -34,7 +34,7 @@ ___
|
|
|
34
34
|
|
|
35
35
|
#### Defined in
|
|
36
36
|
|
|
37
|
-
[lib/widget-api-types.ts:106](https://github.com/Staffbase/widget-sdk/blob/
|
|
37
|
+
[lib/widget-api-types.ts:106](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L106)
|
|
38
38
|
|
|
39
39
|
___
|
|
40
40
|
|
|
@@ -44,7 +44,7 @@ ___
|
|
|
44
44
|
|
|
45
45
|
#### Defined in
|
|
46
46
|
|
|
47
|
-
[lib/widget-api-types.ts:107](https://github.com/Staffbase/widget-sdk/blob/
|
|
47
|
+
[lib/widget-api-types.ts:107](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L107)
|
|
48
48
|
|
|
49
49
|
___
|
|
50
50
|
|
|
@@ -54,7 +54,7 @@ ___
|
|
|
54
54
|
|
|
55
55
|
#### Defined in
|
|
56
56
|
|
|
57
|
-
[lib/widget-api-types.ts:108](https://github.com/Staffbase/widget-sdk/blob/
|
|
57
|
+
[lib/widget-api-types.ts:108](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L108)
|
|
58
58
|
|
|
59
59
|
___
|
|
60
60
|
|
|
@@ -64,7 +64,7 @@ ___
|
|
|
64
64
|
|
|
65
65
|
#### Defined in
|
|
66
66
|
|
|
67
|
-
[lib/widget-api-types.ts:109](https://github.com/Staffbase/widget-sdk/blob/
|
|
67
|
+
[lib/widget-api-types.ts:109](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L109)
|
|
68
68
|
|
|
69
69
|
___
|
|
70
70
|
|
|
@@ -74,7 +74,7 @@ ___
|
|
|
74
74
|
|
|
75
75
|
#### Defined in
|
|
76
76
|
|
|
77
|
-
[lib/widget-api-types.ts:105](https://github.com/Staffbase/widget-sdk/blob/
|
|
77
|
+
[lib/widget-api-types.ts:105](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L105)
|
|
78
78
|
|
|
79
79
|
___
|
|
80
80
|
|
|
@@ -84,7 +84,7 @@ ___
|
|
|
84
84
|
|
|
85
85
|
#### Defined in
|
|
86
86
|
|
|
87
|
-
[lib/widget-api-types.ts:110](https://github.com/Staffbase/widget-sdk/blob/
|
|
87
|
+
[lib/widget-api-types.ts:110](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L110)
|
|
88
88
|
|
|
89
89
|
___
|
|
90
90
|
|
|
@@ -94,4 +94,4 @@ ___
|
|
|
94
94
|
|
|
95
95
|
#### Defined in
|
|
96
96
|
|
|
97
|
-
[lib/widget-api-types.ts:104](https://github.com/Staffbase/widget-sdk/blob/
|
|
97
|
+
[lib/widget-api-types.ts:104](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L104)
|
|
@@ -29,7 +29,7 @@ Name of the author.
|
|
|
29
29
|
|
|
30
30
|
#### Defined in
|
|
31
31
|
|
|
32
|
-
[lib/external-block-definition.ts:39](https://github.com/Staffbase/widget-sdk/blob/
|
|
32
|
+
[lib/external-block-definition.ts:39](https://github.com/Staffbase/widget-sdk/blob/master/lib/external-block-definition.ts#L39)
|
|
33
33
|
|
|
34
34
|
___
|
|
35
35
|
|
|
@@ -43,7 +43,7 @@ Will be registered to the staffbase app.
|
|
|
43
43
|
|
|
44
44
|
#### Defined in
|
|
45
45
|
|
|
46
|
-
[lib/external-block-definition.ts:29](https://github.com/Staffbase/widget-sdk/blob/
|
|
46
|
+
[lib/external-block-definition.ts:29](https://github.com/Staffbase/widget-sdk/blob/master/lib/external-block-definition.ts#L29)
|
|
47
47
|
|
|
48
48
|
___
|
|
49
49
|
|
|
@@ -55,4 +55,4 @@ Current version of the widget.
|
|
|
55
55
|
|
|
56
56
|
#### Defined in
|
|
57
57
|
|
|
58
|
-
[lib/external-block-definition.ts:34](https://github.com/Staffbase/widget-sdk/blob/
|
|
58
|
+
[lib/external-block-definition.ts:34](https://github.com/Staffbase/widget-sdk/blob/master/lib/external-block-definition.ts#L34)
|
package/docs/Home.md
CHANGED
|
@@ -70,7 +70,7 @@ Factory for the custom widgets.
|
|
|
70
70
|
|
|
71
71
|
#### Defined in
|
|
72
72
|
|
|
73
|
-
[lib/block-factory.ts:38](https://github.com/Staffbase/widget-sdk/blob/
|
|
73
|
+
[lib/block-factory.ts:38](https://github.com/Staffbase/widget-sdk/blob/master/lib/block-factory.ts#L38)
|
|
74
74
|
|
|
75
75
|
___
|
|
76
76
|
|
|
@@ -80,7 +80,7 @@ ___
|
|
|
80
80
|
|
|
81
81
|
#### Defined in
|
|
82
82
|
|
|
83
|
-
[lib/widget-api-types.ts:211](https://github.com/Staffbase/widget-sdk/blob/
|
|
83
|
+
[lib/widget-api-types.ts:211](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L211)
|
|
84
84
|
|
|
85
85
|
___
|
|
86
86
|
|
|
@@ -90,7 +90,7 @@ ___
|
|
|
90
90
|
|
|
91
91
|
#### Defined in
|
|
92
92
|
|
|
93
|
-
[lib/widget-api-types.ts:189](https://github.com/Staffbase/widget-sdk/blob/
|
|
93
|
+
[lib/widget-api-types.ts:189](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L189)
|
|
94
94
|
|
|
95
95
|
___
|
|
96
96
|
|
|
@@ -108,7 +108,7 @@ The sorting order of the user list.
|
|
|
108
108
|
|
|
109
109
|
#### Defined in
|
|
110
110
|
|
|
111
|
-
[lib/widget-api-types.ts:156](https://github.com/Staffbase/widget-sdk/blob/
|
|
111
|
+
[lib/widget-api-types.ts:156](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L156)
|
|
112
112
|
|
|
113
113
|
## Variables
|
|
114
114
|
|
|
@@ -128,4 +128,4 @@ All available states the integration can take
|
|
|
128
128
|
|
|
129
129
|
#### Defined in
|
|
130
130
|
|
|
131
|
-
[lib/widget-api-types.ts:205](https://github.com/Staffbase/widget-sdk/blob/
|
|
131
|
+
[lib/widget-api-types.ts:205](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L205)
|
|
@@ -23,7 +23,7 @@ Information about the requested Integration target
|
|
|
23
23
|
|
|
24
24
|
#### Defined in
|
|
25
25
|
|
|
26
|
-
[lib/widget-api-types.ts:220](https://github.com/Staffbase/widget-sdk/blob/
|
|
26
|
+
[lib/widget-api-types.ts:220](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L220)
|
|
27
27
|
|
|
28
28
|
___
|
|
29
29
|
|
|
@@ -33,7 +33,7 @@ ___
|
|
|
33
33
|
|
|
34
34
|
#### Defined in
|
|
35
35
|
|
|
36
|
-
[lib/widget-api-types.ts:218](https://github.com/Staffbase/widget-sdk/blob/
|
|
36
|
+
[lib/widget-api-types.ts:218](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L218)
|
|
37
37
|
|
|
38
38
|
___
|
|
39
39
|
|
|
@@ -43,7 +43,7 @@ ___
|
|
|
43
43
|
|
|
44
44
|
#### Defined in
|
|
45
45
|
|
|
46
|
-
[lib/widget-api-types.ts:222](https://github.com/Staffbase/widget-sdk/blob/
|
|
46
|
+
[lib/widget-api-types.ts:222](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L222)
|
|
47
47
|
|
|
48
48
|
___
|
|
49
49
|
|
|
@@ -53,7 +53,7 @@ ___
|
|
|
53
53
|
|
|
54
54
|
#### Defined in
|
|
55
55
|
|
|
56
|
-
[lib/widget-api-types.ts:224](https://github.com/Staffbase/widget-sdk/blob/
|
|
56
|
+
[lib/widget-api-types.ts:224](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L224)
|
|
57
57
|
|
|
58
58
|
## Methods
|
|
59
59
|
|
|
@@ -67,4 +67,4 @@ ___
|
|
|
67
67
|
|
|
68
68
|
#### Defined in
|
|
69
69
|
|
|
70
|
-
[lib/widget-api-types.ts:226](https://github.com/Staffbase/widget-sdk/blob/
|
|
70
|
+
[lib/widget-api-types.ts:226](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L226)
|
package/docs/IntegrationToken.md
CHANGED
|
@@ -17,7 +17,7 @@ Integration Token including the expiration time
|
|
|
17
17
|
|
|
18
18
|
#### Defined in
|
|
19
19
|
|
|
20
|
-
[lib/widget-api-types.ts:196](https://github.com/Staffbase/widget-sdk/blob/
|
|
20
|
+
[lib/widget-api-types.ts:196](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L196)
|
|
21
21
|
|
|
22
22
|
___
|
|
23
23
|
|
|
@@ -27,4 +27,4 @@ ___
|
|
|
27
27
|
|
|
28
28
|
#### Defined in
|
|
29
29
|
|
|
30
|
-
[lib/widget-api-types.ts:199](https://github.com/Staffbase/widget-sdk/blob/
|
|
30
|
+
[lib/widget-api-types.ts:199](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L199)
|
package/docs/SBColors.md
CHANGED
|
@@ -86,7 +86,7 @@ a foreground color on a white background.
|
|
|
86
86
|
|
|
87
87
|
#### Defined in
|
|
88
88
|
|
|
89
|
-
[lib/widget-api-types.ts:41](https://github.com/Staffbase/widget-sdk/blob/
|
|
89
|
+
[lib/widget-api-types.ts:41](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L41)
|
|
90
90
|
|
|
91
91
|
___
|
|
92
92
|
|
|
@@ -96,7 +96,7 @@ ___
|
|
|
96
96
|
|
|
97
97
|
#### Defined in
|
|
98
98
|
|
|
99
|
-
[lib/widget-api-types.ts:61](https://github.com/Staffbase/widget-sdk/blob/
|
|
99
|
+
[lib/widget-api-types.ts:61](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L61)
|
|
100
100
|
|
|
101
101
|
___
|
|
102
102
|
|
|
@@ -106,7 +106,7 @@ ___
|
|
|
106
106
|
|
|
107
107
|
#### Defined in
|
|
108
108
|
|
|
109
|
-
[lib/widget-api-types.ts:42](https://github.com/Staffbase/widget-sdk/blob/
|
|
109
|
+
[lib/widget-api-types.ts:42](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L42)
|
|
110
110
|
|
|
111
111
|
___
|
|
112
112
|
|
|
@@ -116,7 +116,7 @@ ___
|
|
|
116
116
|
|
|
117
117
|
#### Defined in
|
|
118
118
|
|
|
119
|
-
[lib/widget-api-types.ts:43](https://github.com/Staffbase/widget-sdk/blob/
|
|
119
|
+
[lib/widget-api-types.ts:43](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L43)
|
|
120
120
|
|
|
121
121
|
___
|
|
122
122
|
|
|
@@ -126,7 +126,7 @@ ___
|
|
|
126
126
|
|
|
127
127
|
#### Defined in
|
|
128
128
|
|
|
129
|
-
[lib/widget-api-types.ts:62](https://github.com/Staffbase/widget-sdk/blob/
|
|
129
|
+
[lib/widget-api-types.ts:62](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L62)
|
|
130
130
|
|
|
131
131
|
___
|
|
132
132
|
|
|
@@ -136,7 +136,7 @@ ___
|
|
|
136
136
|
|
|
137
137
|
#### Defined in
|
|
138
138
|
|
|
139
|
-
[lib/widget-api-types.ts:63](https://github.com/Staffbase/widget-sdk/blob/
|
|
139
|
+
[lib/widget-api-types.ts:63](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L63)
|
|
140
140
|
|
|
141
141
|
___
|
|
142
142
|
|
|
@@ -146,7 +146,7 @@ ___
|
|
|
146
146
|
|
|
147
147
|
#### Defined in
|
|
148
148
|
|
|
149
|
-
[lib/widget-api-types.ts:64](https://github.com/Staffbase/widget-sdk/blob/
|
|
149
|
+
[lib/widget-api-types.ts:64](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L64)
|
|
150
150
|
|
|
151
151
|
___
|
|
152
152
|
|
|
@@ -156,7 +156,7 @@ ___
|
|
|
156
156
|
|
|
157
157
|
#### Defined in
|
|
158
158
|
|
|
159
|
-
[lib/widget-api-types.ts:65](https://github.com/Staffbase/widget-sdk/blob/
|
|
159
|
+
[lib/widget-api-types.ts:65](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L65)
|
|
160
160
|
|
|
161
161
|
___
|
|
162
162
|
|
|
@@ -166,7 +166,7 @@ ___
|
|
|
166
166
|
|
|
167
167
|
#### Defined in
|
|
168
168
|
|
|
169
|
-
[lib/widget-api-types.ts:44](https://github.com/Staffbase/widget-sdk/blob/
|
|
169
|
+
[lib/widget-api-types.ts:44](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L44)
|
|
170
170
|
|
|
171
171
|
___
|
|
172
172
|
|
|
@@ -176,7 +176,7 @@ ___
|
|
|
176
176
|
|
|
177
177
|
#### Defined in
|
|
178
178
|
|
|
179
|
-
[lib/widget-api-types.ts:45](https://github.com/Staffbase/widget-sdk/blob/
|
|
179
|
+
[lib/widget-api-types.ts:45](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L45)
|
|
180
180
|
|
|
181
181
|
___
|
|
182
182
|
|
|
@@ -186,7 +186,7 @@ ___
|
|
|
186
186
|
|
|
187
187
|
#### Defined in
|
|
188
188
|
|
|
189
|
-
[lib/widget-api-types.ts:46](https://github.com/Staffbase/widget-sdk/blob/
|
|
189
|
+
[lib/widget-api-types.ts:46](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L46)
|
|
190
190
|
|
|
191
191
|
___
|
|
192
192
|
|
|
@@ -196,7 +196,7 @@ ___
|
|
|
196
196
|
|
|
197
197
|
#### Defined in
|
|
198
198
|
|
|
199
|
-
[lib/widget-api-types.ts:47](https://github.com/Staffbase/widget-sdk/blob/
|
|
199
|
+
[lib/widget-api-types.ts:47](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L47)
|
|
200
200
|
|
|
201
201
|
___
|
|
202
202
|
|
|
@@ -206,7 +206,7 @@ ___
|
|
|
206
206
|
|
|
207
207
|
#### Defined in
|
|
208
208
|
|
|
209
|
-
[lib/widget-api-types.ts:66](https://github.com/Staffbase/widget-sdk/blob/
|
|
209
|
+
[lib/widget-api-types.ts:66](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L66)
|
|
210
210
|
|
|
211
211
|
___
|
|
212
212
|
|
|
@@ -216,7 +216,7 @@ ___
|
|
|
216
216
|
|
|
217
217
|
#### Defined in
|
|
218
218
|
|
|
219
|
-
[lib/widget-api-types.ts:67](https://github.com/Staffbase/widget-sdk/blob/
|
|
219
|
+
[lib/widget-api-types.ts:67](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L67)
|
|
220
220
|
|
|
221
221
|
___
|
|
222
222
|
|
|
@@ -226,7 +226,7 @@ ___
|
|
|
226
226
|
|
|
227
227
|
#### Defined in
|
|
228
228
|
|
|
229
|
-
[lib/widget-api-types.ts:68](https://github.com/Staffbase/widget-sdk/blob/
|
|
229
|
+
[lib/widget-api-types.ts:68](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L68)
|
|
230
230
|
|
|
231
231
|
___
|
|
232
232
|
|
|
@@ -236,7 +236,7 @@ ___
|
|
|
236
236
|
|
|
237
237
|
#### Defined in
|
|
238
238
|
|
|
239
|
-
[lib/widget-api-types.ts:48](https://github.com/Staffbase/widget-sdk/blob/
|
|
239
|
+
[lib/widget-api-types.ts:48](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L48)
|
|
240
240
|
|
|
241
241
|
___
|
|
242
242
|
|
|
@@ -246,7 +246,7 @@ ___
|
|
|
246
246
|
|
|
247
247
|
#### Defined in
|
|
248
248
|
|
|
249
|
-
[lib/widget-api-types.ts:49](https://github.com/Staffbase/widget-sdk/blob/
|
|
249
|
+
[lib/widget-api-types.ts:49](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L49)
|
|
250
250
|
|
|
251
251
|
___
|
|
252
252
|
|
|
@@ -256,7 +256,7 @@ ___
|
|
|
256
256
|
|
|
257
257
|
#### Defined in
|
|
258
258
|
|
|
259
|
-
[lib/widget-api-types.ts:50](https://github.com/Staffbase/widget-sdk/blob/
|
|
259
|
+
[lib/widget-api-types.ts:50](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L50)
|
|
260
260
|
|
|
261
261
|
___
|
|
262
262
|
|
|
@@ -266,7 +266,7 @@ ___
|
|
|
266
266
|
|
|
267
267
|
#### Defined in
|
|
268
268
|
|
|
269
|
-
[lib/widget-api-types.ts:51](https://github.com/Staffbase/widget-sdk/blob/
|
|
269
|
+
[lib/widget-api-types.ts:51](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L51)
|
|
270
270
|
|
|
271
271
|
___
|
|
272
272
|
|
|
@@ -276,7 +276,7 @@ ___
|
|
|
276
276
|
|
|
277
277
|
#### Defined in
|
|
278
278
|
|
|
279
|
-
[lib/widget-api-types.ts:52](https://github.com/Staffbase/widget-sdk/blob/
|
|
279
|
+
[lib/widget-api-types.ts:52](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L52)
|
|
280
280
|
|
|
281
281
|
___
|
|
282
282
|
|
|
@@ -286,7 +286,7 @@ ___
|
|
|
286
286
|
|
|
287
287
|
#### Defined in
|
|
288
288
|
|
|
289
|
-
[lib/widget-api-types.ts:53](https://github.com/Staffbase/widget-sdk/blob/
|
|
289
|
+
[lib/widget-api-types.ts:53](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L53)
|
|
290
290
|
|
|
291
291
|
___
|
|
292
292
|
|
|
@@ -296,7 +296,7 @@ ___
|
|
|
296
296
|
|
|
297
297
|
#### Defined in
|
|
298
298
|
|
|
299
|
-
[lib/widget-api-types.ts:54](https://github.com/Staffbase/widget-sdk/blob/
|
|
299
|
+
[lib/widget-api-types.ts:54](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L54)
|
|
300
300
|
|
|
301
301
|
___
|
|
302
302
|
|
|
@@ -306,7 +306,7 @@ ___
|
|
|
306
306
|
|
|
307
307
|
#### Defined in
|
|
308
308
|
|
|
309
|
-
[lib/widget-api-types.ts:40](https://github.com/Staffbase/widget-sdk/blob/
|
|
309
|
+
[lib/widget-api-types.ts:40](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L40)
|
|
310
310
|
|
|
311
311
|
___
|
|
312
312
|
|
|
@@ -316,7 +316,7 @@ ___
|
|
|
316
316
|
|
|
317
317
|
#### Defined in
|
|
318
318
|
|
|
319
|
-
[lib/widget-api-types.ts:69](https://github.com/Staffbase/widget-sdk/blob/
|
|
319
|
+
[lib/widget-api-types.ts:69](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L69)
|
|
320
320
|
|
|
321
321
|
___
|
|
322
322
|
|
|
@@ -326,7 +326,7 @@ ___
|
|
|
326
326
|
|
|
327
327
|
#### Defined in
|
|
328
328
|
|
|
329
|
-
[lib/widget-api-types.ts:70](https://github.com/Staffbase/widget-sdk/blob/
|
|
329
|
+
[lib/widget-api-types.ts:70](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L70)
|
|
330
330
|
|
|
331
331
|
___
|
|
332
332
|
|
|
@@ -336,7 +336,7 @@ ___
|
|
|
336
336
|
|
|
337
337
|
#### Defined in
|
|
338
338
|
|
|
339
|
-
[lib/widget-api-types.ts:71](https://github.com/Staffbase/widget-sdk/blob/
|
|
339
|
+
[lib/widget-api-types.ts:71](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L71)
|
|
340
340
|
|
|
341
341
|
___
|
|
342
342
|
|
|
@@ -346,7 +346,7 @@ ___
|
|
|
346
346
|
|
|
347
347
|
#### Defined in
|
|
348
348
|
|
|
349
|
-
[lib/widget-api-types.ts:72](https://github.com/Staffbase/widget-sdk/blob/
|
|
349
|
+
[lib/widget-api-types.ts:72](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L72)
|
|
350
350
|
|
|
351
351
|
___
|
|
352
352
|
|
|
@@ -356,7 +356,7 @@ ___
|
|
|
356
356
|
|
|
357
357
|
#### Defined in
|
|
358
358
|
|
|
359
|
-
[lib/widget-api-types.ts:73](https://github.com/Staffbase/widget-sdk/blob/
|
|
359
|
+
[lib/widget-api-types.ts:73](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L73)
|
|
360
360
|
|
|
361
361
|
___
|
|
362
362
|
|
|
@@ -366,7 +366,7 @@ ___
|
|
|
366
366
|
|
|
367
367
|
#### Defined in
|
|
368
368
|
|
|
369
|
-
[lib/widget-api-types.ts:74](https://github.com/Staffbase/widget-sdk/blob/
|
|
369
|
+
[lib/widget-api-types.ts:74](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L74)
|
|
370
370
|
|
|
371
371
|
___
|
|
372
372
|
|
|
@@ -376,7 +376,7 @@ ___
|
|
|
376
376
|
|
|
377
377
|
#### Defined in
|
|
378
378
|
|
|
379
|
-
[lib/widget-api-types.ts:75](https://github.com/Staffbase/widget-sdk/blob/
|
|
379
|
+
[lib/widget-api-types.ts:75](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L75)
|
|
380
380
|
|
|
381
381
|
___
|
|
382
382
|
|
|
@@ -386,7 +386,7 @@ ___
|
|
|
386
386
|
|
|
387
387
|
#### Defined in
|
|
388
388
|
|
|
389
|
-
[lib/widget-api-types.ts:76](https://github.com/Staffbase/widget-sdk/blob/
|
|
389
|
+
[lib/widget-api-types.ts:76](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L76)
|
|
390
390
|
|
|
391
391
|
___
|
|
392
392
|
|
|
@@ -396,7 +396,7 @@ ___
|
|
|
396
396
|
|
|
397
397
|
#### Defined in
|
|
398
398
|
|
|
399
|
-
[lib/widget-api-types.ts:60](https://github.com/Staffbase/widget-sdk/blob/
|
|
399
|
+
[lib/widget-api-types.ts:60](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L60)
|
|
400
400
|
|
|
401
401
|
___
|
|
402
402
|
|
|
@@ -406,7 +406,7 @@ ___
|
|
|
406
406
|
|
|
407
407
|
#### Defined in
|
|
408
408
|
|
|
409
|
-
[lib/widget-api-types.ts:77](https://github.com/Staffbase/widget-sdk/blob/
|
|
409
|
+
[lib/widget-api-types.ts:77](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L77)
|
|
410
410
|
|
|
411
411
|
___
|
|
412
412
|
|
|
@@ -416,7 +416,7 @@ ___
|
|
|
416
416
|
|
|
417
417
|
#### Defined in
|
|
418
418
|
|
|
419
|
-
[lib/widget-api-types.ts:78](https://github.com/Staffbase/widget-sdk/blob/
|
|
419
|
+
[lib/widget-api-types.ts:78](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L78)
|
|
420
420
|
|
|
421
421
|
___
|
|
422
422
|
|
|
@@ -426,7 +426,7 @@ ___
|
|
|
426
426
|
|
|
427
427
|
#### Defined in
|
|
428
428
|
|
|
429
|
-
[lib/widget-api-types.ts:79](https://github.com/Staffbase/widget-sdk/blob/
|
|
429
|
+
[lib/widget-api-types.ts:79](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L79)
|
|
430
430
|
|
|
431
431
|
___
|
|
432
432
|
|
|
@@ -436,7 +436,7 @@ ___
|
|
|
436
436
|
|
|
437
437
|
#### Defined in
|
|
438
438
|
|
|
439
|
-
[lib/widget-api-types.ts:80](https://github.com/Staffbase/widget-sdk/blob/
|
|
439
|
+
[lib/widget-api-types.ts:80](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L80)
|
|
440
440
|
|
|
441
441
|
___
|
|
442
442
|
|
|
@@ -446,7 +446,7 @@ ___
|
|
|
446
446
|
|
|
447
447
|
#### Defined in
|
|
448
448
|
|
|
449
|
-
[lib/widget-api-types.ts:81](https://github.com/Staffbase/widget-sdk/blob/
|
|
449
|
+
[lib/widget-api-types.ts:81](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L81)
|
|
450
450
|
|
|
451
451
|
___
|
|
452
452
|
|
|
@@ -456,7 +456,7 @@ ___
|
|
|
456
456
|
|
|
457
457
|
#### Defined in
|
|
458
458
|
|
|
459
|
-
[lib/widget-api-types.ts:82](https://github.com/Staffbase/widget-sdk/blob/
|
|
459
|
+
[lib/widget-api-types.ts:82](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L82)
|
|
460
460
|
|
|
461
461
|
___
|
|
462
462
|
|
|
@@ -466,7 +466,7 @@ ___
|
|
|
466
466
|
|
|
467
467
|
#### Defined in
|
|
468
468
|
|
|
469
|
-
[lib/widget-api-types.ts:83](https://github.com/Staffbase/widget-sdk/blob/
|
|
469
|
+
[lib/widget-api-types.ts:83](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L83)
|
|
470
470
|
|
|
471
471
|
___
|
|
472
472
|
|
|
@@ -476,7 +476,7 @@ ___
|
|
|
476
476
|
|
|
477
477
|
#### Defined in
|
|
478
478
|
|
|
479
|
-
[lib/widget-api-types.ts:84](https://github.com/Staffbase/widget-sdk/blob/
|
|
479
|
+
[lib/widget-api-types.ts:84](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L84)
|
|
480
480
|
|
|
481
481
|
___
|
|
482
482
|
|
|
@@ -486,7 +486,7 @@ ___
|
|
|
486
486
|
|
|
487
487
|
#### Defined in
|
|
488
488
|
|
|
489
|
-
[lib/widget-api-types.ts:59](https://github.com/Staffbase/widget-sdk/blob/
|
|
489
|
+
[lib/widget-api-types.ts:59](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L59)
|
|
490
490
|
|
|
491
491
|
___
|
|
492
492
|
|
|
@@ -496,7 +496,7 @@ ___
|
|
|
496
496
|
|
|
497
497
|
#### Defined in
|
|
498
498
|
|
|
499
|
-
[lib/widget-api-types.ts:85](https://github.com/Staffbase/widget-sdk/blob/
|
|
499
|
+
[lib/widget-api-types.ts:85](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L85)
|
|
500
500
|
|
|
501
501
|
___
|
|
502
502
|
|
|
@@ -506,7 +506,7 @@ ___
|
|
|
506
506
|
|
|
507
507
|
#### Defined in
|
|
508
508
|
|
|
509
|
-
[lib/widget-api-types.ts:86](https://github.com/Staffbase/widget-sdk/blob/
|
|
509
|
+
[lib/widget-api-types.ts:86](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L86)
|
|
510
510
|
|
|
511
511
|
___
|
|
512
512
|
|
|
@@ -516,7 +516,7 @@ ___
|
|
|
516
516
|
|
|
517
517
|
#### Defined in
|
|
518
518
|
|
|
519
|
-
[lib/widget-api-types.ts:87](https://github.com/Staffbase/widget-sdk/blob/
|
|
519
|
+
[lib/widget-api-types.ts:87](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L87)
|
|
520
520
|
|
|
521
521
|
___
|
|
522
522
|
|
|
@@ -526,7 +526,7 @@ ___
|
|
|
526
526
|
|
|
527
527
|
#### Defined in
|
|
528
528
|
|
|
529
|
-
[lib/widget-api-types.ts:88](https://github.com/Staffbase/widget-sdk/blob/
|
|
529
|
+
[lib/widget-api-types.ts:88](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L88)
|
|
530
530
|
|
|
531
531
|
___
|
|
532
532
|
|
|
@@ -536,7 +536,7 @@ ___
|
|
|
536
536
|
|
|
537
537
|
#### Defined in
|
|
538
538
|
|
|
539
|
-
[lib/widget-api-types.ts:89](https://github.com/Staffbase/widget-sdk/blob/
|
|
539
|
+
[lib/widget-api-types.ts:89](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L89)
|
|
540
540
|
|
|
541
541
|
___
|
|
542
542
|
|
|
@@ -546,7 +546,7 @@ ___
|
|
|
546
546
|
|
|
547
547
|
#### Defined in
|
|
548
548
|
|
|
549
|
-
[lib/widget-api-types.ts:90](https://github.com/Staffbase/widget-sdk/blob/
|
|
549
|
+
[lib/widget-api-types.ts:90](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L90)
|
|
550
550
|
|
|
551
551
|
___
|
|
552
552
|
|
|
@@ -556,7 +556,7 @@ ___
|
|
|
556
556
|
|
|
557
557
|
#### Defined in
|
|
558
558
|
|
|
559
|
-
[lib/widget-api-types.ts:91](https://github.com/Staffbase/widget-sdk/blob/
|
|
559
|
+
[lib/widget-api-types.ts:91](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L91)
|
|
560
560
|
|
|
561
561
|
___
|
|
562
562
|
|
|
@@ -566,7 +566,7 @@ ___
|
|
|
566
566
|
|
|
567
567
|
#### Defined in
|
|
568
568
|
|
|
569
|
-
[lib/widget-api-types.ts:92](https://github.com/Staffbase/widget-sdk/blob/
|
|
569
|
+
[lib/widget-api-types.ts:92](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L92)
|
|
570
570
|
|
|
571
571
|
___
|
|
572
572
|
|
|
@@ -576,7 +576,7 @@ ___
|
|
|
576
576
|
|
|
577
577
|
#### Defined in
|
|
578
578
|
|
|
579
|
-
[lib/widget-api-types.ts:93](https://github.com/Staffbase/widget-sdk/blob/
|
|
579
|
+
[lib/widget-api-types.ts:93](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L93)
|
|
580
580
|
|
|
581
581
|
___
|
|
582
582
|
|
|
@@ -586,7 +586,7 @@ ___
|
|
|
586
586
|
|
|
587
587
|
#### Defined in
|
|
588
588
|
|
|
589
|
-
[lib/widget-api-types.ts:94](https://github.com/Staffbase/widget-sdk/blob/
|
|
589
|
+
[lib/widget-api-types.ts:94](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L94)
|
|
590
590
|
|
|
591
591
|
___
|
|
592
592
|
|
|
@@ -596,7 +596,7 @@ ___
|
|
|
596
596
|
|
|
597
597
|
#### Defined in
|
|
598
598
|
|
|
599
|
-
[lib/widget-api-types.ts:55](https://github.com/Staffbase/widget-sdk/blob/
|
|
599
|
+
[lib/widget-api-types.ts:55](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L55)
|
|
600
600
|
|
|
601
601
|
___
|
|
602
602
|
|
|
@@ -606,7 +606,7 @@ ___
|
|
|
606
606
|
|
|
607
607
|
#### Defined in
|
|
608
608
|
|
|
609
|
-
[lib/widget-api-types.ts:56](https://github.com/Staffbase/widget-sdk/blob/
|
|
609
|
+
[lib/widget-api-types.ts:56](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L56)
|
|
610
610
|
|
|
611
611
|
___
|
|
612
612
|
|
|
@@ -616,7 +616,7 @@ ___
|
|
|
616
616
|
|
|
617
617
|
#### Defined in
|
|
618
618
|
|
|
619
|
-
[lib/widget-api-types.ts:57](https://github.com/Staffbase/widget-sdk/blob/
|
|
619
|
+
[lib/widget-api-types.ts:57](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L57)
|
|
620
620
|
|
|
621
621
|
___
|
|
622
622
|
|
|
@@ -626,7 +626,7 @@ ___
|
|
|
626
626
|
|
|
627
627
|
#### Defined in
|
|
628
628
|
|
|
629
|
-
[lib/widget-api-types.ts:58](https://github.com/Staffbase/widget-sdk/blob/
|
|
629
|
+
[lib/widget-api-types.ts:58](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L58)
|
|
630
630
|
|
|
631
631
|
___
|
|
632
632
|
|
|
@@ -636,4 +636,4 @@ ___
|
|
|
636
636
|
|
|
637
637
|
#### Defined in
|
|
638
638
|
|
|
639
|
-
[lib/widget-api-types.ts:95](https://github.com/Staffbase/widget-sdk/blob/
|
|
639
|
+
[lib/widget-api-types.ts:95](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L95)
|
package/docs/SBFileType.md
CHANGED
|
@@ -21,7 +21,7 @@ File type entity
|
|
|
21
21
|
|
|
22
22
|
#### Defined in
|
|
23
23
|
|
|
24
|
-
[lib/widget-api-types.ts:18](https://github.com/Staffbase/widget-sdk/blob/
|
|
24
|
+
[lib/widget-api-types.ts:18](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L18)
|
|
25
25
|
|
|
26
26
|
___
|
|
27
27
|
|
|
@@ -31,7 +31,7 @@ ___
|
|
|
31
31
|
|
|
32
32
|
#### Defined in
|
|
33
33
|
|
|
34
|
-
[lib/widget-api-types.ts:21](https://github.com/Staffbase/widget-sdk/blob/
|
|
34
|
+
[lib/widget-api-types.ts:21](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L21)
|
|
35
35
|
|
|
36
36
|
___
|
|
37
37
|
|
|
@@ -41,7 +41,7 @@ ___
|
|
|
41
41
|
|
|
42
42
|
#### Defined in
|
|
43
43
|
|
|
44
|
-
[lib/widget-api-types.ts:23](https://github.com/Staffbase/widget-sdk/blob/
|
|
44
|
+
[lib/widget-api-types.ts:23](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L23)
|
|
45
45
|
|
|
46
46
|
___
|
|
47
47
|
|
|
@@ -51,7 +51,7 @@ ___
|
|
|
51
51
|
|
|
52
52
|
#### Defined in
|
|
53
53
|
|
|
54
|
-
[lib/widget-api-types.ts:22](https://github.com/Staffbase/widget-sdk/blob/
|
|
54
|
+
[lib/widget-api-types.ts:22](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L22)
|
|
55
55
|
|
|
56
56
|
___
|
|
57
57
|
|
|
@@ -61,7 +61,7 @@ ___
|
|
|
61
61
|
|
|
62
62
|
#### Defined in
|
|
63
63
|
|
|
64
|
-
[lib/widget-api-types.ts:19](https://github.com/Staffbase/widget-sdk/blob/
|
|
64
|
+
[lib/widget-api-types.ts:19](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L19)
|
|
65
65
|
|
|
66
66
|
___
|
|
67
67
|
|
|
@@ -71,4 +71,4 @@ ___
|
|
|
71
71
|
|
|
72
72
|
#### Defined in
|
|
73
73
|
|
|
74
|
-
[lib/widget-api-types.ts:20](https://github.com/Staffbase/widget-sdk/blob/
|
|
74
|
+
[lib/widget-api-types.ts:20](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L20)
|
package/docs/SBImageEntity.md
CHANGED
|
@@ -21,7 +21,7 @@ Image entity definition
|
|
|
21
21
|
|
|
22
22
|
#### Defined in
|
|
23
23
|
|
|
24
|
-
[lib/widget-api-types.ts:117](https://github.com/Staffbase/widget-sdk/blob/
|
|
24
|
+
[lib/widget-api-types.ts:117](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L117)
|
|
25
25
|
|
|
26
26
|
___
|
|
27
27
|
|
|
@@ -31,7 +31,7 @@ ___
|
|
|
31
31
|
|
|
32
32
|
#### Defined in
|
|
33
33
|
|
|
34
|
-
[lib/widget-api-types.ts:118](https://github.com/Staffbase/widget-sdk/blob/
|
|
34
|
+
[lib/widget-api-types.ts:118](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L118)
|
|
35
35
|
|
|
36
36
|
___
|
|
37
37
|
|
|
@@ -41,7 +41,7 @@ ___
|
|
|
41
41
|
|
|
42
42
|
#### Defined in
|
|
43
43
|
|
|
44
|
-
[lib/widget-api-types.ts:119](https://github.com/Staffbase/widget-sdk/blob/
|
|
44
|
+
[lib/widget-api-types.ts:119](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L119)
|
|
45
45
|
|
|
46
46
|
___
|
|
47
47
|
|
|
@@ -51,7 +51,7 @@ ___
|
|
|
51
51
|
|
|
52
52
|
#### Defined in
|
|
53
53
|
|
|
54
|
-
[lib/widget-api-types.ts:120](https://github.com/Staffbase/widget-sdk/blob/
|
|
54
|
+
[lib/widget-api-types.ts:120](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L120)
|
|
55
55
|
|
|
56
56
|
___
|
|
57
57
|
|
|
@@ -61,7 +61,7 @@ ___
|
|
|
61
61
|
|
|
62
62
|
#### Defined in
|
|
63
63
|
|
|
64
|
-
[lib/widget-api-types.ts:121](https://github.com/Staffbase/widget-sdk/blob/
|
|
64
|
+
[lib/widget-api-types.ts:121](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L121)
|
|
65
65
|
|
|
66
66
|
___
|
|
67
67
|
|
|
@@ -71,4 +71,4 @@ ___
|
|
|
71
71
|
|
|
72
72
|
#### Defined in
|
|
73
73
|
|
|
74
|
-
[lib/widget-api-types.ts:122](https://github.com/Staffbase/widget-sdk/blob/
|
|
74
|
+
[lib/widget-api-types.ts:122](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L122)
|
package/docs/SBUserAvatar.md
CHANGED
|
@@ -19,7 +19,7 @@ User avatar definition
|
|
|
19
19
|
|
|
20
20
|
#### Defined in
|
|
21
21
|
|
|
22
|
-
[lib/widget-api-types.ts:129](https://github.com/Staffbase/widget-sdk/blob/
|
|
22
|
+
[lib/widget-api-types.ts:129](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L129)
|
|
23
23
|
|
|
24
24
|
___
|
|
25
25
|
|
|
@@ -29,7 +29,7 @@ ___
|
|
|
29
29
|
|
|
30
30
|
#### Defined in
|
|
31
31
|
|
|
32
|
-
[lib/widget-api-types.ts:130](https://github.com/Staffbase/widget-sdk/blob/
|
|
32
|
+
[lib/widget-api-types.ts:130](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L130)
|
|
33
33
|
|
|
34
34
|
___
|
|
35
35
|
|
|
@@ -39,7 +39,7 @@ ___
|
|
|
39
39
|
|
|
40
40
|
#### Defined in
|
|
41
41
|
|
|
42
|
-
[lib/widget-api-types.ts:131](https://github.com/Staffbase/widget-sdk/blob/
|
|
42
|
+
[lib/widget-api-types.ts:131](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L131)
|
|
43
43
|
|
|
44
44
|
___
|
|
45
45
|
|
|
@@ -49,4 +49,4 @@ ___
|
|
|
49
49
|
|
|
50
50
|
#### Defined in
|
|
51
51
|
|
|
52
|
-
[lib/widget-api-types.ts:132](https://github.com/Staffbase/widget-sdk/blob/
|
|
52
|
+
[lib/widget-api-types.ts:132](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L132)
|
package/docs/SBUserProfile.md
CHANGED
|
@@ -23,7 +23,7 @@ User profile data
|
|
|
23
23
|
|
|
24
24
|
#### Defined in
|
|
25
25
|
|
|
26
|
-
[lib/widget-api-types.ts:145](https://github.com/Staffbase/widget-sdk/blob/
|
|
26
|
+
[lib/widget-api-types.ts:145](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L145)
|
|
27
27
|
|
|
28
28
|
___
|
|
29
29
|
|
|
@@ -33,7 +33,7 @@ ___
|
|
|
33
33
|
|
|
34
34
|
#### Defined in
|
|
35
35
|
|
|
36
|
-
[lib/widget-api-types.ts:146](https://github.com/Staffbase/widget-sdk/blob/
|
|
36
|
+
[lib/widget-api-types.ts:146](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L146)
|
|
37
37
|
|
|
38
38
|
___
|
|
39
39
|
|
|
@@ -43,7 +43,7 @@ ___
|
|
|
43
43
|
|
|
44
44
|
#### Defined in
|
|
45
45
|
|
|
46
|
-
[lib/widget-api-types.ts:139](https://github.com/Staffbase/widget-sdk/blob/
|
|
46
|
+
[lib/widget-api-types.ts:139](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L139)
|
|
47
47
|
|
|
48
48
|
___
|
|
49
49
|
|
|
@@ -53,7 +53,7 @@ ___
|
|
|
53
53
|
|
|
54
54
|
#### Defined in
|
|
55
55
|
|
|
56
|
-
[lib/widget-api-types.ts:140](https://github.com/Staffbase/widget-sdk/blob/
|
|
56
|
+
[lib/widget-api-types.ts:140](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L140)
|
|
57
57
|
|
|
58
58
|
___
|
|
59
59
|
|
|
@@ -63,7 +63,7 @@ ___
|
|
|
63
63
|
|
|
64
64
|
#### Defined in
|
|
65
65
|
|
|
66
|
-
[lib/widget-api-types.ts:143](https://github.com/Staffbase/widget-sdk/blob/
|
|
66
|
+
[lib/widget-api-types.ts:143](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L143)
|
|
67
67
|
|
|
68
68
|
___
|
|
69
69
|
|
|
@@ -73,7 +73,7 @@ ___
|
|
|
73
73
|
|
|
74
74
|
#### Defined in
|
|
75
75
|
|
|
76
|
-
[lib/widget-api-types.ts:141](https://github.com/Staffbase/widget-sdk/blob/
|
|
76
|
+
[lib/widget-api-types.ts:141](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L141)
|
|
77
77
|
|
|
78
78
|
___
|
|
79
79
|
|
|
@@ -83,7 +83,7 @@ ___
|
|
|
83
83
|
|
|
84
84
|
#### Defined in
|
|
85
85
|
|
|
86
|
-
[lib/widget-api-types.ts:144](https://github.com/Staffbase/widget-sdk/blob/
|
|
86
|
+
[lib/widget-api-types.ts:144](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L144)
|
|
87
87
|
|
|
88
88
|
___
|
|
89
89
|
|
|
@@ -93,4 +93,4 @@ ___
|
|
|
93
93
|
|
|
94
94
|
#### Defined in
|
|
95
95
|
|
|
96
|
-
[lib/widget-api-types.ts:142](https://github.com/Staffbase/widget-sdk/blob/
|
|
96
|
+
[lib/widget-api-types.ts:142](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L142)
|
package/docs/UserListItem.md
CHANGED
|
@@ -19,7 +19,7 @@ Single user item
|
|
|
19
19
|
|
|
20
20
|
#### Defined in
|
|
21
21
|
|
|
22
|
-
[lib/widget-api-types.ts:175](https://github.com/Staffbase/widget-sdk/blob/
|
|
22
|
+
[lib/widget-api-types.ts:175](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L175)
|
|
23
23
|
|
|
24
24
|
___
|
|
25
25
|
|
|
@@ -29,7 +29,7 @@ ___
|
|
|
29
29
|
|
|
30
30
|
#### Defined in
|
|
31
31
|
|
|
32
|
-
[lib/widget-api-types.ts:173](https://github.com/Staffbase/widget-sdk/blob/
|
|
32
|
+
[lib/widget-api-types.ts:173](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L173)
|
|
33
33
|
|
|
34
34
|
___
|
|
35
35
|
|
|
@@ -39,7 +39,7 @@ ___
|
|
|
39
39
|
|
|
40
40
|
#### Defined in
|
|
41
41
|
|
|
42
|
-
[lib/widget-api-types.ts:172](https://github.com/Staffbase/widget-sdk/blob/
|
|
42
|
+
[lib/widget-api-types.ts:172](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L172)
|
|
43
43
|
|
|
44
44
|
___
|
|
45
45
|
|
|
@@ -49,4 +49,4 @@ ___
|
|
|
49
49
|
|
|
50
50
|
#### Defined in
|
|
51
51
|
|
|
52
|
-
[lib/widget-api-types.ts:174](https://github.com/Staffbase/widget-sdk/blob/
|
|
52
|
+
[lib/widget-api-types.ts:174](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L174)
|
|
@@ -19,7 +19,7 @@ User list request parameters
|
|
|
19
19
|
|
|
20
20
|
#### Defined in
|
|
21
21
|
|
|
22
|
-
[lib/widget-api-types.ts:165](https://github.com/Staffbase/widget-sdk/blob/
|
|
22
|
+
[lib/widget-api-types.ts:165](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L165)
|
|
23
23
|
|
|
24
24
|
___
|
|
25
25
|
|
|
@@ -29,7 +29,7 @@ ___
|
|
|
29
29
|
|
|
30
30
|
#### Defined in
|
|
31
31
|
|
|
32
|
-
[lib/widget-api-types.ts:162](https://github.com/Staffbase/widget-sdk/blob/
|
|
32
|
+
[lib/widget-api-types.ts:162](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L162)
|
|
33
33
|
|
|
34
34
|
___
|
|
35
35
|
|
|
@@ -39,7 +39,7 @@ ___
|
|
|
39
39
|
|
|
40
40
|
#### Defined in
|
|
41
41
|
|
|
42
|
-
[lib/widget-api-types.ts:163](https://github.com/Staffbase/widget-sdk/blob/
|
|
42
|
+
[lib/widget-api-types.ts:163](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L163)
|
|
43
43
|
|
|
44
44
|
___
|
|
45
45
|
|
|
@@ -49,4 +49,4 @@ ___
|
|
|
49
49
|
|
|
50
50
|
#### Defined in
|
|
51
51
|
|
|
52
|
-
[lib/widget-api-types.ts:164](https://github.com/Staffbase/widget-sdk/blob/
|
|
52
|
+
[lib/widget-api-types.ts:164](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L164)
|
package/docs/UserListResponse.md
CHANGED
|
@@ -19,7 +19,7 @@ Responded user list
|
|
|
19
19
|
|
|
20
20
|
#### Defined in
|
|
21
21
|
|
|
22
|
-
[lib/widget-api-types.ts:182](https://github.com/Staffbase/widget-sdk/blob/
|
|
22
|
+
[lib/widget-api-types.ts:182](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L182)
|
|
23
23
|
|
|
24
24
|
___
|
|
25
25
|
|
|
@@ -29,7 +29,7 @@ ___
|
|
|
29
29
|
|
|
30
30
|
#### Defined in
|
|
31
31
|
|
|
32
|
-
[lib/widget-api-types.ts:184](https://github.com/Staffbase/widget-sdk/blob/
|
|
32
|
+
[lib/widget-api-types.ts:184](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L184)
|
|
33
33
|
|
|
34
34
|
___
|
|
35
35
|
|
|
@@ -39,7 +39,7 @@ ___
|
|
|
39
39
|
|
|
40
40
|
#### Defined in
|
|
41
41
|
|
|
42
|
-
[lib/widget-api-types.ts:183](https://github.com/Staffbase/widget-sdk/blob/
|
|
42
|
+
[lib/widget-api-types.ts:183](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L183)
|
|
43
43
|
|
|
44
44
|
___
|
|
45
45
|
|
|
@@ -49,4 +49,4 @@ ___
|
|
|
49
49
|
|
|
50
50
|
#### Defined in
|
|
51
51
|
|
|
52
|
-
[lib/widget-api-types.ts:185](https://github.com/Staffbase/widget-sdk/blob/
|
|
52
|
+
[lib/widget-api-types.ts:185](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api-types.ts#L185)
|
package/docs/WidgetApi.md
CHANGED
|
@@ -41,7 +41,7 @@ In case of an error, the promise is rejected.
|
|
|
41
41
|
|
|
42
42
|
#### Defined in
|
|
43
43
|
|
|
44
|
-
[lib/widget-api.ts:70](https://github.com/Staffbase/widget-sdk/blob/
|
|
44
|
+
[lib/widget-api.ts:70](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api.ts#L70)
|
|
45
45
|
|
|
46
46
|
___
|
|
47
47
|
|
|
@@ -60,7 +60,7 @@ An object containing the color theme data is returned.
|
|
|
60
60
|
|
|
61
61
|
#### Defined in
|
|
62
62
|
|
|
63
|
-
[lib/widget-api.ts:29](https://github.com/Staffbase/widget-sdk/blob/
|
|
63
|
+
[lib/widget-api.ts:29](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api.ts#L29)
|
|
64
64
|
|
|
65
65
|
___
|
|
66
66
|
|
|
@@ -85,7 +85,7 @@ the promise is rejected.
|
|
|
85
85
|
|
|
86
86
|
#### Defined in
|
|
87
87
|
|
|
88
|
-
[lib/widget-api.ts:38](https://github.com/Staffbase/widget-sdk/blob/
|
|
88
|
+
[lib/widget-api.ts:38](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api.ts#L38)
|
|
89
89
|
|
|
90
90
|
___
|
|
91
91
|
|
|
@@ -110,7 +110,7 @@ the promise is rejected.
|
|
|
110
110
|
|
|
111
111
|
#### Defined in
|
|
112
112
|
|
|
113
|
-
[lib/widget-api.ts:47](https://github.com/Staffbase/widget-sdk/blob/
|
|
113
|
+
[lib/widget-api.ts:47](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api.ts#L47)
|
|
114
114
|
|
|
115
115
|
___
|
|
116
116
|
|
|
@@ -135,4 +135,4 @@ the promise is rejected.
|
|
|
135
135
|
|
|
136
136
|
#### Defined in
|
|
137
137
|
|
|
138
|
-
[lib/widget-api.ts:56](https://github.com/Staffbase/widget-sdk/blob/
|
|
138
|
+
[lib/widget-api.ts:56](https://github.com/Staffbase/widget-sdk/blob/master/lib/widget-api.ts#L56)
|