Commit graph

5475 commits

Author SHA1 Message Date
Jeremy-Z
d245d50958
Merge branch 'develop' into feature/humphries/INSR-10447 2026-07-21 11:44:07 -04:00
Jeremy-Z
de8868c2f8
Merge pull request #1305 from Safelite/dependabot/npm_and_yarn/axios-1.18.0
Bump axios from 1.16.0 to 1.18.0
2026-07-21 11:31:17 -04:00
Alex Humphries
e046298446 INSR-10447: Add accountUserId to claim registration for client 900040 2026-07-21 11:27:32 -04:00
Jeremy-Z
0706e49c53
Merge branch 'develop' into dependabot/npm_and_yarn/axios-1.18.0 2026-07-21 11:17:18 -04:00
AHumphriesSL
5d76cbc57d
Merge pull request #1307 from Safelite/feature/humphries/INSR-10445
INSR-10445: Add fleetNumber and fleetUnitNumber to vehicle data
2026-07-21 11:13:06 -04:00
Jeremy-Z
a41680d79c
Merge branch 'develop' into dependabot/npm_and_yarn/axios-1.18.0 2026-07-21 11:04:27 -04:00
Jeremy-Z
860b50524d
Merge branch 'develop' into feature/humphries/INSR-10445 2026-07-21 11:02:49 -04:00
Jeremy-Z
e5d3dc8865
Merge pull request #1306 from Safelite/feature/jzimmerman/INSR-10448
INSR-10448: Added VinRequired field to digitalconsumer-session-logging call.
2026-07-21 10:57:48 -04:00
Alex Humphries
f6c29bad61 INSR-10445: More fleetNumber/fleetUnitNumber tweaks
- Add to unit test for shape of registerClaim payload
- Better handling for possible 0 values
2026-07-21 10:53:43 -04:00
Alex Humphries
679a718be9 INSR-10445: More tweaks to fleetNumber/fleetUnitNumber handling
- Remove redundancy in claim registration payload
- Allow these fields to be blanked out by the *-lookup pages
2026-07-21 10:42:14 -04:00
Alex Humphries
a81aca61bf INSR-10445: Keep fleetNumber and fleetUnitNumber if undefined in update
This handles the rare (maybe impossible?) case where some kind of VIN
lookup is needed for a policy vehicle
2026-07-20 17:12:49 -04:00
Alex Humphries
e184e0ea76 INSR-10445: Add fleetNumber and fleetUnitNumber to vehicle data 2026-07-20 15:48:47 -04:00
Jeremy-Z
3e70a01a75 Updates. 2026-07-20 14:53:42 -04:00
Jeremy-Z
3bd6d0051b Added VinRequired field to digitalconsumer-session-logging call. 2026-07-20 14:50:42 -04:00
AHumphriesSL
3068cc423a
Merge pull request #1304 from Safelite/feature/humphries/INSR-10442
INSR-10442: Add additionalInfo to claim registration for USAA
2026-07-20 14:44:19 -04:00
dependabot[bot]
b1a048eb97
Bump axios from 1.16.0 to 1.18.0
Bumps [axios](https://github.com/axios/axios) from 1.16.0 to 1.18.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.16.0...v1.18.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.18.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-20 18:04:08 +00:00
Alex Humphries
85d8448f24 INSR-10442: Fix import and tests after previous change 2026-07-20 13:49:44 -04:00
Alex Humphries
696a673ec7 INSR-10442: Fix circular dependency 2026-07-20 13:15:05 -04:00
Alex Humphries
ac8b485760 INSR-10442: Fix spacing issue, add clarifying comment 2026-07-20 13:05:05 -04:00
AHumphriesSL
471247696d
Add missing semicolo
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-07-20 12:08:01 -04:00
Alex Humphries
64de868c96 INSR-10442: Simplify isITAC conversion, more robust client-specific payload handling 2026-07-20 11:56:53 -04:00
Alex Humphries
6ba3a55274 INSR-10442: Remove debug logging, update some tests 2026-07-20 11:44:17 -04:00
Alex Humphries
7f424a1f4f INSR-10442: Update client specific logic to use dynamic imports
This prevents the exposure of client name -> parent account number
mapping. Probably cleaner overal, as well
2026-07-20 11:05:41 -04:00
Alex Humphries
d1af95bc15 ISR-10442: Add unit tests for new helper 2026-07-17 17:45:27 -04:00
Alex Humphries
0cc245ca84 INSR-10442: Add function for customizing claim registration payload for specific clients
Needed to be able to include ITAC fields for USAA
2026-07-17 17:37:52 -04:00
Jeremy-Z
90fc7f734d
Merge pull request #1303 from Safelite/dependabot/npm_and_yarn/websocket-driver-0.7.5
Bump websocket-driver from 0.7.4 to 0.7.5
2026-07-16 12:30:37 -04:00
dependabot[bot]
57f0b38bc1
Bump websocket-driver from 0.7.4 to 0.7.5
Bumps [websocket-driver](https://github.com/faye/websocket-driver-node) from 0.7.4 to 0.7.5.
- [Changelog](https://github.com/faye/websocket-driver-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-driver-node/compare/0.7.4...0.7.5)

---
updated-dependencies:
- dependency-name: websocket-driver
  dependency-version: 0.7.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-16 01:57:39 +00:00
AHumphriesSL
8c65680c44
Merge pull request #1302 from Safelite/feature/humphries/INSR-523
INSR-523: If flag is on, includes memberNumber in all coverage requests
2026-07-15 12:13:13 -04:00
Alex Humphries
eea66c47c7 INSR-523: Fix failing test 2026-07-15 11:48:49 -04:00
Alex Humphries
459de70583 INSR-523: Fix typo, fix potential bug with deductible on registerClaim 2026-07-15 11:30:05 -04:00
Alex Humphries
acb1d53b04 INSR-523: Fix some more test nitpicks 2026-07-15 11:26:13 -04:00
Alex Humphries
b4b6009b68 Update some formatting and tests 2026-07-15 11:20:53 -04:00
Alex Humphries
d6c1e7cd06 INSR-523: If flag is on, includes memberNumber in all coverage requests
Also adds new (currently unused) flag to move claim registration to end
of flow
2026-07-15 11:20:53 -04:00
Udayboppasafelite
8a0f3d11f7
Merge pull request #1301 from Safelite/feature/uboppa/INSR-8668
Feature/uboppa/insr 8668
2026-07-15 10:49:51 -04:00
Udayboppasafelite
4c474007c3 ENV file changes 2026-07-14 21:18:50 -04:00
Udayboppasafelite
281adbd5d8 ENV file environment change 2026-07-14 21:17:08 -04:00
Udayboppasafelite
2c1f76ff3c Merge branch 'develop' into feature/uboppa/INSR-8668 2026-07-14 21:11:06 -04:00
Udayboppasafelite
7d011a6305 Paypal Page Locator Fix 2026-07-14 20:54:15 -04:00
Udayboppasafelite
e03ae9f70d Update azure-pipelines-automated-testing.yml for Azure Pipelines 2026-07-14 15:41:24 -04:00
Jeremy-Z
dc570b3d4f
Merge pull request #1300 from Safelite/rlsmerge/2026.07.16-to-develop3
Rlsmerge/2026.07.16 to develop3
2026-07-14 15:01:13 -04:00
Jeremy-Z
bd67cea8a4
Merge branch 'develop' into rlsmerge/2026.07.16-to-develop3 2026-07-14 15:01:00 -04:00
brich1212safe
8ea8dbf893
Merge pull request #1299 from Safelite/feature/richardson/saveVin-before-bailout
show button when experiment is off
2026-07-14 14:46:40 -04:00
Bill Richardson
86d93faa9b show button when experiment is off 2026-07-14 14:28:10 -04:00
Uday Boppa
b9637930bd pipeline work 3 2026-07-14 12:27:56 -04:00
Uday Boppa
16e934779a pipeline work 2 2026-07-14 12:25:47 -04:00
Uday Boppa
d2d2f573c9 pipeline work 2026-07-14 12:18:19 -04:00
Uday Boppa
ae954f7e18 Shard increase for azure pipeline 2026-07-14 12:04:04 -04:00
Uday Boppa
614afea2e6 updated the branch 2026-07-14 11:34:00 -04:00
Jeremy-Z
e73f9a8a5b
Merge pull request #1298 from Safelite/rlsmerge/2026.07.16-to-develop2
Rlsmerge/2026.07.16 to develop2
2026-07-13 15:23:45 -04:00
Jeremy-Z
e9b71b368b
Merge branch 'develop' into rlsmerge/2026.07.16-to-develop2 2026-07-13 15:12:57 -04:00