@react-pakistan/util-functions 1.25.90 → 2.0.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/README.md +74 -315
- package/constants/api-methods.d.ts +3 -1
- package/constants/api-methods.js +1 -15
- package/constants/cache-time.d.ts +7 -5
- package/constants/cache-time.js +1 -8
- package/constants/countries-timezones.d.ts +4 -2
- package/constants/countries-timezones.js +1 -1411
- package/constants/currencies.d.ts +4 -2
- package/constants/currencies.js +1 -1076
- package/constants/dial-codes.d.ts +5 -3
- package/constants/dial-codes.js +1 -1216
- package/constants/layout-direction.d.ts +3 -1
- package/constants/layout-direction.js +1 -8
- package/constants/react-pakistan-meta.d.ts +4 -2
- package/constants/react-pakistan-meta.js +1 -35
- package/constants/react-pakistan.d.ts +5 -3
- package/constants/react-pakistan.js +12 -104
- package/constants/select-value-delimiter.d.ts +3 -1
- package/constants/select-value-delimiter.js +1 -13
- package/constants/social-media-colors.d.ts +3 -1
- package/constants/social-media-colors.js +1 -42
- package/constants/social-media-sizes.d.ts +6 -4
- package/constants/social-media-sizes.js +1 -327
- package/constants/user-roles.d.ts +3 -1
- package/constants/user-roles.js +1 -9
- package/edu-pilot-pro/types/academics.d.ts +2 -266
- package/edu-pilot-pro/types/academics.js +1 -9
- package/edu-pilot-pro/types/admission.d.ts +803 -10
- package/edu-pilot-pro/types/admission.js +1 -7
- package/edu-pilot-pro/types/communication.d.ts +2 -165
- package/edu-pilot-pro/types/communication.js +1 -8
- package/edu-pilot-pro/types/enums.d.ts +30 -28
- package/edu-pilot-pro/types/enums.js +1 -445
- package/edu-pilot-pro/types/finance.d.ts +2 -128
- package/edu-pilot-pro/types/finance.js +1 -8
- package/edu-pilot-pro/types/index.d.ts +2 -12
- package/edu-pilot-pro/types/index.js +1 -28
- package/edu-pilot-pro/types/user-management.d.ts +2 -236
- package/edu-pilot-pro/types/user-management.js +1 -8
- package/factory/generic-component-factory.d.ts +12 -9
- package/factory/generic-component-factory.js +1 -131
- package/factory/generic-module-factory.d.ts +14 -10
- package/factory/generic-module-factory.js +1 -190
- package/general/basic-get.d.ts +8 -1
- package/general/basic-get.js +1 -83
- package/general/basic-post.d.ts +8 -1
- package/general/basic-post.js +1 -70
- package/general/calculate-pages.d.ts +9 -1
- package/general/calculate-pages.js +1 -7
- package/general/camel-to-sentence-case.d.ts +3 -1
- package/general/camel-to-sentence-case.js +1 -20
- package/general/check-even-odd-length.d.ts +3 -1
- package/general/check-even-odd-length.js +1 -17
- package/general/clear-cache.d.ts +7 -2
- package/general/clear-cache.js +1 -12
- package/general/cnic-formatter.d.ts +16 -3
- package/general/cnic-formatter.js +1 -53
- package/general/convert-url-to-base64.d.ts +8 -6
- package/general/convert-url-to-base64.js +1 -231
- package/general/countries.d.ts +5 -3
- package/general/countries.js +1 -514
- package/general/create-date.d.ts +3 -1
- package/general/create-date.js +1 -22
- package/general/crypto.d.ts +4 -2
- package/general/crypto.js +1 -45
- package/general/currencies.d.ts +2 -0
- package/general/currencies.js +0 -1077
- package/general/delete-image-from-private-supabase.d.ts +10 -2
- package/general/delete-image-from-private-supabase.js +1 -66
- package/general/delete-image-from-public-supabase.d.ts +10 -2
- package/general/delete-image-from-public-supabase.js +1 -66
- package/general/download-from-url.d.ts +8 -1
- package/general/download-from-url.js +1 -82
- package/general/dynamic-page-limit.d.ts +9 -3
- package/general/dynamic-page-limit.js +1 -7
- package/general/enum-to-text.d.ts +8 -1
- package/general/enum-to-text.js +1 -11
- package/general/fetch-data.d.ts +16 -4
- package/general/fetch-data.js +1 -95
- package/general/fetch-supabase-image.d.ts +11 -2
- package/general/fetch-supabase-image.js +1 -67
- package/general/fetch-supabase-private-assets.d.ts +11 -2
- package/general/fetch-supabase-private-assets.js +1 -69
- package/general/format-date.d.ts +10 -2
- package/general/format-date.js +1 -49
- package/general/format-number.d.ts +12 -2
- package/general/format-number.js +1 -35
- package/general/format-phone-display.d.ts +9 -1
- package/general/format-phone-display.js +1 -32
- package/general/format-phone.d.ts +10 -2
- package/general/format-phone.js +1 -20
- package/general/format-pricing.d.ts +8 -1
- package/general/format-pricing.js +1 -23
- package/general/format-secs.d.ts +8 -1
- package/general/format-secs.js +1 -21
- package/general/format-time.d.ts +8 -2
- package/general/format-time.js +1 -38
- package/general/format-value.d.ts +8 -1
- package/general/format-value.js +1 -7
- package/general/full-month-range.d.ts +3 -2
- package/general/full-month-range.js +1 -24
- package/general/full-year-range.d.ts +3 -2
- package/general/full-year-range.js +1 -20
- package/general/generate-article-schema.d.ts +3 -2
- package/general/generate-article-schema.js +1 -100
- package/general/generate-blog-schema.d.ts +3 -2
- package/general/generate-blog-schema.js +1 -32
- package/general/generate-book-schema.d.ts +3 -2
- package/general/generate-book-schema.js +1 -109
- package/general/generate-breadcrumb-schema.d.ts +3 -2
- package/general/generate-breadcrumb-schema.js +1 -34
- package/general/generate-carousel-schema.d.ts +3 -2
- package/general/generate-carousel-schema.js +1 -172
- package/general/generate-course-schema.d.ts +3 -2
- package/general/generate-course-schema.js +1 -124
- package/general/generate-dataset-schema.d.ts +3 -2
- package/general/generate-dataset-schema.js +1 -156
- package/general/generate-discussion-forum-schema.d.ts +3 -2
- package/general/generate-discussion-forum-schema.js +1 -67
- package/general/generate-education-schema.d.ts +3 -2
- package/general/generate-education-schema.js +1 -137
- package/general/generate-employer-aggregate-rating-schema.d.ts +3 -2
- package/general/generate-employer-aggregate-rating-schema.js +1 -64
- package/general/generate-event-schema.d.ts +3 -2
- package/general/generate-event-schema.js +1 -214
- package/general/generate-faq-schema.d.ts +3 -2
- package/general/generate-faq-schema.js +1 -43
- package/general/generate-grid.d.ts +3 -2
- package/general/generate-grid.js +1 -55
- package/general/generate-image-metadata-schema.d.ts +3 -2
- package/general/generate-image-metadata-schema.js +1 -73
- package/general/generate-job-posting-schema.d.ts +3 -2
- package/general/generate-job-posting-schema.js +1 -120
- package/general/generate-local-business-schema.d.ts +3 -2
- package/general/generate-local-business-schema.js +1 -75
- package/general/generate-math-solver-schema.d.ts +3 -2
- package/general/generate-math-solver-schema.js +1 -83
- package/general/generate-movie-carousel-schema.d.ts +3 -2
- package/general/generate-movie-carousel-schema.js +1 -160
- package/general/generate-organization-schema.d.ts +3 -2
- package/general/generate-organization-schema.js +1 -39
- package/general/generate-profile-page-schema.d.ts +3 -2
- package/general/generate-profile-page-schema.js +1 -82
- package/general/generate-qa-page-schema.d.ts +3 -2
- package/general/generate-qa-page-schema.js +1 -67
- package/general/generate-recipe-schema.d.ts +3 -2
- package/general/generate-recipe-schema.js +1 -104
- package/general/generate-ref.d.ts +8 -2
- package/general/generate-ref.js +1 -12
- package/general/generate-review-snippet-schema.d.ts +3 -2
- package/general/generate-review-snippet-schema.js +1 -137
- package/general/generate-shopping-loyalty-program-schema.d.ts +3 -2
- package/general/generate-shopping-loyalty-program-schema.js +1 -59
- package/general/generate-shopping-merchant-listing-schema.d.ts +3 -2
- package/general/generate-shopping-merchant-listing-schema.js +1 -153
- package/general/generate-shopping-merchant-return-policy-schema.d.ts +3 -2
- package/general/generate-shopping-merchant-return-policy-schema.js +1 -68
- package/general/generate-shopping-merchant-shipping-policy-schema.d.ts +3 -2
- package/general/generate-shopping-merchant-shipping-policy-schema.js +1 -74
- package/general/generate-shopping-overview-schema.d.ts +3 -2
- package/general/generate-shopping-overview-schema.js +1 -157
- package/general/generate-shopping-product-snippet-schema.d.ts +3 -2
- package/general/generate-shopping-product-snippet-schema.js +1 -167
- package/general/generate-shopping-variants-schema.d.ts +3 -2
- package/general/generate-shopping-variants-schema.js +1 -143
- package/general/generate-software-app-schema.d.ts +3 -2
- package/general/generate-software-app-schema.js +1 -143
- package/general/generate-speakable-schema.d.ts +3 -2
- package/general/generate-speakable-schema.js +1 -139
- package/general/generate-subscription-schema.d.ts +3 -2
- package/general/generate-subscription-schema.js +1 -133
- package/general/generate-vacation-rental-schema.d.ts +3 -2
- package/general/generate-vacation-rental-schema.js +1 -135
- package/general/generate-video-schema.d.ts +3 -2
- package/general/generate-video-schema.js +1 -163
- package/general/generic-cache.d.ts +17 -15
- package/general/generic-cache.js +1 -659
- package/general/get-available-page-limit.d.ts +8 -2
- package/general/get-available-page-limit.js +1 -31
- package/general/get-calendar-current-month.d.ts +11 -3
- package/general/get-calendar-current-month.js +1 -31
- package/general/get-calendar-dates.d.ts +11 -3
- package/general/get-calendar-dates.js +1 -42
- package/general/get-calendar-next-month.d.ts +12 -3
- package/general/get-calendar-next-month.js +1 -32
- package/general/get-calendar-previous-month.d.ts +12 -3
- package/general/get-calendar-previous-month.js +1 -36
- package/general/get-current-year.d.ts +7 -1
- package/general/get-current-year.js +1 -5
- package/general/get-day-name.d.ts +5 -3
- package/general/get-day-name.js +1 -14
- package/general/get-dial-code.d.ts +8 -1
- package/general/get-dial-code.js +1 -8
- package/general/get-full-name.d.ts +9 -2
- package/general/get-full-name.js +1 -8
- package/general/get-href.d.ts +3 -1
- package/general/get-href.js +1 -13
- package/general/get-month-name.d.ts +5 -3
- package/general/get-month-name.js +1 -19
- package/general/get-month-number.d.ts +5 -3
- package/general/get-month-number.js +1 -29
- package/general/get-number-of-days-in-month.d.ts +9 -2
- package/general/get-number-of-days-in-month.js +1 -12
- package/general/get-pathname.d.ts +3 -1
- package/general/get-pathname.js +1 -16
- package/general/get-week-day.d.ts +8 -1
- package/general/get-week-day.js +1 -9
- package/general/image-url-to-base64.d.ts +3 -1
- package/general/image-url-to-base64.js +1 -80
- package/general/is-created-or-updated.d.ts +3 -1
- package/general/is-created-or-updated.js +1 -26
- package/general/is-next-button-disabled.d.ts +9 -1
- package/general/is-next-button-disabled.js +1 -5
- package/general/is-odd.d.ts +3 -1
- package/general/is-odd.js +1 -13
- package/general/is-previous-button-disabled.d.ts +8 -1
- package/general/is-previous-button-disabled.js +1 -7
- package/general/linear-gradients.d.ts +4 -2
- package/general/linear-gradients.js +1 -52
- package/general/multi-part-search.d.ts +10 -2
- package/general/multi-part-search.js +1 -16
- package/general/normalize-phone.d.ts +15 -2
- package/general/normalize-phone.js +1 -40
- package/general/parse-frontmatter.d.ts +11 -4
- package/general/parse-frontmatter.js +2 -35
- package/general/remove-data-image-prefix.d.ts +8 -1
- package/general/remove-data-image-prefix.js +1 -7
- package/general/repeat-times.d.ts +3 -1
- package/general/repeat-times.js +1 -21
- package/general/resolve-anchor-link.d.ts +3 -1
- package/general/resolve-anchor-link.js +1 -26
- package/general/resolve-current-date.d.ts +3 -1
- package/general/resolve-current-date.js +1 -22
- package/general/resolve-grid.d.ts +3 -1
- package/general/resolve-grid.js +1 -18
- package/general/resolve-initials.d.ts +3 -1
- package/general/resolve-initials.js +1 -17
- package/general/set-timezone.d.ts +11 -1
- package/general/set-timezone.js +1 -12
- package/general/slugify.d.ts +3 -1
- package/general/slugify.js +1 -24
- package/general/text-to-enum.d.ts +8 -1
- package/general/text-to-enum.js +1 -10
- package/general/text-to-sentence-case.d.ts +3 -1
- package/general/text-to-sentence-case.js +1 -16
- package/general/time-out.d.ts +3 -1
- package/general/time-out.js +1 -16
- package/general/time-zones.d.ts +3 -1
- package/general/time-zones.js +1 -437
- package/general/truncate-text.d.ts +3 -1
- package/general/truncate-text.js +1 -18
- package/general/type.d.ts +3 -1
- package/general/type.js +1 -2
- package/general/upload-blob-to-private-supabase.d.ts +14 -2
- package/general/upload-blob-to-private-supabase.js +1 -62
- package/general/upload-blob-to-public-supabase.d.ts +14 -2
- package/general/upload-blob-to-public-supabase.js +1 -62
- package/general/upload-image-to-private-supabase.d.ts +15 -3
- package/general/upload-image-to-private-supabase.js +1 -66
- package/general/upload-image-to-public-supabase.d.ts +15 -3
- package/general/upload-image-to-public-supabase.js +1 -66
- package/general/url-to-sentence-case.d.ts +3 -1
- package/general/url-to-sentence-case.js +1 -19
- package/general/validate-comment.d.ts +3 -1
- package/general/validate-comment.js +1 -21
- package/general/validate-email.d.ts +3 -1
- package/general/validate-email.js +1 -24
- package/general/validate-form.d.ts +12 -3
- package/general/validate-form.js +1 -29
- package/general/validate-name.d.ts +3 -1
- package/general/validate-name.js +1 -21
- package/hooks/use-change.d.ts +11 -2
- package/hooks/use-change.js +1 -23
- package/hooks/use-debounce.d.ts +10 -1
- package/hooks/use-debounce.js +1 -14
- package/hooks/use-fetch.d.ts +7 -5
- package/hooks/use-fetch.js +1 -239
- package/hooks/use-force-render.d.ts +6 -2
- package/hooks/use-force-render.js +1 -17
- package/hooks/use-ip-geo-location.d.ts +8 -1
- package/hooks/use-ip-geo-location.js +1 -79
- package/hooks/use-is-mobile.d.ts +8 -1
- package/hooks/use-is-mobile.js +1 -22
- package/hooks/use-module-entity-v2.d.ts +7 -4
- package/hooks/use-module-entity-v2.js +1 -188
- package/hooks/use-module-entity.d.ts +7 -4
- package/hooks/use-module-entity.js +1 -177
- package/hooks/use-phone-formatter.d.ts +10 -2
- package/hooks/use-phone-formatter.js +1 -23
- package/hooks/use-position.d.ts +6 -3
- package/hooks/use-position.js +1 -43
- package/hooks/use-rtl.d.ts +4 -2
- package/hooks/use-rtl.js +1 -84
- package/hooks/use-sticky.d.ts +3 -1
- package/hooks/use-sticky.js +1 -39
- package/hooks/use-toggle-state.d.ts +3 -2
- package/hooks/use-toggle-state.js +1 -26
- package/hooks/use-window-event-listener.d.ts +9 -1
- package/hooks/use-window-event-listener.js +1 -11
- package/hooks/with-seo.d.ts +11 -2
- package/hooks/with-seo.js +1 -37
- package/local-storage/get-storage-value.d.ts +5 -2
- package/local-storage/get-storage-value.js +1 -20
- package/local-storage/remove-storage-value.d.ts +3 -1
- package/local-storage/remove-storage-value.js +1 -14
- package/local-storage/set-storage-value.d.ts +3 -1
- package/local-storage/set-storage-value.js +1 -14
- package/local-storage/type.d.ts +3 -1
- package/local-storage/type.js +1 -2
- package/npm.d.d.ts +2 -0
- package/npm.d.js +0 -0
- package/package.json +20 -18
- package/storybook/generate-sitemap.d.ts +3 -1
- package/storybook/generate-sitemap.js +17 -26
- package/storybook/preview.d.ts +4 -2
- package/storybook/preview.js +1 -62
- package/storybook/react-design-story-script.d.ts +3 -1
- package/storybook/react-design-story-script.js +5 -27
- package/storybook/react-emoji-collection.d.ts +3 -1
- package/storybook/react-emoji-collection.js +10 -55
- package/storybook/react-emoji-story-script.d.ts +3 -1
- package/storybook/react-emoji-story-script.js +5 -31
- package/storybook/react-emoji-story-template.d.ts +3 -1
- package/storybook/react-emoji-story-template.js +45 -15
- package/storybook/react-icon-collection.d.ts +3 -1
- package/storybook/react-icon-collection.js +10 -42
- package/storybook/react-icon-story-script.d.ts +3 -1
- package/storybook/react-icon-story-script.js +5 -27
- package/storybook/react-icon-story-template.d.ts +3 -1
- package/storybook/react-icon-story-template.js +45 -14
- package/storybook/react-logo-collection.d.ts +3 -1
- package/storybook/react-logo-collection.js +10 -42
- package/storybook/react-logo-story-script.d.ts +3 -1
- package/storybook/react-logo-story-script.js +5 -27
- package/storybook/react-logo-story-template.d.ts +3 -1
- package/storybook/react-logo-story-template.js +45 -14
- package/storybook/react-pakistan-theme.d.ts +3 -1
- package/storybook/react-pakistan-theme.js +1 -31
- package/storybook/responsive-args.d.ts +11 -10
- package/storybook/responsive-args.js +1 -19
- package/storybook/responsive-component.d.ts +4 -2
- package/storybook/responsive-component.js +37 -23
- package/storybook/responsive-screens.d.ts +3 -1
- package/storybook/responsive-screens.js +1 -109
- package/storybook/theme.d.ts +17 -15
- package/storybook/theme.js +1 -1022
- package/api/stellar-solutions/app-user/index.d.ts +0 -51
- package/api/stellar-solutions/app-user/index.js +0 -210
- package/api/stellar-solutions/bank/index.d.ts +0 -59
- package/api/stellar-solutions/bank/index.js +0 -210
- package/api/stellar-solutions/branch/index.d.ts +0 -58
- package/api/stellar-solutions/branch/index.js +0 -220
- package/api/stellar-solutions/company/index.d.ts +0 -57
- package/api/stellar-solutions/company/index.js +0 -218
- package/api/stellar-solutions/company-report/index.d.ts +0 -15
- package/api/stellar-solutions/company-report/index.js +0 -74
- package/api/stellar-solutions/constants.d.ts +0 -19
- package/api/stellar-solutions/constants.js +0 -22
- package/api/stellar-solutions/contact/index.d.ts +0 -56
- package/api/stellar-solutions/contact/index.js +0 -217
- package/api/stellar-solutions/currency/index.d.ts +0 -55
- package/api/stellar-solutions/currency/index.js +0 -212
- package/api/stellar-solutions/customer/index.d.ts +0 -68
- package/api/stellar-solutions/customer/index.js +0 -249
- package/api/stellar-solutions/expense/index.d.ts +0 -58
- package/api/stellar-solutions/expense/index.js +0 -229
- package/api/stellar-solutions/expense-category/index.d.ts +0 -53
- package/api/stellar-solutions/expense-category/index.js +0 -214
- package/api/stellar-solutions/lead/index.d.ts +0 -51
- package/api/stellar-solutions/lead/index.js +0 -206
- package/api/stellar-solutions/menu-order/index.d.ts +0 -53
- package/api/stellar-solutions/menu-order/index.js +0 -202
- package/api/stellar-solutions/payment/index.d.ts +0 -65
- package/api/stellar-solutions/payment/index.js +0 -230
- package/api/stellar-solutions/payment-mode/index.d.ts +0 -53
- package/api/stellar-solutions/payment-mode/index.js +0 -191
- package/api/stellar-solutions/preference/index.d.ts +0 -25
- package/api/stellar-solutions/preference/index.js +0 -114
- package/api/stellar-solutions/product/index.d.ts +0 -64
- package/api/stellar-solutions/product/index.js +0 -235
- package/api/stellar-solutions/product-category/index.d.ts +0 -51
- package/api/stellar-solutions/product-category/index.js +0 -212
- package/api/stellar-solutions/profile/index.d.ts +0 -78
- package/api/stellar-solutions/profile/index.js +0 -234
- package/api/stellar-solutions/quote-invoice/index.d.ts +0 -97
- package/api/stellar-solutions/quote-invoice/index.js +0 -369
- package/api/stellar-solutions/quote-invoice-report/index.d.ts +0 -15
- package/api/stellar-solutions/quote-invoice-report/index.js +0 -74
- package/api/stellar-solutions/tax/index.d.ts +0 -55
- package/api/stellar-solutions/tax/index.js +0 -224
- package/api/stellar-solutions/types/common.d.ts +0 -24
- package/api/stellar-solutions/types/common.js +0 -22
- package/api/stellar-solutions/types/erp.d.ts +0 -302
- package/api/stellar-solutions/types/erp.js +0 -73
- package/api/stellar-solutions/types/index.d.ts +0 -3
- package/api/stellar-solutions/types/index.js +0 -19
- package/api/stellar-solutions/types/pos.d.ts +0 -176
- package/api/stellar-solutions/types/pos.js +0 -61
- package/constants/index.d.ts +0 -12
- package/constants/index.js +0 -28
- package/factory/index.d.ts +0 -2
- package/factory/index.js +0 -18
- package/general/index.d.ts +0 -95
- package/general/index.js +0 -111
- package/index.d.ts +0 -28
- package/index.js +0 -44
- package/local-storage/index.d.ts +0 -4
- package/local-storage/index.js +0 -20
- package/setupTests.d.ts +0 -1
- package/setupTests.js +0 -52
- package/storybook/index.d.ts +0 -17
- package/storybook/index.js +0 -33
|
@@ -1,7 +1 @@
|
|
|
1
|
-
"
|
|
2
|
-
/**
|
|
3
|
-
* TypeScript Types Generated from Prisma Schema - Admission
|
|
4
|
-
*
|
|
5
|
-
* This file contains TypeScript interfaces for the admission domain models.
|
|
6
|
-
*/
|
|
7
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
var r=Object.defineProperty;var o=Object.getOwnPropertyDescriptor;var a=Object.getOwnPropertyNames;var l=Object.prototype.hasOwnProperty;var g=(e,t,n,i)=>{if(t&&typeof t=="object"||typeof t=="function")for(let s of a(t))!l.call(e,s)&&s!==n&&r(e,s,{get:()=>t[s],enumerable:!(i=o(t,s))||i.enumerable});return e};var d=e=>g(r({},"__esModule",{value:!0}),e);var m={};module.exports=d(m);
|
|
@@ -1,165 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
*
|
|
4
|
-
* This file contains TypeScript interfaces for campaigns, blog posts,
|
|
5
|
-
* referrals, push tokens, mobile notifications, and notification preferences.
|
|
6
|
-
*/
|
|
7
|
-
import { CAMPAIGN_STATUS, CAMPAIGN_CONTACT_STATUS, DEVICE_PLATFORM, NOTIFICATION_TYPE, REFERRAL_CHANNEL, REFERRAL_STATUS } from './enums';
|
|
8
|
-
import type { SchoolBE, UserBE } from './user-management';
|
|
9
|
-
/**
|
|
10
|
-
* Individual recipient within a broadcast campaign
|
|
11
|
-
*/
|
|
12
|
-
export interface CampaignContactBE {
|
|
13
|
-
campaignId: string;
|
|
14
|
-
createdAt: string;
|
|
15
|
-
errorMessage: string | null;
|
|
16
|
-
id: string;
|
|
17
|
-
name: string;
|
|
18
|
-
phoneNumber: string;
|
|
19
|
-
sentAt: string | null;
|
|
20
|
-
status: CAMPAIGN_CONTACT_STATUS;
|
|
21
|
-
updatedAt: string;
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* WhatsApp broadcast campaign
|
|
25
|
-
*/
|
|
26
|
-
export interface CampaignBE {
|
|
27
|
-
createdAt: string;
|
|
28
|
-
enabled: boolean;
|
|
29
|
-
id: string;
|
|
30
|
-
messageTemplate: string;
|
|
31
|
-
name: string;
|
|
32
|
-
schoolId: string;
|
|
33
|
-
status: CAMPAIGN_STATUS;
|
|
34
|
-
updatedAt: string;
|
|
35
|
-
workerJobId: string | null;
|
|
36
|
-
contacts?: CampaignContactBE[];
|
|
37
|
-
_count?: {
|
|
38
|
-
contacts: number;
|
|
39
|
-
};
|
|
40
|
-
school?: SchoolBE;
|
|
41
|
-
}
|
|
42
|
-
/**
|
|
43
|
-
* BlogPost metadata and content (MDX/Markdown stored in `content`).
|
|
44
|
-
*/
|
|
45
|
-
export interface BlogPostBE {
|
|
46
|
-
authorId: string | null;
|
|
47
|
-
clapCount: number;
|
|
48
|
-
commentCount: number;
|
|
49
|
-
content: string;
|
|
50
|
-
createdAt: string;
|
|
51
|
-
enabled: boolean;
|
|
52
|
-
excerpt: string | null;
|
|
53
|
-
id: string;
|
|
54
|
-
publishedAt: Date | string | null;
|
|
55
|
-
schoolId: string | null;
|
|
56
|
-
slug: string;
|
|
57
|
-
title: string;
|
|
58
|
-
updatedAt: string;
|
|
59
|
-
author?: UserBE;
|
|
60
|
-
claps?: BlogPostClapBE[];
|
|
61
|
-
comments?: BlogCommentBE[];
|
|
62
|
-
school?: SchoolBE | null;
|
|
63
|
-
}
|
|
64
|
-
export interface BlogCommentBE {
|
|
65
|
-
authorId: string | null;
|
|
66
|
-
clapCount: number;
|
|
67
|
-
content: string;
|
|
68
|
-
createdAt: string;
|
|
69
|
-
enabled: boolean;
|
|
70
|
-
id: string;
|
|
71
|
-
parentId: string | null;
|
|
72
|
-
postId: string;
|
|
73
|
-
updatedAt: string;
|
|
74
|
-
author?: UserBE | null;
|
|
75
|
-
claps?: BlogCommentClapBE[];
|
|
76
|
-
parent?: BlogCommentBE | null;
|
|
77
|
-
post?: BlogPostBE;
|
|
78
|
-
replies?: BlogCommentBE[];
|
|
79
|
-
}
|
|
80
|
-
export interface BlogPostClapBE {
|
|
81
|
-
createdAt: string;
|
|
82
|
-
id: string;
|
|
83
|
-
postId: string;
|
|
84
|
-
sessionId: string | null;
|
|
85
|
-
userId: string | null;
|
|
86
|
-
post?: BlogPostBE;
|
|
87
|
-
user?: UserBE | null;
|
|
88
|
-
}
|
|
89
|
-
export interface BlogCommentClapBE {
|
|
90
|
-
commentId: string;
|
|
91
|
-
createdAt: string;
|
|
92
|
-
id: string;
|
|
93
|
-
sessionId: string | null;
|
|
94
|
-
userId: string | null;
|
|
95
|
-
comment?: BlogCommentBE;
|
|
96
|
-
user?: UserBE | null;
|
|
97
|
-
}
|
|
98
|
-
/**
|
|
99
|
-
* A referral invite sent by a school user to encourage another school to join the platform
|
|
100
|
-
*/
|
|
101
|
-
export interface ReferralBE {
|
|
102
|
-
channel: REFERRAL_CHANNEL;
|
|
103
|
-
createdAt: string;
|
|
104
|
-
enabled: boolean;
|
|
105
|
-
errorMessage: string | null;
|
|
106
|
-
id: string;
|
|
107
|
-
inviterUserId: string;
|
|
108
|
-
personalNote: string | null;
|
|
109
|
-
recipientEmail: string | null;
|
|
110
|
-
recipientName: string | null;
|
|
111
|
-
recipientPhone: string | null;
|
|
112
|
-
schoolId: string;
|
|
113
|
-
sentAt: string | null;
|
|
114
|
-
status: REFERRAL_STATUS;
|
|
115
|
-
updatedAt: string;
|
|
116
|
-
workerJobId: string | null;
|
|
117
|
-
school?: SchoolBE;
|
|
118
|
-
}
|
|
119
|
-
/**
|
|
120
|
-
* Expo push token registered by a mobile device for a specific user
|
|
121
|
-
*/
|
|
122
|
-
export interface UserPushTokenBE {
|
|
123
|
-
appVersion: string | null;
|
|
124
|
-
createdAt: string;
|
|
125
|
-
deviceId: string | null;
|
|
126
|
-
id: string;
|
|
127
|
-
platform: DEVICE_PLATFORM;
|
|
128
|
-
pushToken: string;
|
|
129
|
-
updatedAt: string;
|
|
130
|
-
userId: string;
|
|
131
|
-
user?: UserBE;
|
|
132
|
-
}
|
|
133
|
-
/**
|
|
134
|
-
* Push notification delivered to a mobile user
|
|
135
|
-
*/
|
|
136
|
-
export interface MobileNotificationBE {
|
|
137
|
-
archived: boolean;
|
|
138
|
-
body: string;
|
|
139
|
-
createdAt: string;
|
|
140
|
-
data: Record<string, unknown> | null;
|
|
141
|
-
id: string;
|
|
142
|
-
read: boolean;
|
|
143
|
-
title: string;
|
|
144
|
-
type: NOTIFICATION_TYPE;
|
|
145
|
-
updatedAt: string;
|
|
146
|
-
userId: string;
|
|
147
|
-
user?: UserBE;
|
|
148
|
-
}
|
|
149
|
-
/**
|
|
150
|
-
* Per-user notification category and channel preferences
|
|
151
|
-
*/
|
|
152
|
-
export interface NotificationPreferenceBE {
|
|
153
|
-
alertEnabled: boolean;
|
|
154
|
-
assignmentEnabled: boolean;
|
|
155
|
-
attendanceEnabled: boolean;
|
|
156
|
-
createdAt: string;
|
|
157
|
-
emailEnabled: boolean;
|
|
158
|
-
generalEnabled: boolean;
|
|
159
|
-
id: string;
|
|
160
|
-
paymentEnabled: boolean;
|
|
161
|
-
pushEnabled: boolean;
|
|
162
|
-
updatedAt: string;
|
|
163
|
-
userId: string;
|
|
164
|
-
user?: UserBE;
|
|
165
|
-
}
|
|
1
|
+
import './enums.js';
|
|
2
|
+
export { B as BlogCommentBE, c as BlogCommentClapBE, d as BlogPostBE, e as BlogPostClapBE, C as CampaignBE, f as CampaignContactBE, M as MobileNotificationBE, N as NotificationPreferenceBE, R as ReferralBE, U as UserPushTokenBE } from './admission.js';
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
"
|
|
2
|
-
/**
|
|
3
|
-
* TypeScript Types Generated from Prisma Schema - Communication
|
|
4
|
-
*
|
|
5
|
-
* This file contains TypeScript interfaces for campaigns, blog posts,
|
|
6
|
-
* referrals, push tokens, mobile notifications, and notification preferences.
|
|
7
|
-
*/
|
|
8
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
var s=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var l=Object.getOwnPropertyNames;var a=Object.prototype.hasOwnProperty;var g=(n,t,o,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let e of l(t))!a.call(n,e)&&e!==o&&s(n,e,{get:()=>t[e],enumerable:!(r=i(t,e))||r.enumerable});return n};var d=n=>g(s({},"__esModule",{value:!0}),n);var u={};module.exports=d(u);
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
/**
|
|
8
8
|
* User roles across the multi-tenant system
|
|
9
9
|
*/
|
|
10
|
-
|
|
10
|
+
declare enum USER_ROLE {
|
|
11
11
|
SUPER_ADMIN = "SUPER_ADMIN",
|
|
12
12
|
SCHOOL_ADMIN = "SCHOOL_ADMIN",
|
|
13
13
|
TEACHER = "TEACHER",
|
|
@@ -18,7 +18,7 @@ export declare enum USER_ROLE {
|
|
|
18
18
|
/**
|
|
19
19
|
* Student enrollment status
|
|
20
20
|
*/
|
|
21
|
-
|
|
21
|
+
declare enum STUDENT_STATUS {
|
|
22
22
|
ACTIVE = "ACTIVE",
|
|
23
23
|
INACTIVE = "INACTIVE",
|
|
24
24
|
GRADUATED = "GRADUATED",
|
|
@@ -28,7 +28,7 @@ export declare enum STUDENT_STATUS {
|
|
|
28
28
|
/**
|
|
29
29
|
* Family member roles within a household
|
|
30
30
|
*/
|
|
31
|
-
|
|
31
|
+
declare enum FAMILY_MEMBER_ROLE {
|
|
32
32
|
FATHER = "FATHER",
|
|
33
33
|
MOTHER = "MOTHER",
|
|
34
34
|
GUARDIAN = "GUARDIAN",
|
|
@@ -37,7 +37,7 @@ export declare enum FAMILY_MEMBER_ROLE {
|
|
|
37
37
|
/**
|
|
38
38
|
* Gender options
|
|
39
39
|
*/
|
|
40
|
-
|
|
40
|
+
declare enum GENDER {
|
|
41
41
|
MALE = "MALE",
|
|
42
42
|
FEMALE = "FEMALE",
|
|
43
43
|
OTHER = "OTHER",
|
|
@@ -46,7 +46,7 @@ export declare enum GENDER {
|
|
|
46
46
|
/**
|
|
47
47
|
* Day of the week for scheduling
|
|
48
48
|
*/
|
|
49
|
-
|
|
49
|
+
declare enum DAY_OF_WEEK {
|
|
50
50
|
MONDAY = "MONDAY",
|
|
51
51
|
TUESDAY = "TUESDAY",
|
|
52
52
|
WEDNESDAY = "WEDNESDAY",
|
|
@@ -58,7 +58,7 @@ export declare enum DAY_OF_WEEK {
|
|
|
58
58
|
/**
|
|
59
59
|
* Attendance status
|
|
60
60
|
*/
|
|
61
|
-
|
|
61
|
+
declare enum ATTENDANCE_STATUS {
|
|
62
62
|
PRESENT = "PRESENT",
|
|
63
63
|
ABSENT = "ABSENT",
|
|
64
64
|
LATE = "LATE",
|
|
@@ -68,7 +68,7 @@ export declare enum ATTENDANCE_STATUS {
|
|
|
68
68
|
/**
|
|
69
69
|
* Grade type for assessments
|
|
70
70
|
*/
|
|
71
|
-
|
|
71
|
+
declare enum GRADE_TYPE {
|
|
72
72
|
EXAM = "EXAM",
|
|
73
73
|
QUIZ = "QUIZ",
|
|
74
74
|
ASSIGNMENT = "ASSIGNMENT",
|
|
@@ -79,7 +79,7 @@ export declare enum GRADE_TYPE {
|
|
|
79
79
|
/**
|
|
80
80
|
* Fee type categories
|
|
81
81
|
*/
|
|
82
|
-
|
|
82
|
+
declare enum FEE_TYPE {
|
|
83
83
|
TUITION = "TUITION",
|
|
84
84
|
ADMISSION = "ADMISSION",
|
|
85
85
|
EXAM = "EXAM",
|
|
@@ -93,14 +93,14 @@ export declare enum FEE_TYPE {
|
|
|
93
93
|
/**
|
|
94
94
|
* Discount type for fee reductions
|
|
95
95
|
*/
|
|
96
|
-
|
|
96
|
+
declare enum DISCOUNT_TYPE {
|
|
97
97
|
PERCENTAGE = "PERCENTAGE",
|
|
98
98
|
FIXED = "FIXED"
|
|
99
99
|
}
|
|
100
100
|
/**
|
|
101
101
|
* Payment status
|
|
102
102
|
*/
|
|
103
|
-
|
|
103
|
+
declare enum PAYMENT_STATUS {
|
|
104
104
|
PENDING = "PENDING",
|
|
105
105
|
PARTIAL = "PARTIAL",
|
|
106
106
|
PAID = "PAID",
|
|
@@ -111,7 +111,7 @@ export declare enum PAYMENT_STATUS {
|
|
|
111
111
|
/**
|
|
112
112
|
* Payment method
|
|
113
113
|
*/
|
|
114
|
-
|
|
114
|
+
declare enum PAYMENT_METHOD {
|
|
115
115
|
CASH = "CASH",
|
|
116
116
|
BANK_TRANSFER = "BANK_TRANSFER",
|
|
117
117
|
CREDIT_CARD = "CREDIT_CARD",
|
|
@@ -123,7 +123,7 @@ export declare enum PAYMENT_METHOD {
|
|
|
123
123
|
/**
|
|
124
124
|
* Expense category types
|
|
125
125
|
*/
|
|
126
|
-
|
|
126
|
+
declare enum EXPENSE_CATEGORY {
|
|
127
127
|
SALARY = "SALARY",
|
|
128
128
|
UTILITIES = "UTILITIES",
|
|
129
129
|
MAINTENANCE = "MAINTENANCE",
|
|
@@ -142,7 +142,7 @@ export declare enum EXPENSE_CATEGORY {
|
|
|
142
142
|
/**
|
|
143
143
|
* Expense payment status
|
|
144
144
|
*/
|
|
145
|
-
|
|
145
|
+
declare enum EXPENSE_STATUS {
|
|
146
146
|
PENDING = "PENDING",
|
|
147
147
|
APPROVED = "APPROVED",
|
|
148
148
|
PAID = "PAID",
|
|
@@ -152,7 +152,7 @@ export declare enum EXPENSE_STATUS {
|
|
|
152
152
|
/**
|
|
153
153
|
* Currency options (ISO 4217 codes)
|
|
154
154
|
*/
|
|
155
|
-
|
|
155
|
+
declare enum CURRENCY {
|
|
156
156
|
AED = "AED",
|
|
157
157
|
AFN = "AFN",
|
|
158
158
|
ALL = "ALL",
|
|
@@ -306,14 +306,14 @@ export declare enum CURRENCY {
|
|
|
306
306
|
/**
|
|
307
307
|
* Access level for module-scoped permission grants
|
|
308
308
|
*/
|
|
309
|
-
|
|
309
|
+
declare enum ACCESS_LEVEL {
|
|
310
310
|
READ = "READ",
|
|
311
311
|
READ_WRITE = "READ_WRITE"
|
|
312
312
|
}
|
|
313
313
|
/**
|
|
314
314
|
* Plan types for subscription tiers
|
|
315
315
|
*/
|
|
316
|
-
|
|
316
|
+
declare enum PLAN_TYPE {
|
|
317
317
|
BASIC = "BASIC",
|
|
318
318
|
PRO = "PRO",
|
|
319
319
|
ENTERPRISE = "ENTERPRISE"
|
|
@@ -321,36 +321,36 @@ export declare enum PLAN_TYPE {
|
|
|
321
321
|
/**
|
|
322
322
|
* Billing interval used for charging (monthly or yearly)
|
|
323
323
|
*/
|
|
324
|
-
|
|
324
|
+
declare enum BILLING_INTERVAL {
|
|
325
325
|
MONTHLY = "MONTHLY",
|
|
326
326
|
YEARLY = "YEARLY"
|
|
327
327
|
}
|
|
328
328
|
/**
|
|
329
329
|
* Admission status for student applications
|
|
330
330
|
*/
|
|
331
|
-
|
|
331
|
+
declare enum ADMISSION_STATUS {
|
|
332
332
|
PENDING = "PENDING",
|
|
333
333
|
APPROVED = "APPROVED",
|
|
334
334
|
REJECTED = "REJECTED",
|
|
335
335
|
ENROLLED = "ENROLLED",
|
|
336
336
|
CANCELLED = "CANCELLED"
|
|
337
337
|
}
|
|
338
|
-
|
|
338
|
+
declare enum FEE_RISK_LEVEL {
|
|
339
339
|
LOW = "LOW",
|
|
340
340
|
MEDIUM = "MEDIUM",
|
|
341
341
|
HIGH = "HIGH"
|
|
342
342
|
}
|
|
343
|
-
|
|
343
|
+
declare enum FEE_AGENT_ACTION_TYPE {
|
|
344
344
|
ANALYSIS = "ANALYSIS",
|
|
345
345
|
MESSAGE = "MESSAGE",
|
|
346
346
|
FOLLOW_UP = "FOLLOW_UP",
|
|
347
347
|
RESPONSE = "RESPONSE"
|
|
348
348
|
}
|
|
349
|
-
|
|
349
|
+
declare enum FEE_CONVERSATION_SENDER {
|
|
350
350
|
AGENT = "AGENT",
|
|
351
351
|
PARENT = "PARENT"
|
|
352
352
|
}
|
|
353
|
-
|
|
353
|
+
declare enum FEE_CONVERSATION_INTENT {
|
|
354
354
|
PROMISE = "PROMISE",
|
|
355
355
|
PAID = "PAID",
|
|
356
356
|
DISPUTE = "DISPUTE",
|
|
@@ -359,7 +359,7 @@ export declare enum FEE_CONVERSATION_INTENT {
|
|
|
359
359
|
/**
|
|
360
360
|
* Platform of the mobile device registering a push token
|
|
361
361
|
*/
|
|
362
|
-
|
|
362
|
+
declare enum DEVICE_PLATFORM {
|
|
363
363
|
IOS = "IOS",
|
|
364
364
|
ANDROID = "ANDROID",
|
|
365
365
|
WEB = "WEB"
|
|
@@ -367,7 +367,7 @@ export declare enum DEVICE_PLATFORM {
|
|
|
367
367
|
/**
|
|
368
368
|
* Category of a mobile push notification
|
|
369
369
|
*/
|
|
370
|
-
|
|
370
|
+
declare enum NOTIFICATION_TYPE {
|
|
371
371
|
ASSIGNMENT = "ASSIGNMENT",
|
|
372
372
|
ATTENDANCE = "ATTENDANCE",
|
|
373
373
|
PAYMENT = "PAYMENT",
|
|
@@ -377,7 +377,7 @@ export declare enum NOTIFICATION_TYPE {
|
|
|
377
377
|
/**
|
|
378
378
|
* WhatsApp broadcast campaign status
|
|
379
379
|
*/
|
|
380
|
-
|
|
380
|
+
declare enum CAMPAIGN_STATUS {
|
|
381
381
|
DRAFT = "DRAFT",
|
|
382
382
|
RUNNING = "RUNNING",
|
|
383
383
|
COMPLETED = "COMPLETED",
|
|
@@ -387,7 +387,7 @@ export declare enum CAMPAIGN_STATUS {
|
|
|
387
387
|
/**
|
|
388
388
|
* Delivery status for an individual campaign contact
|
|
389
389
|
*/
|
|
390
|
-
|
|
390
|
+
declare enum CAMPAIGN_CONTACT_STATUS {
|
|
391
391
|
PENDING = "PENDING",
|
|
392
392
|
SENT = "SENT",
|
|
393
393
|
FAILED = "FAILED",
|
|
@@ -396,7 +396,7 @@ export declare enum CAMPAIGN_CONTACT_STATUS {
|
|
|
396
396
|
/**
|
|
397
397
|
* Channel through which a referral invite was sent
|
|
398
398
|
*/
|
|
399
|
-
|
|
399
|
+
declare enum REFERRAL_CHANNEL {
|
|
400
400
|
EMAIL = "EMAIL",
|
|
401
401
|
WHATSAPP = "WHATSAPP",
|
|
402
402
|
BOTH = "BOTH"
|
|
@@ -404,8 +404,10 @@ export declare enum REFERRAL_CHANNEL {
|
|
|
404
404
|
/**
|
|
405
405
|
* Status of a school referral invite
|
|
406
406
|
*/
|
|
407
|
-
|
|
407
|
+
declare enum REFERRAL_STATUS {
|
|
408
408
|
PENDING = "PENDING",
|
|
409
409
|
SENT = "SENT",
|
|
410
410
|
FAILED = "FAILED"
|
|
411
411
|
}
|
|
412
|
+
|
|
413
|
+
export { ACCESS_LEVEL, ADMISSION_STATUS, ATTENDANCE_STATUS, BILLING_INTERVAL, CAMPAIGN_CONTACT_STATUS, CAMPAIGN_STATUS, CURRENCY, DAY_OF_WEEK, DEVICE_PLATFORM, DISCOUNT_TYPE, EXPENSE_CATEGORY, EXPENSE_STATUS, FAMILY_MEMBER_ROLE, FEE_AGENT_ACTION_TYPE, FEE_CONVERSATION_INTENT, FEE_CONVERSATION_SENDER, FEE_RISK_LEVEL, FEE_TYPE, GENDER, GRADE_TYPE, NOTIFICATION_TYPE, PAYMENT_METHOD, PAYMENT_STATUS, PLAN_TYPE, REFERRAL_CHANNEL, REFERRAL_STATUS, STUDENT_STATUS, USER_ROLE };
|