Skip to content

Commit 9df0f84

Browse files
Juan Galarzamcnielsen
authored andcommitted
ENG-0000 - removing noEndpointsResolution property from suggestions calls
1 parent cf39117 commit 9df0f84

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

packages/suggestions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

packages/suggestions/src/suggestions-client-v2.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)