@react-pakistan/util-functions 1.25.89 → 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 -0
- package/edu-pilot-pro/types/academics.js +1 -0
- package/edu-pilot-pro/types/admission.d.ts +878 -0
- package/edu-pilot-pro/types/admission.js +1 -0
- package/edu-pilot-pro/types/communication.d.ts +2 -0
- package/edu-pilot-pro/types/communication.js +1 -0
- package/edu-pilot-pro/types/enums.d.ts +413 -0
- package/edu-pilot-pro/types/enums.js +1 -0
- package/edu-pilot-pro/types/finance.d.ts +2 -0
- package/edu-pilot-pro/types/finance.js +1 -0
- package/edu-pilot-pro/types/index.d.ts +2 -0
- package/edu-pilot-pro/types/index.js +1 -0
- package/edu-pilot-pro/types/user-management.d.ts +2 -0
- package/edu-pilot-pro/types/user-management.js +1 -0
- 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,51 +0,0 @@
|
|
|
1
|
-
import { ProductCategoryBE } from '../types';
|
|
2
|
-
type PrismaClient = any;
|
|
3
|
-
export interface ListProductCategoryArgs {
|
|
4
|
-
currentPage?: number;
|
|
5
|
-
includeProducts?: boolean;
|
|
6
|
-
orderByColumn?: string;
|
|
7
|
-
orderByDirection?: 'asc' | 'desc';
|
|
8
|
-
pageLimit?: number;
|
|
9
|
-
prisma: PrismaClient;
|
|
10
|
-
searchQuery?: string;
|
|
11
|
-
}
|
|
12
|
-
export interface UnitProductCategoryByIdArgs {
|
|
13
|
-
id: string;
|
|
14
|
-
includeProducts?: boolean;
|
|
15
|
-
prisma: PrismaClient;
|
|
16
|
-
}
|
|
17
|
-
export interface UpdateProductCategoryArgs {
|
|
18
|
-
description?: string;
|
|
19
|
-
id: string;
|
|
20
|
-
name: string;
|
|
21
|
-
prisma: PrismaClient;
|
|
22
|
-
}
|
|
23
|
-
export interface DeleteProductCategoryArgs {
|
|
24
|
-
id: string;
|
|
25
|
-
prisma: PrismaClient;
|
|
26
|
-
}
|
|
27
|
-
/**
|
|
28
|
-
* Retrieves a paginated list of product categories
|
|
29
|
-
* @param {ListProductCategoryArgs} args - Object containing prisma client, pagination, filtering, and ordering options
|
|
30
|
-
* @returns {Promise<[number, Array<ProductCategoryBE>]>} Tuple containing total count and array of product categories
|
|
31
|
-
*/
|
|
32
|
-
export declare const listProductCategory: ({ currentPage, includeProducts, orderByColumn, orderByDirection, pageLimit, prisma, searchQuery, }: ListProductCategoryArgs) => Promise<[number, Array<ProductCategoryBE>]>;
|
|
33
|
-
/**
|
|
34
|
-
* Retrieves a single product category by its ID
|
|
35
|
-
* @param {UnitProductCategoryByIdArgs} args - Object containing prisma client, product category ID, and optional query parameters
|
|
36
|
-
* @returns {Promise<ProductCategoryBE | null>} Product category or null if not found
|
|
37
|
-
*/
|
|
38
|
-
export declare const unitProductCategoryById: ({ id, includeProducts, prisma, }: UnitProductCategoryByIdArgs) => Promise<ProductCategoryBE | null>;
|
|
39
|
-
/**
|
|
40
|
-
* Creates or updates a product category
|
|
41
|
-
* @param {UpdateProductCategoryArgs} args - Object containing prisma client, product category data, and optional query parameters
|
|
42
|
-
* @returns {Promise<ProductCategoryBE>} Created or updated product category
|
|
43
|
-
*/
|
|
44
|
-
export declare const updateProductCategory: ({ description, id, name, prisma, }: UpdateProductCategoryArgs) => Promise<ProductCategoryBE>;
|
|
45
|
-
/**
|
|
46
|
-
* Deletes a product category by ID
|
|
47
|
-
* @param {DeleteProductCategoryArgs} args - Object containing prisma client, product category ID, and optional query parameters
|
|
48
|
-
* @returns {Promise<ProductCategoryBE>} Deleted product category
|
|
49
|
-
*/
|
|
50
|
-
export declare const deleteProductCategory: ({ id, prisma, }: DeleteProductCategoryArgs) => Promise<ProductCategoryBE>;
|
|
51
|
-
export {};
|
|
@@ -1,212 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __assign = (this && this.__assign) || function () {
|
|
3
|
-
__assign = Object.assign || function(t) {
|
|
4
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
-
s = arguments[i];
|
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
-
t[p] = s[p];
|
|
8
|
-
}
|
|
9
|
-
return t;
|
|
10
|
-
};
|
|
11
|
-
return __assign.apply(this, arguments);
|
|
12
|
-
};
|
|
13
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
14
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
15
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
16
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
17
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
18
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
19
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
20
|
-
});
|
|
21
|
-
};
|
|
22
|
-
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
23
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
24
|
-
return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
25
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
26
|
-
function step(op) {
|
|
27
|
-
if (f) throw new TypeError("Generator is already executing.");
|
|
28
|
-
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
29
|
-
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
30
|
-
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
31
|
-
switch (op[0]) {
|
|
32
|
-
case 0: case 1: t = op; break;
|
|
33
|
-
case 4: _.label++; return { value: op[1], done: false };
|
|
34
|
-
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
35
|
-
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
36
|
-
default:
|
|
37
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
38
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
39
|
-
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
40
|
-
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
41
|
-
if (t[2]) _.ops.pop();
|
|
42
|
-
_.trys.pop(); continue;
|
|
43
|
-
}
|
|
44
|
-
op = body.call(thisArg, _);
|
|
45
|
-
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
46
|
-
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
47
|
-
}
|
|
48
|
-
};
|
|
49
|
-
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
50
|
-
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
51
|
-
if (ar || !(i in from)) {
|
|
52
|
-
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
53
|
-
ar[i] = from[i];
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
return to.concat(ar || Array.prototype.slice.call(from));
|
|
57
|
-
};
|
|
58
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
59
|
-
exports.deleteProductCategory = exports.updateProductCategory = exports.unitProductCategoryById = exports.listProductCategory = void 0;
|
|
60
|
-
var multi_part_search_1 = require("../../../general/multi-part-search");
|
|
61
|
-
/**
|
|
62
|
-
* Retrieves a paginated list of product categories
|
|
63
|
-
* @param {ListProductCategoryArgs} args - Object containing prisma client, pagination, filtering, and ordering options
|
|
64
|
-
* @returns {Promise<[number, Array<ProductCategoryBE>]>} Tuple containing total count and array of product categories
|
|
65
|
-
*/
|
|
66
|
-
var listProductCategory = function (_a) { return __awaiter(void 0, [_a], void 0, function (_b) {
|
|
67
|
-
var include, orderBy, idSearchQuery, nameSearchQuery, descriptionSearchQuery, where, _c, count, items;
|
|
68
|
-
var _d;
|
|
69
|
-
var _e = _b.currentPage, currentPage = _e === void 0 ? 1 : _e, _f = _b.includeProducts, includeProducts = _f === void 0 ? false : _f, _g = _b.orderByColumn, orderByColumn = _g === void 0 ? 'createdAt' : _g, _h = _b.orderByDirection, orderByDirection = _h === void 0 ? 'desc' : _h, _j = _b.pageLimit, pageLimit = _j === void 0 ? 5 : _j, prisma = _b.prisma, _k = _b.searchQuery, searchQuery = _k === void 0 ? '' : _k;
|
|
70
|
-
return __generator(this, function (_l) {
|
|
71
|
-
switch (_l.label) {
|
|
72
|
-
case 0:
|
|
73
|
-
if (!currentPage || currentPage < 1) {
|
|
74
|
-
throw new Error('Valid current page is required');
|
|
75
|
-
}
|
|
76
|
-
if (!pageLimit || pageLimit < 1) {
|
|
77
|
-
throw new Error('Valid page limit is required');
|
|
78
|
-
}
|
|
79
|
-
include = {
|
|
80
|
-
products: includeProducts,
|
|
81
|
-
};
|
|
82
|
-
orderBy = (_d = {},
|
|
83
|
-
_d[orderByColumn] = orderByDirection,
|
|
84
|
-
_d);
|
|
85
|
-
idSearchQuery = (0, multi_part_search_1.multiPartSearch)({
|
|
86
|
-
columnName: 'id',
|
|
87
|
-
fullText: searchQuery,
|
|
88
|
-
});
|
|
89
|
-
nameSearchQuery = (0, multi_part_search_1.multiPartSearch)({
|
|
90
|
-
columnName: 'name',
|
|
91
|
-
fullText: searchQuery,
|
|
92
|
-
});
|
|
93
|
-
descriptionSearchQuery = (0, multi_part_search_1.multiPartSearch)({
|
|
94
|
-
columnName: 'description',
|
|
95
|
-
fullText: searchQuery,
|
|
96
|
-
});
|
|
97
|
-
where = {
|
|
98
|
-
OR: __spreadArray(__spreadArray(__spreadArray([], idSearchQuery, true), nameSearchQuery, true), descriptionSearchQuery, true),
|
|
99
|
-
};
|
|
100
|
-
return [4 /*yield*/, prisma.$transaction([
|
|
101
|
-
prisma.productCategory.count({
|
|
102
|
-
where: where,
|
|
103
|
-
}),
|
|
104
|
-
prisma.productCategory.findMany({
|
|
105
|
-
include: include,
|
|
106
|
-
orderBy: orderBy,
|
|
107
|
-
skip: (currentPage - 1) * pageLimit,
|
|
108
|
-
take: pageLimit,
|
|
109
|
-
where: where,
|
|
110
|
-
}),
|
|
111
|
-
])];
|
|
112
|
-
case 1:
|
|
113
|
-
_c = _l.sent(), count = _c[0], items = _c[1];
|
|
114
|
-
return [2 /*return*/, [count, items]];
|
|
115
|
-
}
|
|
116
|
-
});
|
|
117
|
-
}); };
|
|
118
|
-
exports.listProductCategory = listProductCategory;
|
|
119
|
-
/**
|
|
120
|
-
* Retrieves a single product category by its ID
|
|
121
|
-
* @param {UnitProductCategoryByIdArgs} args - Object containing prisma client, product category ID, and optional query parameters
|
|
122
|
-
* @returns {Promise<ProductCategoryBE | null>} Product category or null if not found
|
|
123
|
-
*/
|
|
124
|
-
var unitProductCategoryById = function (_a) { return __awaiter(void 0, [_a], void 0, function (_b) {
|
|
125
|
-
var include, where, productCategory;
|
|
126
|
-
var id = _b.id, _c = _b.includeProducts, includeProducts = _c === void 0 ? false : _c, prisma = _b.prisma;
|
|
127
|
-
return __generator(this, function (_d) {
|
|
128
|
-
switch (_d.label) {
|
|
129
|
-
case 0:
|
|
130
|
-
if (!id) {
|
|
131
|
-
throw new Error('Product category ID is required');
|
|
132
|
-
}
|
|
133
|
-
include = {
|
|
134
|
-
products: includeProducts,
|
|
135
|
-
};
|
|
136
|
-
where = {
|
|
137
|
-
id: id,
|
|
138
|
-
};
|
|
139
|
-
return [4 /*yield*/, prisma.productCategory.findUnique({
|
|
140
|
-
include: include,
|
|
141
|
-
where: where,
|
|
142
|
-
})];
|
|
143
|
-
case 1:
|
|
144
|
-
productCategory = _d.sent();
|
|
145
|
-
return [2 /*return*/, productCategory];
|
|
146
|
-
}
|
|
147
|
-
});
|
|
148
|
-
}); };
|
|
149
|
-
exports.unitProductCategoryById = unitProductCategoryById;
|
|
150
|
-
/**
|
|
151
|
-
* Creates or updates a product category
|
|
152
|
-
* @param {UpdateProductCategoryArgs} args - Object containing prisma client, product category data, and optional query parameters
|
|
153
|
-
* @returns {Promise<ProductCategoryBE>} Created or updated product category
|
|
154
|
-
*/
|
|
155
|
-
var updateProductCategory = function (_a) { return __awaiter(void 0, [_a], void 0, function (_b) {
|
|
156
|
-
var productCategoryData, where, productCategory;
|
|
157
|
-
var description = _b.description, id = _b.id, name = _b.name, prisma = _b.prisma;
|
|
158
|
-
return __generator(this, function (_c) {
|
|
159
|
-
switch (_c.label) {
|
|
160
|
-
case 0:
|
|
161
|
-
if (!id) {
|
|
162
|
-
throw new Error('Product category ID is required');
|
|
163
|
-
}
|
|
164
|
-
if (!name) {
|
|
165
|
-
throw new Error('Product category name is required');
|
|
166
|
-
}
|
|
167
|
-
productCategoryData = {
|
|
168
|
-
description: description || null,
|
|
169
|
-
name: name,
|
|
170
|
-
};
|
|
171
|
-
where = {
|
|
172
|
-
id: id,
|
|
173
|
-
};
|
|
174
|
-
return [4 /*yield*/, prisma.productCategory.upsert({
|
|
175
|
-
create: __assign({ id: id }, productCategoryData),
|
|
176
|
-
update: productCategoryData,
|
|
177
|
-
where: where,
|
|
178
|
-
})];
|
|
179
|
-
case 1:
|
|
180
|
-
productCategory = _c.sent();
|
|
181
|
-
return [2 /*return*/, productCategory];
|
|
182
|
-
}
|
|
183
|
-
});
|
|
184
|
-
}); };
|
|
185
|
-
exports.updateProductCategory = updateProductCategory;
|
|
186
|
-
/**
|
|
187
|
-
* Deletes a product category by ID
|
|
188
|
-
* @param {DeleteProductCategoryArgs} args - Object containing prisma client, product category ID, and optional query parameters
|
|
189
|
-
* @returns {Promise<ProductCategoryBE>} Deleted product category
|
|
190
|
-
*/
|
|
191
|
-
var deleteProductCategory = function (_a) { return __awaiter(void 0, [_a], void 0, function (_b) {
|
|
192
|
-
var where, productCategory;
|
|
193
|
-
var id = _b.id, prisma = _b.prisma;
|
|
194
|
-
return __generator(this, function (_c) {
|
|
195
|
-
switch (_c.label) {
|
|
196
|
-
case 0:
|
|
197
|
-
if (!id) {
|
|
198
|
-
throw new Error('Product category ID is required');
|
|
199
|
-
}
|
|
200
|
-
where = {
|
|
201
|
-
id: id,
|
|
202
|
-
};
|
|
203
|
-
return [4 /*yield*/, prisma.productCategory.delete({
|
|
204
|
-
where: where,
|
|
205
|
-
})];
|
|
206
|
-
case 1:
|
|
207
|
-
productCategory = _c.sent();
|
|
208
|
-
return [2 /*return*/, productCategory];
|
|
209
|
-
}
|
|
210
|
-
});
|
|
211
|
-
}); };
|
|
212
|
-
exports.deleteProductCategory = deleteProductCategory;
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
import { ProfileBE } from '../types';
|
|
2
|
-
type PrismaClient = any;
|
|
3
|
-
interface GetProfilesArgs {
|
|
4
|
-
orderByColumn?: string;
|
|
5
|
-
orderByDirection?: 'asc' | 'desc';
|
|
6
|
-
prisma: PrismaClient;
|
|
7
|
-
}
|
|
8
|
-
interface GetProfileByIdArgs {
|
|
9
|
-
id: string;
|
|
10
|
-
prisma: PrismaClient;
|
|
11
|
-
}
|
|
12
|
-
interface GetProfileByUserIdArgs {
|
|
13
|
-
prisma: PrismaClient;
|
|
14
|
-
userId: string;
|
|
15
|
-
}
|
|
16
|
-
interface PostProfilesArgs {
|
|
17
|
-
currentPage: number;
|
|
18
|
-
orderByColumn?: string;
|
|
19
|
-
orderByDirection?: 'asc' | 'desc';
|
|
20
|
-
pageLimit: number;
|
|
21
|
-
prisma: PrismaClient;
|
|
22
|
-
}
|
|
23
|
-
interface PostProfileArgs {
|
|
24
|
-
avatar?: string;
|
|
25
|
-
dob?: string;
|
|
26
|
-
email: string;
|
|
27
|
-
firstName: string;
|
|
28
|
-
gender: string;
|
|
29
|
-
id?: string;
|
|
30
|
-
language?: string;
|
|
31
|
-
lastName: string;
|
|
32
|
-
location?: string;
|
|
33
|
-
phone: string;
|
|
34
|
-
prisma: PrismaClient;
|
|
35
|
-
skill?: string;
|
|
36
|
-
userId: string;
|
|
37
|
-
}
|
|
38
|
-
interface DeleteProfileArgs {
|
|
39
|
-
prisma: PrismaClient;
|
|
40
|
-
id: string;
|
|
41
|
-
}
|
|
42
|
-
/**
|
|
43
|
-
* Retrieves all profiles
|
|
44
|
-
* @param {GetProfilesArgs} args - Object containing prisma client
|
|
45
|
-
* @returns {Promise<Array<ProfileBE>>} Array of profiles ordered by creation date (newest first)
|
|
46
|
-
*/
|
|
47
|
-
export declare const getProfiles: ({ orderByColumn, orderByDirection, prisma, }: GetProfilesArgs) => Promise<Array<ProfileBE>>;
|
|
48
|
-
/**
|
|
49
|
-
* Retrieves a profile by its ID
|
|
50
|
-
* @param {GetProfileByIdArgs} args - Object containing prisma client and profile ID
|
|
51
|
-
* @returns {Promise<ProfileBE | null>} Profile or null if not found
|
|
52
|
-
*/
|
|
53
|
-
export declare const getProfileById: ({ prisma, id, }: GetProfileByIdArgs) => Promise<ProfileBE | null>;
|
|
54
|
-
/**
|
|
55
|
-
* Retrieves a profile by user ID
|
|
56
|
-
* @param {GetProfileByUserIdArgs} args - Object containing prisma client and user ID
|
|
57
|
-
* @returns {Promise<ProfileBE | null>} Profile or null if not found
|
|
58
|
-
*/
|
|
59
|
-
export declare const getProfileByUserId: ({ prisma, userId, }: GetProfileByUserIdArgs) => Promise<ProfileBE | null>;
|
|
60
|
-
/**
|
|
61
|
-
* Retrieves paginated profiles with filtering
|
|
62
|
-
* @param {PostProfilesArgs} args - Object containing prisma client, pagination, and filtering options
|
|
63
|
-
* @returns {Promise<[number, Array<ProfileBE>]>} Tuple of [total count, profiles array]
|
|
64
|
-
*/
|
|
65
|
-
export declare const postProfiles: ({ currentPage, orderByColumn, orderByDirection, pageLimit, prisma, }: PostProfilesArgs) => Promise<[number, Array<ProfileBE>]>;
|
|
66
|
-
/**
|
|
67
|
-
* Creates a new profile or updates an existing one
|
|
68
|
-
* @param {PostProfileArgs} args - Object containing prisma client and profile data
|
|
69
|
-
* @returns {Promise<ProfileBE>} Created or updated profile
|
|
70
|
-
*/
|
|
71
|
-
export declare const postProfile: ({ avatar, dob, email, firstName, gender, id, language, lastName, location, phone, prisma, skill, userId, }: PostProfileArgs) => Promise<ProfileBE>;
|
|
72
|
-
/**
|
|
73
|
-
* Deletes a profile by ID
|
|
74
|
-
* @param {DeleteProfileArgs} args - Object containing prisma client and profile ID
|
|
75
|
-
* @returns {Promise<ProfileBE>} Deleted profile
|
|
76
|
-
*/
|
|
77
|
-
export declare const deleteProfile: ({ prisma, id, }: DeleteProfileArgs) => Promise<ProfileBE>;
|
|
78
|
-
export {};
|
|
@@ -1,234 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __assign = (this && this.__assign) || function () {
|
|
3
|
-
__assign = Object.assign || function(t) {
|
|
4
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
-
s = arguments[i];
|
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
-
t[p] = s[p];
|
|
8
|
-
}
|
|
9
|
-
return t;
|
|
10
|
-
};
|
|
11
|
-
return __assign.apply(this, arguments);
|
|
12
|
-
};
|
|
13
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
14
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
15
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
16
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
17
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
18
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
19
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
20
|
-
});
|
|
21
|
-
};
|
|
22
|
-
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
23
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
24
|
-
return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
25
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
26
|
-
function step(op) {
|
|
27
|
-
if (f) throw new TypeError("Generator is already executing.");
|
|
28
|
-
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
29
|
-
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
30
|
-
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
31
|
-
switch (op[0]) {
|
|
32
|
-
case 0: case 1: t = op; break;
|
|
33
|
-
case 4: _.label++; return { value: op[1], done: false };
|
|
34
|
-
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
35
|
-
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
36
|
-
default:
|
|
37
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
38
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
39
|
-
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
40
|
-
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
41
|
-
if (t[2]) _.ops.pop();
|
|
42
|
-
_.trys.pop(); continue;
|
|
43
|
-
}
|
|
44
|
-
op = body.call(thisArg, _);
|
|
45
|
-
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
46
|
-
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
47
|
-
}
|
|
48
|
-
};
|
|
49
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
50
|
-
exports.deleteProfile = exports.postProfile = exports.postProfiles = exports.getProfileByUserId = exports.getProfileById = exports.getProfiles = void 0;
|
|
51
|
-
/**
|
|
52
|
-
* Retrieves all profiles
|
|
53
|
-
* @param {GetProfilesArgs} args - Object containing prisma client
|
|
54
|
-
* @returns {Promise<Array<ProfileBE>>} Array of profiles ordered by creation date (newest first)
|
|
55
|
-
*/
|
|
56
|
-
var getProfiles = function (_a) { return __awaiter(void 0, [_a], void 0, function (_b) {
|
|
57
|
-
var profiles;
|
|
58
|
-
var _c;
|
|
59
|
-
var _d = _b.orderByColumn, orderByColumn = _d === void 0 ? 'createdAt' : _d, _e = _b.orderByDirection, orderByDirection = _e === void 0 ? 'desc' : _e, prisma = _b.prisma;
|
|
60
|
-
return __generator(this, function (_f) {
|
|
61
|
-
switch (_f.label) {
|
|
62
|
-
case 0: return [4 /*yield*/, prisma.profile.findMany({
|
|
63
|
-
orderBy: (_c = {},
|
|
64
|
-
_c[orderByColumn] = orderByDirection,
|
|
65
|
-
_c),
|
|
66
|
-
})];
|
|
67
|
-
case 1:
|
|
68
|
-
profiles = _f.sent();
|
|
69
|
-
return [2 /*return*/, profiles];
|
|
70
|
-
}
|
|
71
|
-
});
|
|
72
|
-
}); };
|
|
73
|
-
exports.getProfiles = getProfiles;
|
|
74
|
-
/**
|
|
75
|
-
* Retrieves a profile by its ID
|
|
76
|
-
* @param {GetProfileByIdArgs} args - Object containing prisma client and profile ID
|
|
77
|
-
* @returns {Promise<ProfileBE | null>} Profile or null if not found
|
|
78
|
-
*/
|
|
79
|
-
var getProfileById = function (_a) { return __awaiter(void 0, [_a], void 0, function (_b) {
|
|
80
|
-
var profile;
|
|
81
|
-
var prisma = _b.prisma, id = _b.id;
|
|
82
|
-
return __generator(this, function (_c) {
|
|
83
|
-
switch (_c.label) {
|
|
84
|
-
case 0:
|
|
85
|
-
if (!id) {
|
|
86
|
-
throw new Error('Profile ID is required');
|
|
87
|
-
}
|
|
88
|
-
return [4 /*yield*/, prisma.profile.findUnique({
|
|
89
|
-
where: {
|
|
90
|
-
id: id,
|
|
91
|
-
},
|
|
92
|
-
})];
|
|
93
|
-
case 1:
|
|
94
|
-
profile = _c.sent();
|
|
95
|
-
return [2 /*return*/, profile];
|
|
96
|
-
}
|
|
97
|
-
});
|
|
98
|
-
}); };
|
|
99
|
-
exports.getProfileById = getProfileById;
|
|
100
|
-
/**
|
|
101
|
-
* Retrieves a profile by user ID
|
|
102
|
-
* @param {GetProfileByUserIdArgs} args - Object containing prisma client and user ID
|
|
103
|
-
* @returns {Promise<ProfileBE | null>} Profile or null if not found
|
|
104
|
-
*/
|
|
105
|
-
var getProfileByUserId = function (_a) { return __awaiter(void 0, [_a], void 0, function (_b) {
|
|
106
|
-
var profile;
|
|
107
|
-
var prisma = _b.prisma, userId = _b.userId;
|
|
108
|
-
return __generator(this, function (_c) {
|
|
109
|
-
switch (_c.label) {
|
|
110
|
-
case 0:
|
|
111
|
-
if (!userId) {
|
|
112
|
-
throw new Error('User ID is required');
|
|
113
|
-
}
|
|
114
|
-
return [4 /*yield*/, prisma.profile.findFirst({
|
|
115
|
-
where: {
|
|
116
|
-
userId: userId,
|
|
117
|
-
},
|
|
118
|
-
})];
|
|
119
|
-
case 1:
|
|
120
|
-
profile = _c.sent();
|
|
121
|
-
return [2 /*return*/, profile];
|
|
122
|
-
}
|
|
123
|
-
});
|
|
124
|
-
}); };
|
|
125
|
-
exports.getProfileByUserId = getProfileByUserId;
|
|
126
|
-
/**
|
|
127
|
-
* Retrieves paginated profiles with filtering
|
|
128
|
-
* @param {PostProfilesArgs} args - Object containing prisma client, pagination, and filtering options
|
|
129
|
-
* @returns {Promise<[number, Array<ProfileBE>]>} Tuple of [total count, profiles array]
|
|
130
|
-
*/
|
|
131
|
-
var postProfiles = function (_a) { return __awaiter(void 0, [_a], void 0, function (_b) {
|
|
132
|
-
var profiles;
|
|
133
|
-
var _c;
|
|
134
|
-
var _d = _b.currentPage, currentPage = _d === void 0 ? 1 : _d, _e = _b.orderByColumn, orderByColumn = _e === void 0 ? 'createdAt' : _e, _f = _b.orderByDirection, orderByDirection = _f === void 0 ? 'desc' : _f, _g = _b.pageLimit, pageLimit = _g === void 0 ? 10 : _g, prisma = _b.prisma;
|
|
135
|
-
return __generator(this, function (_h) {
|
|
136
|
-
switch (_h.label) {
|
|
137
|
-
case 0:
|
|
138
|
-
if (currentPage < 1) {
|
|
139
|
-
throw new Error('Current page must be greater than 0');
|
|
140
|
-
}
|
|
141
|
-
if (pageLimit < 1) {
|
|
142
|
-
throw new Error('Page limit must be greater than 0');
|
|
143
|
-
}
|
|
144
|
-
return [4 /*yield*/, prisma.$transaction([
|
|
145
|
-
prisma.profile.count(),
|
|
146
|
-
prisma.profile.findMany({
|
|
147
|
-
orderBy: (_c = {},
|
|
148
|
-
_c[orderByColumn] = orderByDirection,
|
|
149
|
-
_c),
|
|
150
|
-
take: pageLimit,
|
|
151
|
-
skip: (currentPage - 1) * pageLimit,
|
|
152
|
-
}),
|
|
153
|
-
])];
|
|
154
|
-
case 1:
|
|
155
|
-
profiles = _h.sent();
|
|
156
|
-
return [2 /*return*/, profiles];
|
|
157
|
-
}
|
|
158
|
-
});
|
|
159
|
-
}); };
|
|
160
|
-
exports.postProfiles = postProfiles;
|
|
161
|
-
/**
|
|
162
|
-
* Creates a new profile or updates an existing one
|
|
163
|
-
* @param {PostProfileArgs} args - Object containing prisma client and profile data
|
|
164
|
-
* @returns {Promise<ProfileBE>} Created or updated profile
|
|
165
|
-
*/
|
|
166
|
-
var postProfile = function (_a) { return __awaiter(void 0, [_a], void 0, function (_b) {
|
|
167
|
-
var profileData, profile_1, profile;
|
|
168
|
-
var avatar = _b.avatar, dob = _b.dob, email = _b.email, firstName = _b.firstName, gender = _b.gender, id = _b.id, language = _b.language, lastName = _b.lastName, location = _b.location, phone = _b.phone, prisma = _b.prisma, skill = _b.skill, userId = _b.userId;
|
|
169
|
-
return __generator(this, function (_c) {
|
|
170
|
-
switch (_c.label) {
|
|
171
|
-
case 0:
|
|
172
|
-
if (!email || !firstName || !gender || !lastName || !phone || !userId) {
|
|
173
|
-
throw new Error('Email, first name, gender, last name, phone, and user ID are required');
|
|
174
|
-
}
|
|
175
|
-
profileData = {
|
|
176
|
-
avatar: avatar || null,
|
|
177
|
-
dob: dob || null,
|
|
178
|
-
email: email,
|
|
179
|
-
firstName: firstName,
|
|
180
|
-
gender: gender,
|
|
181
|
-
language: language || null,
|
|
182
|
-
lastName: lastName,
|
|
183
|
-
location: location || null,
|
|
184
|
-
phone: phone,
|
|
185
|
-
skill: skill || null,
|
|
186
|
-
userId: userId,
|
|
187
|
-
};
|
|
188
|
-
if (!id) return [3 /*break*/, 2];
|
|
189
|
-
return [4 /*yield*/, prisma.profile.upsert({
|
|
190
|
-
where: {
|
|
191
|
-
id: id,
|
|
192
|
-
},
|
|
193
|
-
update: profileData,
|
|
194
|
-
create: __assign({ id: id }, profileData),
|
|
195
|
-
})];
|
|
196
|
-
case 1:
|
|
197
|
-
profile_1 = _c.sent();
|
|
198
|
-
return [2 /*return*/, profile_1];
|
|
199
|
-
case 2: return [4 /*yield*/, prisma.profile.create({
|
|
200
|
-
data: profileData,
|
|
201
|
-
})];
|
|
202
|
-
case 3:
|
|
203
|
-
profile = _c.sent();
|
|
204
|
-
return [2 /*return*/, profile];
|
|
205
|
-
}
|
|
206
|
-
});
|
|
207
|
-
}); };
|
|
208
|
-
exports.postProfile = postProfile;
|
|
209
|
-
/**
|
|
210
|
-
* Deletes a profile by ID
|
|
211
|
-
* @param {DeleteProfileArgs} args - Object containing prisma client and profile ID
|
|
212
|
-
* @returns {Promise<ProfileBE>} Deleted profile
|
|
213
|
-
*/
|
|
214
|
-
var deleteProfile = function (_a) { return __awaiter(void 0, [_a], void 0, function (_b) {
|
|
215
|
-
var profile;
|
|
216
|
-
var prisma = _b.prisma, id = _b.id;
|
|
217
|
-
return __generator(this, function (_c) {
|
|
218
|
-
switch (_c.label) {
|
|
219
|
-
case 0:
|
|
220
|
-
if (!id) {
|
|
221
|
-
throw new Error('Profile ID is required');
|
|
222
|
-
}
|
|
223
|
-
return [4 /*yield*/, prisma.profile.delete({
|
|
224
|
-
where: {
|
|
225
|
-
id: id,
|
|
226
|
-
},
|
|
227
|
-
})];
|
|
228
|
-
case 1:
|
|
229
|
-
profile = _c.sent();
|
|
230
|
-
return [2 /*return*/, profile];
|
|
231
|
-
}
|
|
232
|
-
});
|
|
233
|
-
}); };
|
|
234
|
-
exports.deleteProfile = deleteProfile;
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
import { QUOTE_INVOICE_CATEGORY, QuoteInvoiceBE } from '../types';
|
|
2
|
-
type PrismaClient = any;
|
|
3
|
-
export interface ListQuoteInvoiceArgs {
|
|
4
|
-
category: QUOTE_INVOICE_CATEGORY;
|
|
5
|
-
currentPage?: number;
|
|
6
|
-
includeCompany?: boolean;
|
|
7
|
-
includeCustomer?: boolean;
|
|
8
|
-
includePayments?: boolean;
|
|
9
|
-
includeProducts?: boolean;
|
|
10
|
-
includeServices?: boolean;
|
|
11
|
-
orderByColumn?: string;
|
|
12
|
-
orderByDirection?: 'asc' | 'desc';
|
|
13
|
-
pageLimit?: number;
|
|
14
|
-
prisma: PrismaClient;
|
|
15
|
-
searchQuery?: string;
|
|
16
|
-
}
|
|
17
|
-
export interface UnitQuoteInvoiceByIdArgs {
|
|
18
|
-
id: string;
|
|
19
|
-
prisma: PrismaClient;
|
|
20
|
-
includeCompany?: boolean;
|
|
21
|
-
includeCustomer?: boolean;
|
|
22
|
-
includePayments?: boolean;
|
|
23
|
-
includeProducts?: boolean;
|
|
24
|
-
includeServices?: boolean;
|
|
25
|
-
}
|
|
26
|
-
export interface UpdateQuoteInvoiceArgs {
|
|
27
|
-
address?: string;
|
|
28
|
-
category: string;
|
|
29
|
-
city?: string;
|
|
30
|
-
companyId?: string;
|
|
31
|
-
country?: string;
|
|
32
|
-
currency: string;
|
|
33
|
-
customerId?: string;
|
|
34
|
-
date: string;
|
|
35
|
-
discount?: string;
|
|
36
|
-
discountUnit: string;
|
|
37
|
-
email?: string;
|
|
38
|
-
expiryDate: string;
|
|
39
|
-
firstName?: string;
|
|
40
|
-
id?: string;
|
|
41
|
-
includeCompany?: boolean;
|
|
42
|
-
includeCustomer?: boolean;
|
|
43
|
-
includePayments?: boolean;
|
|
44
|
-
includeProducts?: boolean;
|
|
45
|
-
includeServices?: boolean;
|
|
46
|
-
invoiceStatus: string;
|
|
47
|
-
lastName?: string;
|
|
48
|
-
mode: 'Create' | 'Edit';
|
|
49
|
-
note: string;
|
|
50
|
-
phone?: string;
|
|
51
|
-
prisma: PrismaClient;
|
|
52
|
-
products?: Array<{
|
|
53
|
-
id: string;
|
|
54
|
-
quantity: string;
|
|
55
|
-
}>;
|
|
56
|
-
quoteStatus: string;
|
|
57
|
-
ref: string;
|
|
58
|
-
services?: Array<any>;
|
|
59
|
-
subTotal: string;
|
|
60
|
-
taxRate: string;
|
|
61
|
-
total: string;
|
|
62
|
-
}
|
|
63
|
-
export interface DeleteQuoteInvoiceArgs {
|
|
64
|
-
id: string;
|
|
65
|
-
prisma: PrismaClient;
|
|
66
|
-
includeCompany?: boolean;
|
|
67
|
-
includeCustomer?: boolean;
|
|
68
|
-
includePayments?: boolean;
|
|
69
|
-
includeProducts?: boolean;
|
|
70
|
-
includeServices?: boolean;
|
|
71
|
-
}
|
|
72
|
-
/**
|
|
73
|
-
* Retrieves a paginated list of quotes/invoices
|
|
74
|
-
* @param {ListQuoteInvoiceArgs} args - Object containing prisma client, pagination, filtering, and ordering options
|
|
75
|
-
* @returns {Promise<[number, Array<QuoteInvoiceBE>]>} Tuple containing total count and array of quotes/invoices
|
|
76
|
-
*/
|
|
77
|
-
export declare const listQuoteInvoice: ({ category, currentPage, includeCompany, includeCustomer, includePayments, includeProducts, includeServices, orderByColumn, orderByDirection, pageLimit, prisma, searchQuery, }: ListQuoteInvoiceArgs) => Promise<[number, Array<QuoteInvoiceBE>]>;
|
|
78
|
-
/**
|
|
79
|
-
* Retrieves a single quote/invoice by its ID
|
|
80
|
-
* @param {UnitQuoteInvoiceByIdArgs} args - Object containing prisma client, quote/invoice ID, and optional query parameters
|
|
81
|
-
* @returns {Promise<QuoteInvoiceBE | null>} Quote/invoice or null if not found
|
|
82
|
-
*/
|
|
83
|
-
export declare const unitQuoteInvoiceById: ({ id, includeCompany, includeCustomer, includePayments, includeProducts, includeServices, prisma, }: UnitQuoteInvoiceByIdArgs) => Promise<QuoteInvoiceBE | null>;
|
|
84
|
-
/**
|
|
85
|
-
* Creates or updates a quote/invoice
|
|
86
|
-
* Handles complex business logic including customer/company associations and service management
|
|
87
|
-
* @param {UpdateQuoteInvoiceArgs} args - Object containing prisma client, quote/invoice data, and optional query parameters
|
|
88
|
-
* @returns {Promise<QuoteInvoiceBE>} Created or updated quote/invoice
|
|
89
|
-
*/
|
|
90
|
-
export declare const updateQuoteInvoice: ({ address, category, city, companyId, country, currency, customerId, date, discount, discountUnit, email, expiryDate, firstName, id, includeCompany, includeCustomer, includePayments, includeProducts, includeServices, invoiceStatus, lastName, mode, note, phone, prisma, products, quoteStatus, ref, services, subTotal, taxRate, total, }: UpdateQuoteInvoiceArgs) => Promise<QuoteInvoiceBE>;
|
|
91
|
-
/**
|
|
92
|
-
* Deletes a quote/invoice by ID
|
|
93
|
-
* @param {DeleteQuoteInvoiceArgs} args - Object containing prisma client, quote/invoice ID, and optional query parameters
|
|
94
|
-
* @returns {Promise<QuoteInvoiceBE>} Deleted quote/invoice
|
|
95
|
-
*/
|
|
96
|
-
export declare const deleteQuoteInvoice: ({ id, prisma, }: DeleteQuoteInvoiceArgs) => Promise<QuoteInvoiceBE>;
|
|
97
|
-
export {};
|