Skip to content

Commit

Permalink
added quality rating
Browse files Browse the repository at this point in the history
  • Loading branch information
akanshaaa19 committed Jul 17, 2024
1 parent 350690e commit 61a86c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/containers/Template/Template.test.helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const SpeedSendsSessionTemplates = [
isActive: false,
updatedAt: '2020-12-01T18:00:28Z',
numberParameters: 0,
quality: null,
translations:
'{"2":{"status":"approved","languageId":{"localized":true,"locale":"hi","label":"Hindi","id":"2","__typename":"Language"},"label":"आप ग्लिफ़िक के लिए कितने उत्साहित हैं?","isHsm":false,"body":"यह संदेश है\\n","MessageMedia":null}}',
type: 'TEXT',
Expand Down Expand Up @@ -97,6 +98,7 @@ const HSMSessionTemplates = [
translations: '{}',
type: 'TEXT',
numberParameters: 2,
quality: 'high',
language: {
id: '1',
label: 'Hindi',
Expand Down Expand Up @@ -141,6 +143,7 @@ const sessionTemplates = [
isReserved: false,
translations: '{}',
type: 'TEXT',
quality: null,
language: {
id: '1',
label: 'Hindi',
Expand Down Expand Up @@ -203,6 +206,7 @@ const filterTemplateQuery = {
isReserved: false,
updatedAt: '2020-12-01T18:00:32Z',
translations: '{}',
quality: null,
},
],
},
Expand Down Expand Up @@ -783,6 +787,7 @@ const getHSMTemplate = (id: string, status: string) => ({
shortcode: 'account_balance',
status,
reason: 'test reason',
quality: null,
translations:
'{"2":{"number_parameters":1,"language_id":2,"body":" अब आप नीचे दिए विकल्पों में से एक का चयन करके {{1}} के साथ समाप्त होने वाले खाते के लिए अपना खाता शेष या मिनी स्टेटमेंट देख सकते हैं। | [अकाउंट बैलेंस देखें] | [देखें मिनी स्टेटमेंट]"}}',
type: 'TEXT',
Expand Down

0 comments on commit 61a86c3

Please sign in to comment.