dating-schema 0.18.0 → 0.19.0
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/profile-fields/03-basics.d.ts.map +1 -1
- package/dist/profile-fields/03-basics.js +56 -115
- package/dist/profile-fields/03-basics.js.map +1 -1
- package/dist/profile.d.ts +81 -42
- package/dist/profile.d.ts.map +1 -1
- package/dist/profile.js +19 -6
- package/dist/profile.js.map +1 -1
- package/package.json +1 -1
package/dist/profile.d.ts
CHANGED
|
@@ -393,29 +393,42 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
393
393
|
other: "other";
|
|
394
394
|
it_software: "it_software";
|
|
395
395
|
engineering: "engineering";
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
396
|
+
healthcare_doctor: "healthcare_doctor";
|
|
397
|
+
healthcare_nursing: "healthcare_nursing";
|
|
398
|
+
healthcare_pharma: "healthcare_pharma";
|
|
399
|
+
psychology_therapy: "psychology_therapy";
|
|
400
|
+
education_teaching: "education_teaching";
|
|
401
|
+
science_research: "science_research";
|
|
402
|
+
finance_banking: "finance_banking";
|
|
403
|
+
chartered_accountant: "chartered_accountant";
|
|
404
|
+
business_management: "business_management";
|
|
399
405
|
arts_entertainment: "arts_entertainment";
|
|
400
406
|
media_communication: "media_communication";
|
|
401
|
-
|
|
407
|
+
design_creative: "design_creative";
|
|
402
408
|
civil_services: "civil_services";
|
|
403
409
|
government_public: "government_public";
|
|
404
410
|
defence_military: "defence_military";
|
|
411
|
+
police_law_enforcement: "police_law_enforcement";
|
|
405
412
|
legal: "legal";
|
|
406
|
-
|
|
407
|
-
|
|
413
|
+
skilled_trades: "skilled_trades";
|
|
414
|
+
transport_logistics: "transport_logistics";
|
|
408
415
|
hospitality_travel: "hospitality_travel";
|
|
416
|
+
beauty_wellness: "beauty_wellness";
|
|
417
|
+
agriculture_farming: "agriculture_farming";
|
|
409
418
|
real_estate: "real_estate";
|
|
410
419
|
retail_ecommerce: "retail_ecommerce";
|
|
411
420
|
manufacturing: "manufacturing";
|
|
412
421
|
merchant_navy: "merchant_navy";
|
|
422
|
+
ngo_social_work: "ngo_social_work";
|
|
423
|
+
religious_spiritual: "religious_spiritual";
|
|
413
424
|
freelancer_gig: "freelancer_gig";
|
|
425
|
+
content_creator: "content_creator";
|
|
414
426
|
self_employed: "self_employed";
|
|
415
427
|
student: "student";
|
|
416
428
|
homemaker: "homemaker";
|
|
417
429
|
retired: "retired";
|
|
418
430
|
not_working: "not_working";
|
|
431
|
+
differently_abled_pension: "differently_abled_pension";
|
|
419
432
|
}>>;
|
|
420
433
|
relationshipStatus: z.ZodOptional<z.ZodEnum<{
|
|
421
434
|
prefer_not_to_say: "prefer_not_to_say";
|
|
@@ -1041,7 +1054,6 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
1041
1054
|
favouriteQuotes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1042
1055
|
lifeGoals: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1043
1056
|
prefer_not_to_say: "prefer_not_to_say";
|
|
1044
|
-
education: "education";
|
|
1045
1057
|
build_family: "build_family";
|
|
1046
1058
|
career_success: "career_success";
|
|
1047
1059
|
financial_freedom: "financial_freedom";
|
|
@@ -1049,6 +1061,7 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
1049
1061
|
make_impact: "make_impact";
|
|
1050
1062
|
creative_fulfillment: "creative_fulfillment";
|
|
1051
1063
|
spiritual_growth: "spiritual_growth";
|
|
1064
|
+
education: "education";
|
|
1052
1065
|
start_business: "start_business";
|
|
1053
1066
|
buy_home: "buy_home";
|
|
1054
1067
|
early_retirement: "early_retirement";
|
|
@@ -1379,7 +1392,6 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
1379
1392
|
knowledgeAreas: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1380
1393
|
prefer_not_to_say: "prefer_not_to_say";
|
|
1381
1394
|
other: "other";
|
|
1382
|
-
education: "education";
|
|
1383
1395
|
languages: "languages";
|
|
1384
1396
|
science: "science";
|
|
1385
1397
|
history: "history";
|
|
@@ -1387,6 +1399,7 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
1387
1399
|
psychology: "psychology";
|
|
1388
1400
|
environment: "environment";
|
|
1389
1401
|
health: "health";
|
|
1402
|
+
education: "education";
|
|
1390
1403
|
technology: "technology";
|
|
1391
1404
|
arts: "arts";
|
|
1392
1405
|
business: "business";
|
|
@@ -1622,15 +1635,12 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
1622
1635
|
other: "other";
|
|
1623
1636
|
it_software: "it_software";
|
|
1624
1637
|
engineering: "engineering";
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
finance_accounting: "finance_accounting";
|
|
1638
|
+
science_research: "science_research";
|
|
1639
|
+
business_management: "business_management";
|
|
1628
1640
|
arts_entertainment: "arts_entertainment";
|
|
1629
1641
|
media_communication: "media_communication";
|
|
1630
|
-
business_management: "business_management";
|
|
1631
1642
|
government_public: "government_public";
|
|
1632
1643
|
legal: "legal";
|
|
1633
|
-
science_research: "science_research";
|
|
1634
1644
|
hospitality_travel: "hospitality_travel";
|
|
1635
1645
|
real_estate: "real_estate";
|
|
1636
1646
|
retail_ecommerce: "retail_ecommerce";
|
|
@@ -1638,6 +1648,9 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
1638
1648
|
self_employed: "self_employed";
|
|
1639
1649
|
homemaker: "homemaker";
|
|
1640
1650
|
retired: "retired";
|
|
1651
|
+
education: "education";
|
|
1652
|
+
healthcare: "healthcare";
|
|
1653
|
+
finance_accounting: "finance_accounting";
|
|
1641
1654
|
agriculture: "agriculture";
|
|
1642
1655
|
deceased: "deceased";
|
|
1643
1656
|
}>>;
|
|
@@ -1646,15 +1659,12 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
1646
1659
|
other: "other";
|
|
1647
1660
|
it_software: "it_software";
|
|
1648
1661
|
engineering: "engineering";
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
finance_accounting: "finance_accounting";
|
|
1662
|
+
science_research: "science_research";
|
|
1663
|
+
business_management: "business_management";
|
|
1652
1664
|
arts_entertainment: "arts_entertainment";
|
|
1653
1665
|
media_communication: "media_communication";
|
|
1654
|
-
business_management: "business_management";
|
|
1655
1666
|
government_public: "government_public";
|
|
1656
1667
|
legal: "legal";
|
|
1657
|
-
science_research: "science_research";
|
|
1658
1668
|
hospitality_travel: "hospitality_travel";
|
|
1659
1669
|
real_estate: "real_estate";
|
|
1660
1670
|
retail_ecommerce: "retail_ecommerce";
|
|
@@ -1662,6 +1672,9 @@ export declare const fullProfileSchema: z.ZodObject<{
|
|
|
1662
1672
|
self_employed: "self_employed";
|
|
1663
1673
|
homemaker: "homemaker";
|
|
1664
1674
|
retired: "retired";
|
|
1675
|
+
education: "education";
|
|
1676
|
+
healthcare: "healthcare";
|
|
1677
|
+
finance_accounting: "finance_accounting";
|
|
1665
1678
|
agriculture: "agriculture";
|
|
1666
1679
|
deceased: "deceased";
|
|
1667
1680
|
}>>;
|
|
@@ -2361,29 +2374,42 @@ export declare const createProfileSchema: z.ZodObject<{
|
|
|
2361
2374
|
other: "other";
|
|
2362
2375
|
it_software: "it_software";
|
|
2363
2376
|
engineering: "engineering";
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2377
|
+
healthcare_doctor: "healthcare_doctor";
|
|
2378
|
+
healthcare_nursing: "healthcare_nursing";
|
|
2379
|
+
healthcare_pharma: "healthcare_pharma";
|
|
2380
|
+
psychology_therapy: "psychology_therapy";
|
|
2381
|
+
education_teaching: "education_teaching";
|
|
2382
|
+
science_research: "science_research";
|
|
2383
|
+
finance_banking: "finance_banking";
|
|
2384
|
+
chartered_accountant: "chartered_accountant";
|
|
2385
|
+
business_management: "business_management";
|
|
2367
2386
|
arts_entertainment: "arts_entertainment";
|
|
2368
2387
|
media_communication: "media_communication";
|
|
2369
|
-
|
|
2388
|
+
design_creative: "design_creative";
|
|
2370
2389
|
civil_services: "civil_services";
|
|
2371
2390
|
government_public: "government_public";
|
|
2372
2391
|
defence_military: "defence_military";
|
|
2392
|
+
police_law_enforcement: "police_law_enforcement";
|
|
2373
2393
|
legal: "legal";
|
|
2374
|
-
|
|
2375
|
-
|
|
2394
|
+
skilled_trades: "skilled_trades";
|
|
2395
|
+
transport_logistics: "transport_logistics";
|
|
2376
2396
|
hospitality_travel: "hospitality_travel";
|
|
2397
|
+
beauty_wellness: "beauty_wellness";
|
|
2398
|
+
agriculture_farming: "agriculture_farming";
|
|
2377
2399
|
real_estate: "real_estate";
|
|
2378
2400
|
retail_ecommerce: "retail_ecommerce";
|
|
2379
2401
|
manufacturing: "manufacturing";
|
|
2380
2402
|
merchant_navy: "merchant_navy";
|
|
2403
|
+
ngo_social_work: "ngo_social_work";
|
|
2404
|
+
religious_spiritual: "religious_spiritual";
|
|
2381
2405
|
freelancer_gig: "freelancer_gig";
|
|
2406
|
+
content_creator: "content_creator";
|
|
2382
2407
|
self_employed: "self_employed";
|
|
2383
2408
|
student: "student";
|
|
2384
2409
|
homemaker: "homemaker";
|
|
2385
2410
|
retired: "retired";
|
|
2386
2411
|
not_working: "not_working";
|
|
2412
|
+
differently_abled_pension: "differently_abled_pension";
|
|
2387
2413
|
}>>;
|
|
2388
2414
|
careerStage: z.ZodOptional<z.ZodEnum<{
|
|
2389
2415
|
prefer_not_to_say: "prefer_not_to_say";
|
|
@@ -3075,29 +3101,42 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
3075
3101
|
other: "other";
|
|
3076
3102
|
it_software: "it_software";
|
|
3077
3103
|
engineering: "engineering";
|
|
3078
|
-
|
|
3079
|
-
|
|
3080
|
-
|
|
3104
|
+
healthcare_doctor: "healthcare_doctor";
|
|
3105
|
+
healthcare_nursing: "healthcare_nursing";
|
|
3106
|
+
healthcare_pharma: "healthcare_pharma";
|
|
3107
|
+
psychology_therapy: "psychology_therapy";
|
|
3108
|
+
education_teaching: "education_teaching";
|
|
3109
|
+
science_research: "science_research";
|
|
3110
|
+
finance_banking: "finance_banking";
|
|
3111
|
+
chartered_accountant: "chartered_accountant";
|
|
3112
|
+
business_management: "business_management";
|
|
3081
3113
|
arts_entertainment: "arts_entertainment";
|
|
3082
3114
|
media_communication: "media_communication";
|
|
3083
|
-
|
|
3115
|
+
design_creative: "design_creative";
|
|
3084
3116
|
civil_services: "civil_services";
|
|
3085
3117
|
government_public: "government_public";
|
|
3086
3118
|
defence_military: "defence_military";
|
|
3119
|
+
police_law_enforcement: "police_law_enforcement";
|
|
3087
3120
|
legal: "legal";
|
|
3088
|
-
|
|
3089
|
-
|
|
3121
|
+
skilled_trades: "skilled_trades";
|
|
3122
|
+
transport_logistics: "transport_logistics";
|
|
3090
3123
|
hospitality_travel: "hospitality_travel";
|
|
3124
|
+
beauty_wellness: "beauty_wellness";
|
|
3125
|
+
agriculture_farming: "agriculture_farming";
|
|
3091
3126
|
real_estate: "real_estate";
|
|
3092
3127
|
retail_ecommerce: "retail_ecommerce";
|
|
3093
3128
|
manufacturing: "manufacturing";
|
|
3094
3129
|
merchant_navy: "merchant_navy";
|
|
3130
|
+
ngo_social_work: "ngo_social_work";
|
|
3131
|
+
religious_spiritual: "religious_spiritual";
|
|
3095
3132
|
freelancer_gig: "freelancer_gig";
|
|
3133
|
+
content_creator: "content_creator";
|
|
3096
3134
|
self_employed: "self_employed";
|
|
3097
3135
|
student: "student";
|
|
3098
3136
|
homemaker: "homemaker";
|
|
3099
3137
|
retired: "retired";
|
|
3100
3138
|
not_working: "not_working";
|
|
3139
|
+
differently_abled_pension: "differently_abled_pension";
|
|
3101
3140
|
}>>>;
|
|
3102
3141
|
relationshipStatus: z.ZodOptional<z.ZodOptional<z.ZodEnum<{
|
|
3103
3142
|
prefer_not_to_say: "prefer_not_to_say";
|
|
@@ -3723,7 +3762,6 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
3723
3762
|
favouriteQuotes: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodString>>>;
|
|
3724
3763
|
lifeGoals: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3725
3764
|
prefer_not_to_say: "prefer_not_to_say";
|
|
3726
|
-
education: "education";
|
|
3727
3765
|
build_family: "build_family";
|
|
3728
3766
|
career_success: "career_success";
|
|
3729
3767
|
financial_freedom: "financial_freedom";
|
|
@@ -3731,6 +3769,7 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
3731
3769
|
make_impact: "make_impact";
|
|
3732
3770
|
creative_fulfillment: "creative_fulfillment";
|
|
3733
3771
|
spiritual_growth: "spiritual_growth";
|
|
3772
|
+
education: "education";
|
|
3734
3773
|
start_business: "start_business";
|
|
3735
3774
|
buy_home: "buy_home";
|
|
3736
3775
|
early_retirement: "early_retirement";
|
|
@@ -4061,7 +4100,6 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
4061
4100
|
knowledgeAreas: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
4062
4101
|
prefer_not_to_say: "prefer_not_to_say";
|
|
4063
4102
|
other: "other";
|
|
4064
|
-
education: "education";
|
|
4065
4103
|
languages: "languages";
|
|
4066
4104
|
science: "science";
|
|
4067
4105
|
history: "history";
|
|
@@ -4069,6 +4107,7 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
4069
4107
|
psychology: "psychology";
|
|
4070
4108
|
environment: "environment";
|
|
4071
4109
|
health: "health";
|
|
4110
|
+
education: "education";
|
|
4072
4111
|
technology: "technology";
|
|
4073
4112
|
arts: "arts";
|
|
4074
4113
|
business: "business";
|
|
@@ -4304,15 +4343,12 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
4304
4343
|
other: "other";
|
|
4305
4344
|
it_software: "it_software";
|
|
4306
4345
|
engineering: "engineering";
|
|
4307
|
-
|
|
4308
|
-
|
|
4309
|
-
finance_accounting: "finance_accounting";
|
|
4346
|
+
science_research: "science_research";
|
|
4347
|
+
business_management: "business_management";
|
|
4310
4348
|
arts_entertainment: "arts_entertainment";
|
|
4311
4349
|
media_communication: "media_communication";
|
|
4312
|
-
business_management: "business_management";
|
|
4313
4350
|
government_public: "government_public";
|
|
4314
4351
|
legal: "legal";
|
|
4315
|
-
science_research: "science_research";
|
|
4316
4352
|
hospitality_travel: "hospitality_travel";
|
|
4317
4353
|
real_estate: "real_estate";
|
|
4318
4354
|
retail_ecommerce: "retail_ecommerce";
|
|
@@ -4320,6 +4356,9 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
4320
4356
|
self_employed: "self_employed";
|
|
4321
4357
|
homemaker: "homemaker";
|
|
4322
4358
|
retired: "retired";
|
|
4359
|
+
education: "education";
|
|
4360
|
+
healthcare: "healthcare";
|
|
4361
|
+
finance_accounting: "finance_accounting";
|
|
4323
4362
|
agriculture: "agriculture";
|
|
4324
4363
|
deceased: "deceased";
|
|
4325
4364
|
}>>>;
|
|
@@ -4328,15 +4367,12 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
4328
4367
|
other: "other";
|
|
4329
4368
|
it_software: "it_software";
|
|
4330
4369
|
engineering: "engineering";
|
|
4331
|
-
|
|
4332
|
-
|
|
4333
|
-
finance_accounting: "finance_accounting";
|
|
4370
|
+
science_research: "science_research";
|
|
4371
|
+
business_management: "business_management";
|
|
4334
4372
|
arts_entertainment: "arts_entertainment";
|
|
4335
4373
|
media_communication: "media_communication";
|
|
4336
|
-
business_management: "business_management";
|
|
4337
4374
|
government_public: "government_public";
|
|
4338
4375
|
legal: "legal";
|
|
4339
|
-
science_research: "science_research";
|
|
4340
4376
|
hospitality_travel: "hospitality_travel";
|
|
4341
4377
|
real_estate: "real_estate";
|
|
4342
4378
|
retail_ecommerce: "retail_ecommerce";
|
|
@@ -4344,6 +4380,9 @@ export declare const updateProfileSchema: z.ZodObject<{
|
|
|
4344
4380
|
self_employed: "self_employed";
|
|
4345
4381
|
homemaker: "homemaker";
|
|
4346
4382
|
retired: "retired";
|
|
4383
|
+
education: "education";
|
|
4384
|
+
healthcare: "healthcare";
|
|
4385
|
+
finance_accounting: "finance_accounting";
|
|
4347
4386
|
agriculture: "agriculture";
|
|
4348
4387
|
deceased: "deceased";
|
|
4349
4388
|
}>>>;
|
package/dist/profile.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"profile.d.ts","sourceRoot":"","sources":["../src/profile.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"profile.d.ts","sourceRoot":"","sources":["../src/profile.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAiiExB,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA2Q5B,CAAC;AAMH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA0D9B,CAAC;AAMH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAA8B,CAAC;AAM/D,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAChE;;;;GAIG;AACH,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,GAAG,MAAM,GAAG,IAAI,CAIpF;AAED,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AACrE,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC"}
|
package/dist/profile.js
CHANGED
|
@@ -310,29 +310,42 @@ const institutionTierOpts = opts([
|
|
|
310
310
|
const professionOpts = opts([
|
|
311
311
|
'it_software',
|
|
312
312
|
'engineering',
|
|
313
|
-
'
|
|
314
|
-
'
|
|
315
|
-
'
|
|
313
|
+
'healthcare_doctor',
|
|
314
|
+
'healthcare_nursing',
|
|
315
|
+
'healthcare_pharma',
|
|
316
|
+
'psychology_therapy',
|
|
317
|
+
'education_teaching',
|
|
318
|
+
'science_research',
|
|
319
|
+
'finance_banking',
|
|
320
|
+
'chartered_accountant',
|
|
321
|
+
'business_management',
|
|
316
322
|
'arts_entertainment',
|
|
317
323
|
'media_communication',
|
|
318
|
-
'
|
|
324
|
+
'design_creative',
|
|
319
325
|
'civil_services',
|
|
320
326
|
'government_public',
|
|
321
327
|
'defence_military',
|
|
328
|
+
'police_law_enforcement',
|
|
322
329
|
'legal',
|
|
323
|
-
'
|
|
324
|
-
'
|
|
330
|
+
'skilled_trades',
|
|
331
|
+
'transport_logistics',
|
|
325
332
|
'hospitality_travel',
|
|
333
|
+
'beauty_wellness',
|
|
334
|
+
'agriculture_farming',
|
|
326
335
|
'real_estate',
|
|
327
336
|
'retail_ecommerce',
|
|
328
337
|
'manufacturing',
|
|
329
338
|
'merchant_navy',
|
|
339
|
+
'ngo_social_work',
|
|
340
|
+
'religious_spiritual',
|
|
330
341
|
'freelancer_gig',
|
|
342
|
+
'content_creator',
|
|
331
343
|
'self_employed',
|
|
332
344
|
'student',
|
|
333
345
|
'homemaker',
|
|
334
346
|
'retired',
|
|
335
347
|
'not_working',
|
|
348
|
+
'differently_abled_pension',
|
|
336
349
|
'other',
|
|
337
350
|
'prefer_not_to_say',
|
|
338
351
|
]);
|