@unite-us/app-create-referral 0.15.102 → 0.15.103
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/dist/__testUtils__/mockData/mockPrograms.js +58 -0
- package/dist/__testUtils__/mockData/mockPrograms.js.map +1 -1
- package/dist/__testUtils__/mockData/utils.js +150 -90
- package/dist/__testUtils__/mockData/utils.js.map +1 -1
- package/dist/pages/builder/__tests__/NonSensitiveGroupedPrograms.test.js +11 -2
- package/dist/pages/builder/__tests__/NonSensitiveGroupedPrograms.test.js.map +1 -1
- package/package.json +1 -1
|
@@ -12389,5 +12389,63 @@ export const programsMap = new Map([
|
|
|
12389
12389
|
}]
|
|
12390
12390
|
}
|
|
12391
12391
|
}
|
|
12392
|
+
}], ["5ad77684-daf0-4e75-b248-ef99285f083f", {
|
|
12393
|
+
"id": "5ad77684-daf0-4e75-b248-ef99285f083f",
|
|
12394
|
+
"type": "program",
|
|
12395
|
+
"attributes": {
|
|
12396
|
+
"name": "Unlicensed Provider Program",
|
|
12397
|
+
"description": "Program for unlicensed provider",
|
|
12398
|
+
"website_url": null,
|
|
12399
|
+
"eligibility_text": null,
|
|
12400
|
+
"is_active": true,
|
|
12401
|
+
"languages": ["en"],
|
|
12402
|
+
"payment_options": [],
|
|
12403
|
+
"accessibility_options": [],
|
|
12404
|
+
"delivery_options": [],
|
|
12405
|
+
"transportation_options": [],
|
|
12406
|
+
"states": [],
|
|
12407
|
+
"cities": [],
|
|
12408
|
+
"counties": [],
|
|
12409
|
+
"receiving_referrals": true,
|
|
12410
|
+
"status": null,
|
|
12411
|
+
"phone_numbers": [],
|
|
12412
|
+
"email_addresses": [],
|
|
12413
|
+
"funds_allocation": null,
|
|
12414
|
+
"locations": [{
|
|
12415
|
+
"location_type": "work",
|
|
12416
|
+
"line_1": "301 W 53rd St",
|
|
12417
|
+
"line_2": null,
|
|
12418
|
+
"city": "New York",
|
|
12419
|
+
"county": "New York County",
|
|
12420
|
+
"state": "NY",
|
|
12421
|
+
"postal_code": "10019",
|
|
12422
|
+
"country": "United States",
|
|
12423
|
+
"latitude": 40.7644959,
|
|
12424
|
+
"longitude": -73.9851321,
|
|
12425
|
+
"is_primary": null
|
|
12426
|
+
}],
|
|
12427
|
+
"population_restrictions": [],
|
|
12428
|
+
"population_specializations": []
|
|
12429
|
+
},
|
|
12430
|
+
"relationships": {
|
|
12431
|
+
"provider": {
|
|
12432
|
+
"data": {
|
|
12433
|
+
"id": "8e2679f6-0a3f-429d-a2b7-969b23f01248",
|
|
12434
|
+
"type": "provider"
|
|
12435
|
+
}
|
|
12436
|
+
},
|
|
12437
|
+
"fee_schedule_program": {
|
|
12438
|
+
"data": null
|
|
12439
|
+
},
|
|
12440
|
+
"services": {
|
|
12441
|
+
"data": [{
|
|
12442
|
+
"id": "50126fcb-a3e9-45d5-9a8e-c32b7fd810b4",
|
|
12443
|
+
"type": "service"
|
|
12444
|
+
}, {
|
|
12445
|
+
"id": "2ac1bb8f-89a1-44b9-9e24-9af3cec8a2de",
|
|
12446
|
+
"type": "service"
|
|
12447
|
+
}]
|
|
12448
|
+
}
|
|
12449
|
+
}
|
|
12392
12450
|
}]]);
|
|
12393
12451
|
//# sourceMappingURL=mockPrograms.js.map
|