Skip to content

Commit

Permalink
ENG-0000 - removing noEndpointsResolution property from suggestions c…
Browse files Browse the repository at this point in the history
…alls
  • Loading branch information
Juan Galarza authored and mcnielsen committed Nov 7, 2024
1 parent cf39117 commit 9df0f84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion packages/suggestions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@al/suggestions",
"version": "2.0.26",
"version": "2.0.27",
"license": "MIT",
"description": "A client for interacting with the Alert Logic Suggestions API",
"author": {
Expand Down
5 changes: 0 additions & 5 deletions packages/suggestions/src/suggestions-client-v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ export class AlSuggestionsClientInstanceV2 {
path: '/templates',
data: queryTemplate,
residency: 'US',
noEndpointsResolution: true,
});
}

Expand All @@ -144,7 +143,6 @@ export class AlSuggestionsClientInstanceV2 {
account_id: accountId,
path: `/templates/${queryId}`,
residency: 'US',
noEndpointsResolution: true,
});
}

Expand All @@ -163,7 +161,6 @@ export class AlSuggestionsClientInstanceV2 {
path: '/templates',
params: params,
residency: 'US',
noEndpointsResolution: true,
});
return result.templates as AlSuggestionsTemplateResponseV2[];
}
Expand All @@ -183,7 +180,6 @@ export class AlSuggestionsClientInstanceV2 {
path: '/templates',
params: params,
residency: 'US',
noEndpointsResolution: true,
});
}

Expand All @@ -202,7 +198,6 @@ export class AlSuggestionsClientInstanceV2 {
path: `/templates/${queryId}`,
data: queryTemplate,
residency: 'US',
noEndpointsResolution: true,
});
}

Expand Down

0 comments on commit 9df0f84

Please sign in to comment.