File tree 2 files changed +5
-5
lines changed
src/resources/preferences
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @knocklabs/node" ,
3
- "version" : " 0.6.13 " ,
3
+ "version" : " 0.6.14 " ,
4
4
"description" : " Library for interacting with the Knock API" ,
5
5
"homepage" : " https://github.com/knocklabs/knock-node" ,
6
6
"author" : " @knocklabs" ,
45
45
"engines" : {
46
46
"node" : " >=17.5.0"
47
47
}
48
- }
48
+ }
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ export interface SetPreferencesProperties {
25
25
26
26
export interface PreferenceSet {
27
27
id : string ;
28
- categories : WorkflowPreferences ;
29
- workflows : WorkflowPreferences ;
30
- channel_types : ChannelTypePreferences ;
28
+ categories : WorkflowPreferences | null ;
29
+ workflows : WorkflowPreferences | null ;
30
+ channel_types : ChannelTypePreferences | null ;
31
31
}
32
32
33
33
export interface PreferenceOptions {
You can’t perform that action at this time.
0 commit comments