File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @al/suggestions" ,
3- "version" : " 2.0.26 " ,
3+ "version" : " 2.0.27 " ,
44 "license" : " MIT" ,
55 "description" : " A client for interacting with the Alert Logic Suggestions API" ,
66 "author" : {
Original file line number Diff line number Diff line change @@ -126,7 +126,6 @@ export class AlSuggestionsClientInstanceV2 {
126126 path : '/templates' ,
127127 data : queryTemplate ,
128128 residency : 'US' ,
129- noEndpointsResolution : true ,
130129 } ) ;
131130 }
132131
@@ -144,7 +143,6 @@ export class AlSuggestionsClientInstanceV2 {
144143 account_id : accountId ,
145144 path : `/templates/${ queryId } ` ,
146145 residency : 'US' ,
147- noEndpointsResolution : true ,
148146 } ) ;
149147 }
150148
@@ -163,7 +161,6 @@ export class AlSuggestionsClientInstanceV2 {
163161 path : '/templates' ,
164162 params : params ,
165163 residency : 'US' ,
166- noEndpointsResolution : true ,
167164 } ) ;
168165 return result . templates as AlSuggestionsTemplateResponseV2 [ ] ;
169166 }
@@ -183,7 +180,6 @@ export class AlSuggestionsClientInstanceV2 {
183180 path : '/templates' ,
184181 params : params ,
185182 residency : 'US' ,
186- noEndpointsResolution : true ,
187183 } ) ;
188184 }
189185
@@ -202,7 +198,6 @@ export class AlSuggestionsClientInstanceV2 {
202198 path : `/templates/${ queryId } ` ,
203199 data : queryTemplate ,
204200 residency : 'US' ,
205- noEndpointsResolution : true ,
206201 } ) ;
207202 }
208203
You can’t perform that action at this time.
0 commit comments