@resolveio/server-lib 22.3.222 → 22.3.223

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/server-lib",
3
- "version": "22.3.222",
3
+ "version": "22.3.223",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "package": "./build_package.sh",
@@ -1817,6 +1817,8 @@ function supportDiagnosisNarrativeText(value, max) {
1817
1817
  'problem',
1818
1818
  'customer_symptom',
1819
1819
  'customerSymptom',
1820
+ 'reported_behavior',
1821
+ 'reportedBehavior',
1820
1822
  'reported_issue',
1821
1823
  'reportedIssue',
1822
1824
  'rationale',
@@ -2551,6 +2553,8 @@ function normalizeResolveIOSupportDiagnosisGate(value, now) {
2551
2553
  'customer_symptom',
2552
2554
  'customerSymptom',
2553
2555
  'symptom',
2556
+ 'reported_behavior',
2557
+ 'reportedBehavior',
2554
2558
  'issue',
2555
2559
  'problem',
2556
2560
  'reported_issue',
@@ -2590,8 +2594,8 @@ function normalizeResolveIOSupportDiagnosisGate(value, now) {
2590
2594
  || pickText(source, ['expected_result', 'expectedResult', 'expected', 'expected_business_result', 'expectedBusinessResult', 'primary_goal', 'primaryGoal', 'requested_behavior', 'requestedBehavior', 'desired_result', 'desiredResult'], 1000)
2591
2595
  || (!featureRequestClassified && issueCasePrimaryText ? "Expected customer-facing business result from ticket evidence: ".concat(issueCasePrimaryText) : '')
2592
2596
  || (featureRequestClassified && issueCasePrimaryText ? "Implement the requested workflow: ".concat(issueCasePrimaryText) : '');
2593
- var observedResult = pickText(issueCaseSource, ['observed_result', 'observedResult', 'observed', 'actual', 'actual_result', 'actualResult', 'current_state', 'currentState', 'customer_symptom', 'customerSymptom', 'symptom'], 1000)
2594
- || pickText(source, ['observed_result', 'observedResult', 'observed', 'actual', 'actual_result', 'actualResult', 'current_state', 'currentState', 'customer_symptom', 'customerSymptom'], 1000)
2597
+ var observedResult = pickText(issueCaseSource, ['observed_result', 'observedResult', 'observed', 'actual', 'actual_result', 'actualResult', 'current_state', 'currentState', 'customer_symptom', 'customerSymptom', 'symptom', 'reported_behavior', 'reportedBehavior'], 1000)
2598
+ || pickText(source, ['observed_result', 'observedResult', 'observed', 'actual', 'actual_result', 'actualResult', 'current_state', 'currentState', 'customer_symptom', 'customerSymptom', 'reported_behavior', 'reportedBehavior'], 1000)
2595
2599
  || (!featureRequestClassified && (browserEvidenceText || issueCasePrimaryText) ? "Observed/reported wrong business result from ticket or screenshot evidence: ".concat(browserEvidenceText || issueCasePrimaryText) : '')
2596
2600
  || (featureRequestClassified ? "Current repo evidence indicates no implemented route/module for ".concat(routeModule || 'the requested workflow', ".") : '');
2597
2601
  var accountCustomerContext = pickText(issueCaseSource, ['account_customer_context', 'accountCustomerContext', 'account_context', 'accountContext', 'customer_context', 'customerContext', 'client_context', 'clientContext', 'affected_customer', 'affectedCustomer', 'account', 'customer', 'client', 'user', 'context', 'reporter'], 800)
@@ -2634,7 +2638,7 @@ function normalizeResolveIOSupportDiagnosisGate(value, now) {
2634
2638
  accepted_hypothesis: {
2635
2639
  statement: pickText(hypothesisSource, ['statement', 'hypothesis', 'root_cause', 'rootCause', 'summary'], 1200)
2636
2640
  || hypothesisText,
2637
- falsifiable_test: pickText(hypothesisSource, ['falsifiable_test', 'falsifiableTest', 'test', 'proof', 'falsifier'], 1000)
2641
+ falsifiable_test: pickText(hypothesisSource, ['falsifiable_test', 'falsifiableTest', 'falsification_method', 'falsificationMethod', 'falsifiable_method', 'falsifiableMethod', 'test', 'proof', 'falsifier'], 1000)
2638
2642
  || (failingPathText ? "Verify the accepted hypothesis against the failing path evidence: ".concat(failingPathText) : ''),
2639
2643
  evidence: explicitHypothesisEvidence.length
2640
2644
  ? explicitHypothesisEvidence