@bash-app/bash-common 30.224.0 → 30.226.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/__tests__/agePolicy.test.d.ts +2 -0
- package/dist/__tests__/agePolicy.test.d.ts.map +1 -0
- package/dist/__tests__/agePolicy.test.js +203 -0
- package/dist/__tests__/agePolicy.test.js.map +1 -0
- package/dist/__tests__/getDisplayGender.test.d.ts +2 -0
- package/dist/__tests__/getDisplayGender.test.d.ts.map +1 -0
- package/dist/__tests__/getDisplayGender.test.js +34 -0
- package/dist/__tests__/getDisplayGender.test.js.map +1 -0
- package/dist/__tests__/statusEnums.test.d.ts +2 -0
- package/dist/__tests__/statusEnums.test.d.ts.map +1 -0
- package/dist/__tests__/statusEnums.test.js +24 -0
- package/dist/__tests__/statusEnums.test.js.map +1 -0
- package/dist/aiApproval.d.ts +64 -0
- package/dist/aiApproval.d.ts.map +1 -0
- package/dist/aiApproval.js +54 -0
- package/dist/aiApproval.js.map +1 -0
- package/dist/definitions.d.ts +44 -2
- package/dist/definitions.d.ts.map +1 -1
- package/dist/definitions.js +106 -2
- package/dist/definitions.js.map +1 -1
- package/dist/extendedSchemas.d.ts +237 -104
- package/dist/extendedSchemas.d.ts.map +1 -1
- package/dist/extendedSchemas.js +12 -2
- package/dist/extendedSchemas.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/legalTemplates.d.ts +1 -1
- package/dist/legalTemplates.js +1 -1
- package/dist/utils/__tests__/badgeUtils.test.d.ts +2 -0
- package/dist/utils/__tests__/badgeUtils.test.d.ts.map +1 -0
- package/dist/utils/__tests__/badgeUtils.test.js +157 -0
- package/dist/utils/__tests__/badgeUtils.test.js.map +1 -0
- package/dist/utils/__tests__/bashPointsPaymentUtils.test.d.ts +2 -0
- package/dist/utils/__tests__/bashPointsPaymentUtils.test.d.ts.map +1 -0
- package/dist/utils/__tests__/bashPointsPaymentUtils.test.js +114 -0
- package/dist/utils/__tests__/bashPointsPaymentUtils.test.js.map +1 -0
- package/dist/utils/__tests__/contentFilterUtils.test.d.ts +2 -0
- package/dist/utils/__tests__/contentFilterUtils.test.d.ts.map +1 -0
- package/dist/utils/__tests__/contentFilterUtils.test.js +443 -0
- package/dist/utils/__tests__/contentFilterUtils.test.js.map +1 -0
- package/dist/utils/__tests__/displayDateUtils.test.d.ts +2 -0
- package/dist/utils/__tests__/displayDateUtils.test.d.ts.map +1 -0
- package/dist/utils/__tests__/displayDateUtils.test.js +105 -0
- package/dist/utils/__tests__/displayDateUtils.test.js.map +1 -0
- package/dist/utils/__tests__/getBackendHost.test.d.ts +2 -0
- package/dist/utils/__tests__/getBackendHost.test.d.ts.map +1 -0
- package/dist/utils/__tests__/getBackendHost.test.js +104 -0
- package/dist/utils/__tests__/getBackendHost.test.js.map +1 -0
- package/dist/utils/__tests__/getFrontendHost.test.d.ts +2 -0
- package/dist/utils/__tests__/getFrontendHost.test.d.ts.map +1 -0
- package/dist/utils/__tests__/getFrontendHost.test.js +207 -0
- package/dist/utils/__tests__/getFrontendHost.test.js.map +1 -0
- package/dist/utils/__tests__/promoCodesUtils.test.d.ts +2 -0
- package/dist/utils/__tests__/promoCodesUtils.test.d.ts.map +1 -0
- package/dist/utils/__tests__/promoCodesUtils.test.js +183 -0
- package/dist/utils/__tests__/promoCodesUtils.test.js.map +1 -0
- package/dist/utils/__tests__/qrCodeUtils.test.d.ts +2 -0
- package/dist/utils/__tests__/qrCodeUtils.test.d.ts.map +1 -0
- package/dist/utils/__tests__/qrCodeUtils.test.js +99 -0
- package/dist/utils/__tests__/qrCodeUtils.test.js.map +1 -0
- package/dist/utils/__tests__/stripeAccountUtils.test.d.ts +2 -0
- package/dist/utils/__tests__/stripeAccountUtils.test.d.ts.map +1 -0
- package/dist/utils/__tests__/stripeAccountUtils.test.js +75 -0
- package/dist/utils/__tests__/stripeAccountUtils.test.js.map +1 -0
- package/dist/utils/blog/__tests__/getRelatedBlogPosts.test.d.ts +2 -0
- package/dist/utils/blog/__tests__/getRelatedBlogPosts.test.d.ts.map +1 -0
- package/dist/utils/blog/__tests__/getRelatedBlogPosts.test.js +233 -0
- package/dist/utils/blog/__tests__/getRelatedBlogPosts.test.js.map +1 -0
- package/dist/utils/blog/blogCommentDbUtils.d.ts +161 -0
- package/dist/utils/blog/blogCommentDbUtils.d.ts.map +1 -0
- package/dist/utils/blog/blogCommentDbUtils.js +111 -0
- package/dist/utils/blog/blogCommentDbUtils.js.map +1 -0
- package/dist/utils/blog/blogDbUtils.d.ts +10 -0
- package/dist/utils/blog/blogDbUtils.d.ts.map +1 -1
- package/dist/utils/blog/blogDbUtils.js +71 -0
- package/dist/utils/blog/blogDbUtils.js.map +1 -1
- package/dist/utils/urlUtils.d.ts +10 -0
- package/dist/utils/urlUtils.d.ts.map +1 -1
- package/dist/utils/urlUtils.js +24 -5
- package/dist/utils/urlUtils.js.map +1 -1
- package/dist/utils/userUtils.d.ts +32 -0
- package/dist/utils/userUtils.d.ts.map +1 -1
- package/dist/utils/userUtils.js +27 -0
- package/dist/utils/userUtils.js.map +1 -1
- package/package.json +1 -1
- package/prisma/schema.prisma +951 -845
- package/src/__tests__/agePolicy.test.ts +257 -0
- package/src/__tests__/getDisplayGender.test.ts +50 -0
- package/src/__tests__/statusEnums.test.ts +36 -0
- package/src/definitions.ts +138 -1
- package/src/extendedSchemas.ts +41 -2
- package/src/index.ts +1 -0
- package/src/legalTemplates.ts +1 -1
- package/src/utils/__tests__/badgeUtils.test.ts +191 -0
- package/src/utils/__tests__/bashPointsPaymentUtils.test.ts +153 -0
- package/src/utils/__tests__/contentFilterUtils.test.ts +547 -0
- package/src/utils/__tests__/displayDateUtils.test.ts +113 -0
- package/src/utils/__tests__/getBackendHost.test.ts +128 -0
- package/src/utils/__tests__/getFrontendHost.test.ts +232 -0
- package/src/utils/__tests__/promoCodesUtils.test.ts +237 -0
- package/src/utils/__tests__/qrCodeUtils.test.ts +143 -0
- package/src/utils/__tests__/stripeAccountUtils.test.ts +93 -0
- package/src/utils/blog/__tests__/getRelatedBlogPosts.test.ts +271 -0
- package/src/utils/blog/blogCommentDbUtils.ts +161 -0
- package/src/utils/blog/blogDbUtils.ts +95 -1
- package/src/utils/urlUtils.ts +27 -5
- package/src/utils/userUtils.ts +40 -0
|
@@ -51,8 +51,10 @@ export declare const FRONT_END_USER_DATA_TO_SELECT: {
|
|
|
51
51
|
state: true;
|
|
52
52
|
createdOn: true;
|
|
53
53
|
dob: true;
|
|
54
|
-
|
|
55
|
-
|
|
54
|
+
showAgeOnProfile: true;
|
|
55
|
+
showGenderOnProfile: true;
|
|
56
|
+
showVerifiedBadgesOnProfile: true;
|
|
57
|
+
schoolName: true;
|
|
56
58
|
documentIDId: true;
|
|
57
59
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
58
60
|
idVerified: true;
|
|
@@ -96,6 +98,9 @@ export declare const FRONT_END_USER_DATA_TO_SELECT: {
|
|
|
96
98
|
};
|
|
97
99
|
};
|
|
98
100
|
export declare const PRIVATE_USER_ACCOUNT_TO_SELECT: {
|
|
101
|
+
gender: true;
|
|
102
|
+
genderIdentity: true;
|
|
103
|
+
sex: true;
|
|
99
104
|
street: true;
|
|
100
105
|
city: true;
|
|
101
106
|
state: true;
|
|
@@ -132,8 +137,10 @@ export declare const PRIVATE_USER_ACCOUNT_TO_SELECT: {
|
|
|
132
137
|
socialMediaProfiles: true;
|
|
133
138
|
createdOn: true;
|
|
134
139
|
dob: true;
|
|
135
|
-
|
|
136
|
-
|
|
140
|
+
showAgeOnProfile: true;
|
|
141
|
+
showGenderOnProfile: true;
|
|
142
|
+
showVerifiedBadgesOnProfile: true;
|
|
143
|
+
schoolName: true;
|
|
137
144
|
documentIDId: true;
|
|
138
145
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
139
146
|
idVerified: true;
|
|
@@ -231,6 +238,8 @@ export interface BashEventExt extends Omit<BashEvent, "ideaExpiresAt" | "ideaInt
|
|
|
231
238
|
/** Host-curated merch catalog (wizard); stored as JSON on BashEvent. Null = no merch configured. */
|
|
232
239
|
merchandiseItems: BashEventMerchCatalog | null;
|
|
233
240
|
coordinates?: Coordinates[];
|
|
241
|
+
/** Linked venue (when bashEvent.venueId is set and `venue` is requested in include params) */
|
|
242
|
+
venue?: Venue | null;
|
|
234
243
|
targetAudience?: TargetAudience;
|
|
235
244
|
amountOfGuests?: AmountOfGuests;
|
|
236
245
|
recurrence?: Recurrence;
|
|
@@ -335,8 +344,10 @@ export declare const BASH_EVENT_DATA_TO_INCLUDE: {
|
|
|
335
344
|
state: true;
|
|
336
345
|
createdOn: true;
|
|
337
346
|
dob: true;
|
|
338
|
-
|
|
339
|
-
|
|
347
|
+
showAgeOnProfile: true;
|
|
348
|
+
showGenderOnProfile: true;
|
|
349
|
+
showVerifiedBadgesOnProfile: true;
|
|
350
|
+
schoolName: true;
|
|
340
351
|
documentIDId: true;
|
|
341
352
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
342
353
|
idVerified: true;
|
|
@@ -412,8 +423,10 @@ export declare const BASH_EVENT_DATA_TO_INCLUDE: {
|
|
|
412
423
|
state: true;
|
|
413
424
|
createdOn: true;
|
|
414
425
|
dob: true;
|
|
415
|
-
|
|
416
|
-
|
|
426
|
+
showAgeOnProfile: true;
|
|
427
|
+
showGenderOnProfile: true;
|
|
428
|
+
showVerifiedBadgesOnProfile: true;
|
|
429
|
+
schoolName: true;
|
|
417
430
|
documentIDId: true;
|
|
418
431
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
419
432
|
idVerified: true;
|
|
@@ -485,8 +498,10 @@ export declare const BASH_EVENT_DATA_TO_INCLUDE: {
|
|
|
485
498
|
state: true;
|
|
486
499
|
createdOn: true;
|
|
487
500
|
dob: true;
|
|
488
|
-
|
|
489
|
-
|
|
501
|
+
showAgeOnProfile: true;
|
|
502
|
+
showGenderOnProfile: true;
|
|
503
|
+
showVerifiedBadgesOnProfile: true;
|
|
504
|
+
schoolName: true;
|
|
490
505
|
documentIDId: true;
|
|
491
506
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
492
507
|
idVerified: true;
|
|
@@ -551,8 +566,10 @@ export declare const BASH_EVENT_DATA_TO_INCLUDE: {
|
|
|
551
566
|
state: true;
|
|
552
567
|
createdOn: true;
|
|
553
568
|
dob: true;
|
|
554
|
-
|
|
555
|
-
|
|
569
|
+
showAgeOnProfile: true;
|
|
570
|
+
showGenderOnProfile: true;
|
|
571
|
+
showVerifiedBadgesOnProfile: true;
|
|
572
|
+
schoolName: true;
|
|
556
573
|
documentIDId: true;
|
|
557
574
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
558
575
|
idVerified: true;
|
|
@@ -629,8 +646,10 @@ export declare const STRIPE_ACCOUNT_DATA_TO_INCLUDE: {
|
|
|
629
646
|
state: true;
|
|
630
647
|
createdOn: true;
|
|
631
648
|
dob: true;
|
|
632
|
-
|
|
633
|
-
|
|
649
|
+
showAgeOnProfile: true;
|
|
650
|
+
showGenderOnProfile: true;
|
|
651
|
+
showVerifiedBadgesOnProfile: true;
|
|
652
|
+
schoolName: true;
|
|
634
653
|
documentIDId: true;
|
|
635
654
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
636
655
|
idVerified: true;
|
|
@@ -830,8 +849,10 @@ export declare const SERVICE_DATA_TO_INCLUDE: {
|
|
|
830
849
|
state: true;
|
|
831
850
|
createdOn: true;
|
|
832
851
|
dob: true;
|
|
833
|
-
|
|
834
|
-
|
|
852
|
+
showAgeOnProfile: true;
|
|
853
|
+
showGenderOnProfile: true;
|
|
854
|
+
showVerifiedBadgesOnProfile: true;
|
|
855
|
+
schoolName: true;
|
|
835
856
|
documentIDId: true;
|
|
836
857
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
837
858
|
idVerified: true;
|
|
@@ -892,8 +913,10 @@ export declare const SERVICE_DATA_TO_INCLUDE: {
|
|
|
892
913
|
state: true;
|
|
893
914
|
createdOn: true;
|
|
894
915
|
dob: true;
|
|
895
|
-
|
|
896
|
-
|
|
916
|
+
showAgeOnProfile: true;
|
|
917
|
+
showGenderOnProfile: true;
|
|
918
|
+
showVerifiedBadgesOnProfile: true;
|
|
919
|
+
schoolName: true;
|
|
897
920
|
documentIDId: true;
|
|
898
921
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
899
922
|
idVerified: true;
|
|
@@ -993,8 +1016,10 @@ export declare const SERVICE_DATA_TO_INCLUDE: {
|
|
|
993
1016
|
state: true;
|
|
994
1017
|
createdOn: true;
|
|
995
1018
|
dob: true;
|
|
996
|
-
|
|
997
|
-
|
|
1019
|
+
showAgeOnProfile: true;
|
|
1020
|
+
showGenderOnProfile: true;
|
|
1021
|
+
showVerifiedBadgesOnProfile: true;
|
|
1022
|
+
schoolName: true;
|
|
998
1023
|
documentIDId: true;
|
|
999
1024
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
1000
1025
|
idVerified: true;
|
|
@@ -1070,8 +1095,10 @@ export declare const SERVICE_DATA_TO_INCLUDE: {
|
|
|
1070
1095
|
state: true;
|
|
1071
1096
|
createdOn: true;
|
|
1072
1097
|
dob: true;
|
|
1073
|
-
|
|
1074
|
-
|
|
1098
|
+
showAgeOnProfile: true;
|
|
1099
|
+
showGenderOnProfile: true;
|
|
1100
|
+
showVerifiedBadgesOnProfile: true;
|
|
1101
|
+
schoolName: true;
|
|
1075
1102
|
documentIDId: true;
|
|
1076
1103
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
1077
1104
|
idVerified: true;
|
|
@@ -1143,8 +1170,10 @@ export declare const SERVICE_DATA_TO_INCLUDE: {
|
|
|
1143
1170
|
state: true;
|
|
1144
1171
|
createdOn: true;
|
|
1145
1172
|
dob: true;
|
|
1146
|
-
|
|
1147
|
-
|
|
1173
|
+
showAgeOnProfile: true;
|
|
1174
|
+
showGenderOnProfile: true;
|
|
1175
|
+
showVerifiedBadgesOnProfile: true;
|
|
1176
|
+
schoolName: true;
|
|
1148
1177
|
documentIDId: true;
|
|
1149
1178
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
1150
1179
|
idVerified: true;
|
|
@@ -1209,8 +1238,10 @@ export declare const SERVICE_DATA_TO_INCLUDE: {
|
|
|
1209
1238
|
state: true;
|
|
1210
1239
|
createdOn: true;
|
|
1211
1240
|
dob: true;
|
|
1212
|
-
|
|
1213
|
-
|
|
1241
|
+
showAgeOnProfile: true;
|
|
1242
|
+
showGenderOnProfile: true;
|
|
1243
|
+
showVerifiedBadgesOnProfile: true;
|
|
1244
|
+
schoolName: true;
|
|
1214
1245
|
documentIDId: true;
|
|
1215
1246
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
1216
1247
|
idVerified: true;
|
|
@@ -1402,8 +1433,10 @@ export declare const SERVICE_BOOKING_CHECKOUT_DATA_TO_INCLUDE: {
|
|
|
1402
1433
|
state: true;
|
|
1403
1434
|
createdOn: true;
|
|
1404
1435
|
dob: true;
|
|
1405
|
-
|
|
1406
|
-
|
|
1436
|
+
showAgeOnProfile: true;
|
|
1437
|
+
showGenderOnProfile: true;
|
|
1438
|
+
showVerifiedBadgesOnProfile: true;
|
|
1439
|
+
schoolName: true;
|
|
1407
1440
|
documentIDId: true;
|
|
1408
1441
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
1409
1442
|
idVerified: true;
|
|
@@ -1468,8 +1501,10 @@ export declare const FRONT_END_SERVICE_BOOKING_CHECKOUT_DATA_SELECT: {
|
|
|
1468
1501
|
state: true;
|
|
1469
1502
|
createdOn: true;
|
|
1470
1503
|
dob: true;
|
|
1471
|
-
|
|
1472
|
-
|
|
1504
|
+
showAgeOnProfile: true;
|
|
1505
|
+
showGenderOnProfile: true;
|
|
1506
|
+
showVerifiedBadgesOnProfile: true;
|
|
1507
|
+
schoolName: true;
|
|
1473
1508
|
documentIDId: true;
|
|
1474
1509
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
1475
1510
|
idVerified: true;
|
|
@@ -1560,8 +1595,10 @@ export declare const SERVICE_BOOKING_PUBLIC_DATA_TO_INCLUDE: {
|
|
|
1560
1595
|
state: true;
|
|
1561
1596
|
createdOn: true;
|
|
1562
1597
|
dob: true;
|
|
1563
|
-
|
|
1564
|
-
|
|
1598
|
+
showAgeOnProfile: true;
|
|
1599
|
+
showGenderOnProfile: true;
|
|
1600
|
+
showVerifiedBadgesOnProfile: true;
|
|
1601
|
+
schoolName: true;
|
|
1565
1602
|
documentIDId: true;
|
|
1566
1603
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
1567
1604
|
idVerified: true;
|
|
@@ -1622,8 +1659,10 @@ export declare const SERVICE_BOOKING_PUBLIC_DATA_TO_INCLUDE: {
|
|
|
1622
1659
|
state: true;
|
|
1623
1660
|
createdOn: true;
|
|
1624
1661
|
dob: true;
|
|
1625
|
-
|
|
1626
|
-
|
|
1662
|
+
showAgeOnProfile: true;
|
|
1663
|
+
showGenderOnProfile: true;
|
|
1664
|
+
showVerifiedBadgesOnProfile: true;
|
|
1665
|
+
schoolName: true;
|
|
1627
1666
|
documentIDId: true;
|
|
1628
1667
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
1629
1668
|
idVerified: true;
|
|
@@ -1802,8 +1841,10 @@ export declare const SERVICE_BOOKING_PRIVATE_DATA_TO_INCLUDE: {
|
|
|
1802
1841
|
state: true;
|
|
1803
1842
|
createdOn: true;
|
|
1804
1843
|
dob: true;
|
|
1805
|
-
|
|
1806
|
-
|
|
1844
|
+
showAgeOnProfile: true;
|
|
1845
|
+
showGenderOnProfile: true;
|
|
1846
|
+
showVerifiedBadgesOnProfile: true;
|
|
1847
|
+
schoolName: true;
|
|
1807
1848
|
documentIDId: true;
|
|
1808
1849
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
1809
1850
|
idVerified: true;
|
|
@@ -1871,8 +1912,10 @@ export declare const SERVICE_BOOKING_PRIVATE_DATA_TO_INCLUDE: {
|
|
|
1871
1912
|
state: true;
|
|
1872
1913
|
createdOn: true;
|
|
1873
1914
|
dob: true;
|
|
1874
|
-
|
|
1875
|
-
|
|
1915
|
+
showAgeOnProfile: true;
|
|
1916
|
+
showGenderOnProfile: true;
|
|
1917
|
+
showVerifiedBadgesOnProfile: true;
|
|
1918
|
+
schoolName: true;
|
|
1876
1919
|
documentIDId: true;
|
|
1877
1920
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
1878
1921
|
idVerified: true;
|
|
@@ -1933,8 +1976,10 @@ export declare const SERVICE_BOOKING_PRIVATE_DATA_TO_INCLUDE: {
|
|
|
1933
1976
|
state: true;
|
|
1934
1977
|
createdOn: true;
|
|
1935
1978
|
dob: true;
|
|
1936
|
-
|
|
1937
|
-
|
|
1979
|
+
showAgeOnProfile: true;
|
|
1980
|
+
showGenderOnProfile: true;
|
|
1981
|
+
showVerifiedBadgesOnProfile: true;
|
|
1982
|
+
schoolName: true;
|
|
1938
1983
|
documentIDId: true;
|
|
1939
1984
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
1940
1985
|
idVerified: true;
|
|
@@ -2018,8 +2063,10 @@ export declare const SERVICE_BOOKING_PRIVATE_DATA_TO_INCLUDE: {
|
|
|
2018
2063
|
state: true;
|
|
2019
2064
|
createdOn: true;
|
|
2020
2065
|
dob: true;
|
|
2021
|
-
|
|
2022
|
-
|
|
2066
|
+
showAgeOnProfile: true;
|
|
2067
|
+
showGenderOnProfile: true;
|
|
2068
|
+
showVerifiedBadgesOnProfile: true;
|
|
2069
|
+
schoolName: true;
|
|
2023
2070
|
documentIDId: true;
|
|
2024
2071
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
2025
2072
|
idVerified: true;
|
|
@@ -2080,8 +2127,10 @@ export declare const SERVICE_BOOKING_PRIVATE_DATA_TO_INCLUDE: {
|
|
|
2080
2127
|
state: true;
|
|
2081
2128
|
createdOn: true;
|
|
2082
2129
|
dob: true;
|
|
2083
|
-
|
|
2084
|
-
|
|
2130
|
+
showAgeOnProfile: true;
|
|
2131
|
+
showGenderOnProfile: true;
|
|
2132
|
+
showVerifiedBadgesOnProfile: true;
|
|
2133
|
+
schoolName: true;
|
|
2085
2134
|
documentIDId: true;
|
|
2086
2135
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
2087
2136
|
idVerified: true;
|
|
@@ -2417,8 +2466,10 @@ export declare const BASH_NOTIFICATION_DATA_TO_INCLUDE: {
|
|
|
2417
2466
|
state: true;
|
|
2418
2467
|
createdOn: true;
|
|
2419
2468
|
dob: true;
|
|
2420
|
-
|
|
2421
|
-
|
|
2469
|
+
showAgeOnProfile: true;
|
|
2470
|
+
showGenderOnProfile: true;
|
|
2471
|
+
showVerifiedBadgesOnProfile: true;
|
|
2472
|
+
schoolName: true;
|
|
2422
2473
|
documentIDId: true;
|
|
2423
2474
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
2424
2475
|
idVerified: true;
|
|
@@ -2479,8 +2530,10 @@ export declare const BASH_NOTIFICATION_DATA_TO_INCLUDE: {
|
|
|
2479
2530
|
state: true;
|
|
2480
2531
|
createdOn: true;
|
|
2481
2532
|
dob: true;
|
|
2482
|
-
|
|
2483
|
-
|
|
2533
|
+
showAgeOnProfile: true;
|
|
2534
|
+
showGenderOnProfile: true;
|
|
2535
|
+
showVerifiedBadgesOnProfile: true;
|
|
2536
|
+
schoolName: true;
|
|
2484
2537
|
documentIDId: true;
|
|
2485
2538
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
2486
2539
|
idVerified: true;
|
|
@@ -2649,8 +2702,10 @@ export declare const BASH_NOTIFICATION_DATA_TO_INCLUDE: {
|
|
|
2649
2702
|
state: true;
|
|
2650
2703
|
createdOn: true;
|
|
2651
2704
|
dob: true;
|
|
2652
|
-
|
|
2653
|
-
|
|
2705
|
+
showAgeOnProfile: true;
|
|
2706
|
+
showGenderOnProfile: true;
|
|
2707
|
+
showVerifiedBadgesOnProfile: true;
|
|
2708
|
+
schoolName: true;
|
|
2654
2709
|
documentIDId: true;
|
|
2655
2710
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
2656
2711
|
idVerified: true;
|
|
@@ -2711,8 +2766,10 @@ export declare const BASH_NOTIFICATION_DATA_TO_INCLUDE: {
|
|
|
2711
2766
|
state: true;
|
|
2712
2767
|
createdOn: true;
|
|
2713
2768
|
dob: true;
|
|
2714
|
-
|
|
2715
|
-
|
|
2769
|
+
showAgeOnProfile: true;
|
|
2770
|
+
showGenderOnProfile: true;
|
|
2771
|
+
showVerifiedBadgesOnProfile: true;
|
|
2772
|
+
schoolName: true;
|
|
2716
2773
|
documentIDId: true;
|
|
2717
2774
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
2718
2775
|
idVerified: true;
|
|
@@ -2886,8 +2943,10 @@ export declare const TASK_COMMENT_DATA_TO_INCLUDE: {
|
|
|
2886
2943
|
state: true;
|
|
2887
2944
|
createdOn: true;
|
|
2888
2945
|
dob: true;
|
|
2889
|
-
|
|
2890
|
-
|
|
2946
|
+
showAgeOnProfile: true;
|
|
2947
|
+
showGenderOnProfile: true;
|
|
2948
|
+
showVerifiedBadgesOnProfile: true;
|
|
2949
|
+
schoolName: true;
|
|
2891
2950
|
documentIDId: true;
|
|
2892
2951
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
2893
2952
|
idVerified: true;
|
|
@@ -2955,8 +3014,10 @@ export declare const EVENT_TASK_DATA_TO_INCLUDE: {
|
|
|
2955
3014
|
state: true;
|
|
2956
3015
|
createdOn: true;
|
|
2957
3016
|
dob: true;
|
|
2958
|
-
|
|
2959
|
-
|
|
3017
|
+
showAgeOnProfile: true;
|
|
3018
|
+
showGenderOnProfile: true;
|
|
3019
|
+
showVerifiedBadgesOnProfile: true;
|
|
3020
|
+
schoolName: true;
|
|
2960
3021
|
documentIDId: true;
|
|
2961
3022
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
2962
3023
|
idVerified: true;
|
|
@@ -3017,8 +3078,10 @@ export declare const EVENT_TASK_DATA_TO_INCLUDE: {
|
|
|
3017
3078
|
state: true;
|
|
3018
3079
|
createdOn: true;
|
|
3019
3080
|
dob: true;
|
|
3020
|
-
|
|
3021
|
-
|
|
3081
|
+
showAgeOnProfile: true;
|
|
3082
|
+
showGenderOnProfile: true;
|
|
3083
|
+
showVerifiedBadgesOnProfile: true;
|
|
3084
|
+
schoolName: true;
|
|
3022
3085
|
documentIDId: true;
|
|
3023
3086
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
3024
3087
|
idVerified: true;
|
|
@@ -3081,8 +3144,10 @@ export declare const EVENT_TASK_DATA_TO_INCLUDE: {
|
|
|
3081
3144
|
state: true;
|
|
3082
3145
|
createdOn: true;
|
|
3083
3146
|
dob: true;
|
|
3084
|
-
|
|
3085
|
-
|
|
3147
|
+
showAgeOnProfile: true;
|
|
3148
|
+
showGenderOnProfile: true;
|
|
3149
|
+
showVerifiedBadgesOnProfile: true;
|
|
3150
|
+
schoolName: true;
|
|
3086
3151
|
documentIDId: true;
|
|
3087
3152
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
3088
3153
|
idVerified: true;
|
|
@@ -3156,8 +3221,10 @@ export declare const INVITATION_DATA_TO_INCLUDE: {
|
|
|
3156
3221
|
state: true;
|
|
3157
3222
|
createdOn: true;
|
|
3158
3223
|
dob: true;
|
|
3159
|
-
|
|
3160
|
-
|
|
3224
|
+
showAgeOnProfile: true;
|
|
3225
|
+
showGenderOnProfile: true;
|
|
3226
|
+
showVerifiedBadgesOnProfile: true;
|
|
3227
|
+
schoolName: true;
|
|
3161
3228
|
documentIDId: true;
|
|
3162
3229
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
3163
3230
|
idVerified: true;
|
|
@@ -3218,8 +3285,10 @@ export declare const INVITATION_DATA_TO_INCLUDE: {
|
|
|
3218
3285
|
state: true;
|
|
3219
3286
|
createdOn: true;
|
|
3220
3287
|
dob: true;
|
|
3221
|
-
|
|
3222
|
-
|
|
3288
|
+
showAgeOnProfile: true;
|
|
3289
|
+
showGenderOnProfile: true;
|
|
3290
|
+
showVerifiedBadgesOnProfile: true;
|
|
3291
|
+
schoolName: true;
|
|
3223
3292
|
documentIDId: true;
|
|
3224
3293
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
3225
3294
|
idVerified: true;
|
|
@@ -3268,6 +3337,8 @@ export declare const INVITATION_DATA_TO_INCLUDE: {
|
|
|
3268
3337
|
export interface InvitationExtraData extends Invitation {
|
|
3269
3338
|
isFreeGuest: boolean;
|
|
3270
3339
|
isOrganizer?: boolean;
|
|
3340
|
+
isCoHost?: boolean;
|
|
3341
|
+
organizerTitle?: string;
|
|
3271
3342
|
isOwnershipTransfer?: boolean;
|
|
3272
3343
|
includeQRCode?: boolean;
|
|
3273
3344
|
}
|
|
@@ -3300,8 +3371,10 @@ export declare const ASSOCIATED_BASH_DATA_TO_INCLUDE: {
|
|
|
3300
3371
|
state: true;
|
|
3301
3372
|
createdOn: true;
|
|
3302
3373
|
dob: true;
|
|
3303
|
-
|
|
3304
|
-
|
|
3374
|
+
showAgeOnProfile: true;
|
|
3375
|
+
showGenderOnProfile: true;
|
|
3376
|
+
showVerifiedBadgesOnProfile: true;
|
|
3377
|
+
schoolName: true;
|
|
3305
3378
|
documentIDId: true;
|
|
3306
3379
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
3307
3380
|
idVerified: true;
|
|
@@ -3377,8 +3450,10 @@ export declare const ASSOCIATED_BASH_DATA_TO_INCLUDE: {
|
|
|
3377
3450
|
state: true;
|
|
3378
3451
|
createdOn: true;
|
|
3379
3452
|
dob: true;
|
|
3380
|
-
|
|
3381
|
-
|
|
3453
|
+
showAgeOnProfile: true;
|
|
3454
|
+
showGenderOnProfile: true;
|
|
3455
|
+
showVerifiedBadgesOnProfile: true;
|
|
3456
|
+
schoolName: true;
|
|
3382
3457
|
documentIDId: true;
|
|
3383
3458
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
3384
3459
|
idVerified: true;
|
|
@@ -3450,8 +3525,10 @@ export declare const ASSOCIATED_BASH_DATA_TO_INCLUDE: {
|
|
|
3450
3525
|
state: true;
|
|
3451
3526
|
createdOn: true;
|
|
3452
3527
|
dob: true;
|
|
3453
|
-
|
|
3454
|
-
|
|
3528
|
+
showAgeOnProfile: true;
|
|
3529
|
+
showGenderOnProfile: true;
|
|
3530
|
+
showVerifiedBadgesOnProfile: true;
|
|
3531
|
+
schoolName: true;
|
|
3455
3532
|
documentIDId: true;
|
|
3456
3533
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
3457
3534
|
idVerified: true;
|
|
@@ -3516,8 +3593,10 @@ export declare const ASSOCIATED_BASH_DATA_TO_INCLUDE: {
|
|
|
3516
3593
|
state: true;
|
|
3517
3594
|
createdOn: true;
|
|
3518
3595
|
dob: true;
|
|
3519
|
-
|
|
3520
|
-
|
|
3596
|
+
showAgeOnProfile: true;
|
|
3597
|
+
showGenderOnProfile: true;
|
|
3598
|
+
showVerifiedBadgesOnProfile: true;
|
|
3599
|
+
schoolName: true;
|
|
3521
3600
|
documentIDId: true;
|
|
3522
3601
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
3523
3602
|
idVerified: true;
|
|
@@ -3586,8 +3665,10 @@ export declare const ASSOCIATED_BASH_DATA_TO_INCLUDE: {
|
|
|
3586
3665
|
state: true;
|
|
3587
3666
|
createdOn: true;
|
|
3588
3667
|
dob: true;
|
|
3589
|
-
|
|
3590
|
-
|
|
3668
|
+
showAgeOnProfile: true;
|
|
3669
|
+
showGenderOnProfile: true;
|
|
3670
|
+
showVerifiedBadgesOnProfile: true;
|
|
3671
|
+
schoolName: true;
|
|
3591
3672
|
documentIDId: true;
|
|
3592
3673
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
3593
3674
|
idVerified: true;
|
|
@@ -3648,8 +3729,10 @@ export declare const ASSOCIATED_BASH_DATA_TO_INCLUDE: {
|
|
|
3648
3729
|
state: true;
|
|
3649
3730
|
createdOn: true;
|
|
3650
3731
|
dob: true;
|
|
3651
|
-
|
|
3652
|
-
|
|
3732
|
+
showAgeOnProfile: true;
|
|
3733
|
+
showGenderOnProfile: true;
|
|
3734
|
+
showVerifiedBadgesOnProfile: true;
|
|
3735
|
+
schoolName: true;
|
|
3653
3736
|
documentIDId: true;
|
|
3654
3737
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
3655
3738
|
idVerified: true;
|
|
@@ -3717,8 +3800,10 @@ export declare const ASSOCIATED_SERVICE_DATA_TO_INCLUDE: {
|
|
|
3717
3800
|
state: true;
|
|
3718
3801
|
createdOn: true;
|
|
3719
3802
|
dob: true;
|
|
3720
|
-
|
|
3721
|
-
|
|
3803
|
+
showAgeOnProfile: true;
|
|
3804
|
+
showGenderOnProfile: true;
|
|
3805
|
+
showVerifiedBadgesOnProfile: true;
|
|
3806
|
+
schoolName: true;
|
|
3722
3807
|
documentIDId: true;
|
|
3723
3808
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
3724
3809
|
idVerified: true;
|
|
@@ -3779,8 +3864,10 @@ export declare const ASSOCIATED_SERVICE_DATA_TO_INCLUDE: {
|
|
|
3779
3864
|
state: true;
|
|
3780
3865
|
createdOn: true;
|
|
3781
3866
|
dob: true;
|
|
3782
|
-
|
|
3783
|
-
|
|
3867
|
+
showAgeOnProfile: true;
|
|
3868
|
+
showGenderOnProfile: true;
|
|
3869
|
+
showVerifiedBadgesOnProfile: true;
|
|
3870
|
+
schoolName: true;
|
|
3784
3871
|
documentIDId: true;
|
|
3785
3872
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
3786
3873
|
idVerified: true;
|
|
@@ -3880,8 +3967,10 @@ export declare const ASSOCIATED_SERVICE_DATA_TO_INCLUDE: {
|
|
|
3880
3967
|
state: true;
|
|
3881
3968
|
createdOn: true;
|
|
3882
3969
|
dob: true;
|
|
3883
|
-
|
|
3884
|
-
|
|
3970
|
+
showAgeOnProfile: true;
|
|
3971
|
+
showGenderOnProfile: true;
|
|
3972
|
+
showVerifiedBadgesOnProfile: true;
|
|
3973
|
+
schoolName: true;
|
|
3885
3974
|
documentIDId: true;
|
|
3886
3975
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
3887
3976
|
idVerified: true;
|
|
@@ -3957,8 +4046,10 @@ export declare const ASSOCIATED_SERVICE_DATA_TO_INCLUDE: {
|
|
|
3957
4046
|
state: true;
|
|
3958
4047
|
createdOn: true;
|
|
3959
4048
|
dob: true;
|
|
3960
|
-
|
|
3961
|
-
|
|
4049
|
+
showAgeOnProfile: true;
|
|
4050
|
+
showGenderOnProfile: true;
|
|
4051
|
+
showVerifiedBadgesOnProfile: true;
|
|
4052
|
+
schoolName: true;
|
|
3962
4053
|
documentIDId: true;
|
|
3963
4054
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
3964
4055
|
idVerified: true;
|
|
@@ -4030,8 +4121,10 @@ export declare const ASSOCIATED_SERVICE_DATA_TO_INCLUDE: {
|
|
|
4030
4121
|
state: true;
|
|
4031
4122
|
createdOn: true;
|
|
4032
4123
|
dob: true;
|
|
4033
|
-
|
|
4034
|
-
|
|
4124
|
+
showAgeOnProfile: true;
|
|
4125
|
+
showGenderOnProfile: true;
|
|
4126
|
+
showVerifiedBadgesOnProfile: true;
|
|
4127
|
+
schoolName: true;
|
|
4035
4128
|
documentIDId: true;
|
|
4036
4129
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
4037
4130
|
idVerified: true;
|
|
@@ -4096,8 +4189,10 @@ export declare const ASSOCIATED_SERVICE_DATA_TO_INCLUDE: {
|
|
|
4096
4189
|
state: true;
|
|
4097
4190
|
createdOn: true;
|
|
4098
4191
|
dob: true;
|
|
4099
|
-
|
|
4100
|
-
|
|
4192
|
+
showAgeOnProfile: true;
|
|
4193
|
+
showGenderOnProfile: true;
|
|
4194
|
+
showVerifiedBadgesOnProfile: true;
|
|
4195
|
+
schoolName: true;
|
|
4101
4196
|
documentIDId: true;
|
|
4102
4197
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
4103
4198
|
idVerified: true;
|
|
@@ -4225,8 +4320,10 @@ export declare const TICKET_GIFT_GRANT_DATA_TO_INCLUDE: {
|
|
|
4225
4320
|
state: true;
|
|
4226
4321
|
createdOn: true;
|
|
4227
4322
|
dob: true;
|
|
4228
|
-
|
|
4229
|
-
|
|
4323
|
+
showAgeOnProfile: true;
|
|
4324
|
+
showGenderOnProfile: true;
|
|
4325
|
+
showVerifiedBadgesOnProfile: true;
|
|
4326
|
+
schoolName: true;
|
|
4230
4327
|
documentIDId: true;
|
|
4231
4328
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
4232
4329
|
idVerified: true;
|
|
@@ -4287,8 +4384,10 @@ export declare const TICKET_GIFT_GRANT_DATA_TO_INCLUDE: {
|
|
|
4287
4384
|
state: true;
|
|
4288
4385
|
createdOn: true;
|
|
4289
4386
|
dob: true;
|
|
4290
|
-
|
|
4291
|
-
|
|
4387
|
+
showAgeOnProfile: true;
|
|
4388
|
+
showGenderOnProfile: true;
|
|
4389
|
+
showVerifiedBadgesOnProfile: true;
|
|
4390
|
+
schoolName: true;
|
|
4292
4391
|
documentIDId: true;
|
|
4293
4392
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
4294
4393
|
idVerified: true;
|
|
@@ -4373,8 +4472,10 @@ export declare const CHECKOUT_DATA_TO_INCLUDE: {
|
|
|
4373
4472
|
state: true;
|
|
4374
4473
|
createdOn: true;
|
|
4375
4474
|
dob: true;
|
|
4376
|
-
|
|
4377
|
-
|
|
4475
|
+
showAgeOnProfile: true;
|
|
4476
|
+
showGenderOnProfile: true;
|
|
4477
|
+
showVerifiedBadgesOnProfile: true;
|
|
4478
|
+
schoolName: true;
|
|
4378
4479
|
documentIDId: true;
|
|
4379
4480
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
4380
4481
|
idVerified: true;
|
|
@@ -4445,8 +4546,10 @@ export declare const CONTACT_DATA_TO_INCLUDE: {
|
|
|
4445
4546
|
state: true;
|
|
4446
4547
|
createdOn: true;
|
|
4447
4548
|
dob: true;
|
|
4448
|
-
|
|
4449
|
-
|
|
4549
|
+
showAgeOnProfile: true;
|
|
4550
|
+
showGenderOnProfile: true;
|
|
4551
|
+
showVerifiedBadgesOnProfile: true;
|
|
4552
|
+
schoolName: true;
|
|
4450
4553
|
documentIDId: true;
|
|
4451
4554
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
4452
4555
|
idVerified: true;
|
|
@@ -4501,6 +4604,28 @@ export interface UserExt extends User {
|
|
|
4501
4604
|
* Example: "April 3".
|
|
4502
4605
|
*/
|
|
4503
4606
|
birthdayDisplay?: string;
|
|
4607
|
+
/**
|
|
4608
|
+
* Computed by public user API when `showAgeOnProfile` is true and `dob` is set.
|
|
4609
|
+
* Example: "32".
|
|
4610
|
+
*/
|
|
4611
|
+
ageDisplay?: string;
|
|
4612
|
+
/**
|
|
4613
|
+
* Computed by public user API when `showGenderOnProfile` is true.
|
|
4614
|
+
* Resolves `genderIdentity` (free-text self-describe) ahead of the enum `gender`.
|
|
4615
|
+
*/
|
|
4616
|
+
genderDisplay?: string;
|
|
4617
|
+
/**
|
|
4618
|
+
* Computed trust badges. Server gates the entire object on
|
|
4619
|
+
* `showVerifiedBadgesOnProfile` and strips the underlying raw fields
|
|
4620
|
+
* (`paymentVerified`, `stripeAccountId`, `studentIdImageS3Key`, `schoolName`)
|
|
4621
|
+
* from the public response.
|
|
4622
|
+
*/
|
|
4623
|
+
badges?: {
|
|
4624
|
+
idVerified: boolean;
|
|
4625
|
+
paymentVerified: boolean;
|
|
4626
|
+
verifiedHost: boolean;
|
|
4627
|
+
studentAt: string | null;
|
|
4628
|
+
};
|
|
4504
4629
|
/** Included when the user query selects the `UserAvailability` relation (not on default Prisma `User`). */
|
|
4505
4630
|
bashAvailability?: BashAvailability | null;
|
|
4506
4631
|
userSubscription?: UserSubscriptionExt | null;
|
|
@@ -4557,8 +4682,10 @@ export declare const BLOG_POST_DATA_TO_INCLUDE: {
|
|
|
4557
4682
|
state: true;
|
|
4558
4683
|
createdOn: true;
|
|
4559
4684
|
dob: true;
|
|
4560
|
-
|
|
4561
|
-
|
|
4685
|
+
showAgeOnProfile: true;
|
|
4686
|
+
showGenderOnProfile: true;
|
|
4687
|
+
showVerifiedBadgesOnProfile: true;
|
|
4688
|
+
schoolName: true;
|
|
4562
4689
|
documentIDId: true;
|
|
4563
4690
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
4564
4691
|
idVerified: true;
|
|
@@ -4623,8 +4750,10 @@ export declare const BLOG_POST_DATA_TO_INCLUDE: {
|
|
|
4623
4750
|
state: true;
|
|
4624
4751
|
createdOn: true;
|
|
4625
4752
|
dob: true;
|
|
4626
|
-
|
|
4627
|
-
|
|
4753
|
+
showAgeOnProfile: true;
|
|
4754
|
+
showGenderOnProfile: true;
|
|
4755
|
+
showVerifiedBadgesOnProfile: true;
|
|
4756
|
+
schoolName: true;
|
|
4628
4757
|
documentIDId: true;
|
|
4629
4758
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
4630
4759
|
idVerified: true;
|
|
@@ -4687,8 +4816,10 @@ export declare const BLOG_POST_DATA_TO_INCLUDE: {
|
|
|
4687
4816
|
state: true;
|
|
4688
4817
|
createdOn: true;
|
|
4689
4818
|
dob: true;
|
|
4690
|
-
|
|
4691
|
-
|
|
4819
|
+
showAgeOnProfile: true;
|
|
4820
|
+
showGenderOnProfile: true;
|
|
4821
|
+
showVerifiedBadgesOnProfile: true;
|
|
4822
|
+
schoolName: true;
|
|
4692
4823
|
documentIDId: true;
|
|
4693
4824
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
4694
4825
|
idVerified: true;
|
|
@@ -4761,8 +4892,10 @@ export declare const BLOG_POST_PREVIEW_DATA_TO_INCLUDE: {
|
|
|
4761
4892
|
state: true;
|
|
4762
4893
|
createdOn: true;
|
|
4763
4894
|
dob: true;
|
|
4764
|
-
|
|
4765
|
-
|
|
4895
|
+
showAgeOnProfile: true;
|
|
4896
|
+
showGenderOnProfile: true;
|
|
4897
|
+
showVerifiedBadgesOnProfile: true;
|
|
4898
|
+
schoolName: true;
|
|
4766
4899
|
documentIDId: true;
|
|
4767
4900
|
/** Set when Stripe Identity verification completes (hosted flow). */
|
|
4768
4901
|
idVerified: true;
|