@blackcode_sa/metaestetics-api 1.12.6 → 1.12.8
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/admin/index.d.mts +51 -33
- package/dist/admin/index.d.ts +51 -33
- package/dist/index.d.mts +149 -34
- package/dist/index.d.ts +149 -34
- package/dist/index.js +1073 -924
- package/dist/index.mjs +833 -677
- package/package.json +1 -2
- package/src/services/clinic/billing-transactions.service.ts +217 -0
- package/src/services/clinic/clinic-group.service.ts +99 -102
- package/src/services/clinic/index.ts +5 -4
- package/src/types/clinic/preferences.types.ts +115 -97
package/dist/admin/index.d.mts
CHANGED
|
@@ -835,49 +835,67 @@ interface ProcedureSummaryInfo {
|
|
|
835
835
|
declare enum ClinicTag {
|
|
836
836
|
PARKING = "parking",
|
|
837
837
|
WIFI = "wifi",
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
838
|
+
LUXURY_WAITING = "luxury_waiting",
|
|
839
|
+
REFRESHMENTS = "refreshments",
|
|
840
|
+
PRIVATE_ROOMS = "private_rooms",
|
|
841
|
+
RECOVERY_AREA = "recovery_area",
|
|
842
842
|
CARD_PAYMENT = "card_payment",
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
843
|
+
FINANCING = "financing",
|
|
844
|
+
FREE_CONSULTATION = "free_consultation",
|
|
845
|
+
VIRTUAL_CONSULTATION = "virtual_consultation",
|
|
846
|
+
BEFORE_AFTER_PHOTOS = "before_after_photos",
|
|
847
|
+
AFTERCARE_SUPPORT = "aftercare_support",
|
|
848
|
+
BOTOX = "botox",
|
|
849
|
+
DERMAL_FILLERS = "dermal_fillers",
|
|
850
|
+
LASER_HAIR_REMOVAL = "laser_hair_removal",
|
|
851
|
+
LASER_SKIN_RESURFACING = "laser_skin_resurfacing",
|
|
852
|
+
CHEMICAL_PEELS = "chemical_peels",
|
|
853
|
+
MICRONEEDLING = "microneedling",
|
|
854
|
+
COOLSCULPTING = "coolsculpting",
|
|
855
|
+
THREAD_LIFT = "thread_lift",
|
|
856
|
+
LIP_ENHANCEMENT = "lip_enhancement",
|
|
857
|
+
RHINOPLASTY = "rhinoplasty",
|
|
858
|
+
SKIN_TIGHTENING = "skin_tightening",
|
|
859
|
+
FAT_DISSOLVING = "fat_dissolving",
|
|
860
|
+
PRP_TREATMENT = "prp_treatment",
|
|
861
|
+
HYDRAFACIAL = "hydrafacial",
|
|
862
|
+
IPL_PHOTOFACIAL = "ipl_photofacial",
|
|
863
|
+
BODY_CONTOURING = "body_contouring",
|
|
864
|
+
FACELIFT = "facelift",
|
|
865
|
+
RHINOPLASTY_SURGICAL = "rhinoplasty_surgical",
|
|
866
|
+
BREAST_AUGMENTATION = "breast_augmentation",
|
|
867
|
+
BREAST_REDUCTION = "breast_reduction",
|
|
868
|
+
BREAST_LIFT = "breast_lift",
|
|
869
|
+
TUMMY_TUCK = "tummy_tuck",
|
|
870
|
+
LIPOSUCTION = "liposuction",
|
|
871
|
+
BBL = "bbl",
|
|
872
|
+
MOMMY_MAKEOVER = "mommy_makeover",
|
|
873
|
+
ARM_LIFT = "arm_lift",
|
|
874
|
+
THIGH_LIFT = "thigh_lift",
|
|
875
|
+
EYELID_SURGERY = "eyelid_surgery",
|
|
876
|
+
BROW_LIFT = "brow_lift",
|
|
877
|
+
NECK_LIFT = "neck_lift",
|
|
878
|
+
OTOPLASTY = "otoplasty",
|
|
879
|
+
LABIAPLASTY = "labiaplasty",
|
|
867
880
|
ONLINE_BOOKING = "online_booking",
|
|
868
881
|
MOBILE_APP = "mobile_app",
|
|
869
882
|
SMS_NOTIFICATIONS = "sms_notifications",
|
|
870
883
|
EMAIL_NOTIFICATIONS = "email_notifications",
|
|
884
|
+
VIRTUAL_TRY_ON = "virtual_try_on",
|
|
885
|
+
SKIN_ANALYSIS = "skin_analysis",
|
|
886
|
+
TREATMENT_TRACKING = "treatment_tracking",
|
|
887
|
+
LOYALTY_PROGRAM = "loyalty_program",
|
|
871
888
|
ENGLISH = "english",
|
|
872
|
-
SERBIAN = "serbian",
|
|
873
889
|
GERMAN = "german",
|
|
874
|
-
RUSSIAN = "russian",
|
|
875
|
-
CHINESE = "chinese",
|
|
876
|
-
SPANISH = "spanish",
|
|
877
890
|
FRENCH = "french",
|
|
891
|
+
SPANISH = "spanish",
|
|
892
|
+
ITALIAN = "italian",
|
|
893
|
+
DUTCH = "dutch",
|
|
894
|
+
RUSSIAN = "russian",
|
|
895
|
+
PORTUGUESE = "portuguese",
|
|
878
896
|
OPEN_24_7 = "open_24_7",
|
|
879
897
|
WEEKEND_HOURS = "weekend_hours",
|
|
880
|
-
|
|
898
|
+
EXTENDED_HOURS = "extended_hours",
|
|
881
899
|
HOLIDAY_HOURS = "holiday_hours"
|
|
882
900
|
}
|
|
883
901
|
|
package/dist/admin/index.d.ts
CHANGED
|
@@ -835,49 +835,67 @@ interface ProcedureSummaryInfo {
|
|
|
835
835
|
declare enum ClinicTag {
|
|
836
836
|
PARKING = "parking",
|
|
837
837
|
WIFI = "wifi",
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
838
|
+
LUXURY_WAITING = "luxury_waiting",
|
|
839
|
+
REFRESHMENTS = "refreshments",
|
|
840
|
+
PRIVATE_ROOMS = "private_rooms",
|
|
841
|
+
RECOVERY_AREA = "recovery_area",
|
|
842
842
|
CARD_PAYMENT = "card_payment",
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
843
|
+
FINANCING = "financing",
|
|
844
|
+
FREE_CONSULTATION = "free_consultation",
|
|
845
|
+
VIRTUAL_CONSULTATION = "virtual_consultation",
|
|
846
|
+
BEFORE_AFTER_PHOTOS = "before_after_photos",
|
|
847
|
+
AFTERCARE_SUPPORT = "aftercare_support",
|
|
848
|
+
BOTOX = "botox",
|
|
849
|
+
DERMAL_FILLERS = "dermal_fillers",
|
|
850
|
+
LASER_HAIR_REMOVAL = "laser_hair_removal",
|
|
851
|
+
LASER_SKIN_RESURFACING = "laser_skin_resurfacing",
|
|
852
|
+
CHEMICAL_PEELS = "chemical_peels",
|
|
853
|
+
MICRONEEDLING = "microneedling",
|
|
854
|
+
COOLSCULPTING = "coolsculpting",
|
|
855
|
+
THREAD_LIFT = "thread_lift",
|
|
856
|
+
LIP_ENHANCEMENT = "lip_enhancement",
|
|
857
|
+
RHINOPLASTY = "rhinoplasty",
|
|
858
|
+
SKIN_TIGHTENING = "skin_tightening",
|
|
859
|
+
FAT_DISSOLVING = "fat_dissolving",
|
|
860
|
+
PRP_TREATMENT = "prp_treatment",
|
|
861
|
+
HYDRAFACIAL = "hydrafacial",
|
|
862
|
+
IPL_PHOTOFACIAL = "ipl_photofacial",
|
|
863
|
+
BODY_CONTOURING = "body_contouring",
|
|
864
|
+
FACELIFT = "facelift",
|
|
865
|
+
RHINOPLASTY_SURGICAL = "rhinoplasty_surgical",
|
|
866
|
+
BREAST_AUGMENTATION = "breast_augmentation",
|
|
867
|
+
BREAST_REDUCTION = "breast_reduction",
|
|
868
|
+
BREAST_LIFT = "breast_lift",
|
|
869
|
+
TUMMY_TUCK = "tummy_tuck",
|
|
870
|
+
LIPOSUCTION = "liposuction",
|
|
871
|
+
BBL = "bbl",
|
|
872
|
+
MOMMY_MAKEOVER = "mommy_makeover",
|
|
873
|
+
ARM_LIFT = "arm_lift",
|
|
874
|
+
THIGH_LIFT = "thigh_lift",
|
|
875
|
+
EYELID_SURGERY = "eyelid_surgery",
|
|
876
|
+
BROW_LIFT = "brow_lift",
|
|
877
|
+
NECK_LIFT = "neck_lift",
|
|
878
|
+
OTOPLASTY = "otoplasty",
|
|
879
|
+
LABIAPLASTY = "labiaplasty",
|
|
867
880
|
ONLINE_BOOKING = "online_booking",
|
|
868
881
|
MOBILE_APP = "mobile_app",
|
|
869
882
|
SMS_NOTIFICATIONS = "sms_notifications",
|
|
870
883
|
EMAIL_NOTIFICATIONS = "email_notifications",
|
|
884
|
+
VIRTUAL_TRY_ON = "virtual_try_on",
|
|
885
|
+
SKIN_ANALYSIS = "skin_analysis",
|
|
886
|
+
TREATMENT_TRACKING = "treatment_tracking",
|
|
887
|
+
LOYALTY_PROGRAM = "loyalty_program",
|
|
871
888
|
ENGLISH = "english",
|
|
872
|
-
SERBIAN = "serbian",
|
|
873
889
|
GERMAN = "german",
|
|
874
|
-
RUSSIAN = "russian",
|
|
875
|
-
CHINESE = "chinese",
|
|
876
|
-
SPANISH = "spanish",
|
|
877
890
|
FRENCH = "french",
|
|
891
|
+
SPANISH = "spanish",
|
|
892
|
+
ITALIAN = "italian",
|
|
893
|
+
DUTCH = "dutch",
|
|
894
|
+
RUSSIAN = "russian",
|
|
895
|
+
PORTUGUESE = "portuguese",
|
|
878
896
|
OPEN_24_7 = "open_24_7",
|
|
879
897
|
WEEKEND_HOURS = "weekend_hours",
|
|
880
|
-
|
|
898
|
+
EXTENDED_HOURS = "extended_hours",
|
|
881
899
|
HOLIDAY_HOURS = "holiday_hours"
|
|
882
900
|
}
|
|
883
901
|
|
package/dist/index.d.mts
CHANGED
|
@@ -2785,49 +2785,67 @@ declare enum Language {
|
|
|
2785
2785
|
declare enum ClinicTag {
|
|
2786
2786
|
PARKING = "parking",
|
|
2787
2787
|
WIFI = "wifi",
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2788
|
+
LUXURY_WAITING = "luxury_waiting",
|
|
2789
|
+
REFRESHMENTS = "refreshments",
|
|
2790
|
+
PRIVATE_ROOMS = "private_rooms",
|
|
2791
|
+
RECOVERY_AREA = "recovery_area",
|
|
2792
2792
|
CARD_PAYMENT = "card_payment",
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
|
|
2793
|
+
FINANCING = "financing",
|
|
2794
|
+
FREE_CONSULTATION = "free_consultation",
|
|
2795
|
+
VIRTUAL_CONSULTATION = "virtual_consultation",
|
|
2796
|
+
BEFORE_AFTER_PHOTOS = "before_after_photos",
|
|
2797
|
+
AFTERCARE_SUPPORT = "aftercare_support",
|
|
2798
|
+
BOTOX = "botox",
|
|
2799
|
+
DERMAL_FILLERS = "dermal_fillers",
|
|
2800
|
+
LASER_HAIR_REMOVAL = "laser_hair_removal",
|
|
2801
|
+
LASER_SKIN_RESURFACING = "laser_skin_resurfacing",
|
|
2802
|
+
CHEMICAL_PEELS = "chemical_peels",
|
|
2803
|
+
MICRONEEDLING = "microneedling",
|
|
2804
|
+
COOLSCULPTING = "coolsculpting",
|
|
2805
|
+
THREAD_LIFT = "thread_lift",
|
|
2806
|
+
LIP_ENHANCEMENT = "lip_enhancement",
|
|
2807
|
+
RHINOPLASTY = "rhinoplasty",
|
|
2808
|
+
SKIN_TIGHTENING = "skin_tightening",
|
|
2809
|
+
FAT_DISSOLVING = "fat_dissolving",
|
|
2810
|
+
PRP_TREATMENT = "prp_treatment",
|
|
2811
|
+
HYDRAFACIAL = "hydrafacial",
|
|
2812
|
+
IPL_PHOTOFACIAL = "ipl_photofacial",
|
|
2813
|
+
BODY_CONTOURING = "body_contouring",
|
|
2814
|
+
FACELIFT = "facelift",
|
|
2815
|
+
RHINOPLASTY_SURGICAL = "rhinoplasty_surgical",
|
|
2816
|
+
BREAST_AUGMENTATION = "breast_augmentation",
|
|
2817
|
+
BREAST_REDUCTION = "breast_reduction",
|
|
2818
|
+
BREAST_LIFT = "breast_lift",
|
|
2819
|
+
TUMMY_TUCK = "tummy_tuck",
|
|
2820
|
+
LIPOSUCTION = "liposuction",
|
|
2821
|
+
BBL = "bbl",
|
|
2822
|
+
MOMMY_MAKEOVER = "mommy_makeover",
|
|
2823
|
+
ARM_LIFT = "arm_lift",
|
|
2824
|
+
THIGH_LIFT = "thigh_lift",
|
|
2825
|
+
EYELID_SURGERY = "eyelid_surgery",
|
|
2826
|
+
BROW_LIFT = "brow_lift",
|
|
2827
|
+
NECK_LIFT = "neck_lift",
|
|
2828
|
+
OTOPLASTY = "otoplasty",
|
|
2829
|
+
LABIAPLASTY = "labiaplasty",
|
|
2817
2830
|
ONLINE_BOOKING = "online_booking",
|
|
2818
2831
|
MOBILE_APP = "mobile_app",
|
|
2819
2832
|
SMS_NOTIFICATIONS = "sms_notifications",
|
|
2820
2833
|
EMAIL_NOTIFICATIONS = "email_notifications",
|
|
2834
|
+
VIRTUAL_TRY_ON = "virtual_try_on",
|
|
2835
|
+
SKIN_ANALYSIS = "skin_analysis",
|
|
2836
|
+
TREATMENT_TRACKING = "treatment_tracking",
|
|
2837
|
+
LOYALTY_PROGRAM = "loyalty_program",
|
|
2821
2838
|
ENGLISH = "english",
|
|
2822
|
-
SERBIAN = "serbian",
|
|
2823
2839
|
GERMAN = "german",
|
|
2824
|
-
RUSSIAN = "russian",
|
|
2825
|
-
CHINESE = "chinese",
|
|
2826
|
-
SPANISH = "spanish",
|
|
2827
2840
|
FRENCH = "french",
|
|
2841
|
+
SPANISH = "spanish",
|
|
2842
|
+
ITALIAN = "italian",
|
|
2843
|
+
DUTCH = "dutch",
|
|
2844
|
+
RUSSIAN = "russian",
|
|
2845
|
+
PORTUGUESE = "portuguese",
|
|
2828
2846
|
OPEN_24_7 = "open_24_7",
|
|
2829
2847
|
WEEKEND_HOURS = "weekend_hours",
|
|
2830
|
-
|
|
2848
|
+
EXTENDED_HOURS = "extended_hours",
|
|
2831
2849
|
HOLIDAY_HOURS = "holiday_hours"
|
|
2832
2850
|
}
|
|
2833
2851
|
/**
|
|
@@ -5077,6 +5095,7 @@ declare class ClinicAdminService extends BaseService {
|
|
|
5077
5095
|
|
|
5078
5096
|
declare class ClinicGroupService extends BaseService {
|
|
5079
5097
|
private clinicAdminService;
|
|
5098
|
+
private billingTransactionsService;
|
|
5080
5099
|
constructor(db: Firestore, auth: Auth, app: FirebaseApp, clinicAdminService: ClinicAdminService);
|
|
5081
5100
|
/**
|
|
5082
5101
|
* Kreira novu grupaciju klinika
|
|
@@ -5156,6 +5175,44 @@ declare class ClinicGroupService extends BaseService {
|
|
|
5156
5175
|
* @returns The updated clinic group
|
|
5157
5176
|
*/
|
|
5158
5177
|
completeOnboarding(groupId: string): Promise<ClinicGroup>;
|
|
5178
|
+
/**
|
|
5179
|
+
* Get billing transactions for a clinic group
|
|
5180
|
+
*
|
|
5181
|
+
* @param groupId - The clinic group ID
|
|
5182
|
+
* @param options - Query options for pagination and filtering
|
|
5183
|
+
* @returns Promise with billing transactions and pagination info
|
|
5184
|
+
*/
|
|
5185
|
+
getBillingTransactions(groupId: string, options?: {
|
|
5186
|
+
limit?: number;
|
|
5187
|
+
startAfter?: any;
|
|
5188
|
+
transactionType?: BillingTransactionType;
|
|
5189
|
+
}): Promise<{
|
|
5190
|
+
transactions: BillingTransaction[];
|
|
5191
|
+
lastDoc: any;
|
|
5192
|
+
hasMore: boolean;
|
|
5193
|
+
}>;
|
|
5194
|
+
/**
|
|
5195
|
+
* Get recent billing transactions for a clinic group (last 10)
|
|
5196
|
+
*
|
|
5197
|
+
* @param groupId - The clinic group ID
|
|
5198
|
+
* @returns Promise with recent billing transactions
|
|
5199
|
+
*/
|
|
5200
|
+
getRecentBillingTransactions(groupId: string): Promise<BillingTransaction[]>;
|
|
5201
|
+
/**
|
|
5202
|
+
* Get subscription-related billing transactions for a clinic group
|
|
5203
|
+
*
|
|
5204
|
+
* @param groupId - The clinic group ID
|
|
5205
|
+
* @param options - Query options for pagination
|
|
5206
|
+
* @returns Promise with subscription transactions and pagination info
|
|
5207
|
+
*/
|
|
5208
|
+
getSubscriptionTransactions(groupId: string, options?: {
|
|
5209
|
+
limit?: number;
|
|
5210
|
+
startAfter?: any;
|
|
5211
|
+
}): Promise<{
|
|
5212
|
+
transactions: BillingTransaction[];
|
|
5213
|
+
lastDoc: any;
|
|
5214
|
+
hasMore: boolean;
|
|
5215
|
+
}>;
|
|
5159
5216
|
}
|
|
5160
5217
|
|
|
5161
5218
|
declare class ClinicService extends BaseService {
|
|
@@ -6633,6 +6690,64 @@ declare class PractitionerInviteService extends BaseService {
|
|
|
6633
6690
|
private findExistingInvite;
|
|
6634
6691
|
}
|
|
6635
6692
|
|
|
6693
|
+
/**
|
|
6694
|
+
* Service for managing billing transactions
|
|
6695
|
+
* Provides read-only access to billing transaction history
|
|
6696
|
+
*/
|
|
6697
|
+
declare class BillingTransactionsService extends BaseService {
|
|
6698
|
+
private readonly BILLING_TRANSACTIONS_COLLECTION;
|
|
6699
|
+
/**
|
|
6700
|
+
* Get billing transactions for a clinic group with pagination
|
|
6701
|
+
* @param clinicGroupId - The clinic group ID
|
|
6702
|
+
* @param options - Query options
|
|
6703
|
+
* @returns Promise with transactions and pagination info
|
|
6704
|
+
*/
|
|
6705
|
+
getBillingTransactions(clinicGroupId: string, options?: {
|
|
6706
|
+
limit?: number;
|
|
6707
|
+
startAfter?: DocumentSnapshot;
|
|
6708
|
+
transactionType?: BillingTransactionType;
|
|
6709
|
+
}): Promise<{
|
|
6710
|
+
transactions: BillingTransaction[];
|
|
6711
|
+
lastDoc: DocumentSnapshot | null;
|
|
6712
|
+
hasMore: boolean;
|
|
6713
|
+
}>;
|
|
6714
|
+
/**
|
|
6715
|
+
* Get recent billing transactions (last 10)
|
|
6716
|
+
* @param clinicGroupId - The clinic group ID
|
|
6717
|
+
* @returns Promise with recent transactions
|
|
6718
|
+
*/
|
|
6719
|
+
getRecentBillingTransactions(clinicGroupId: string): Promise<BillingTransaction[]>;
|
|
6720
|
+
/**
|
|
6721
|
+
* Get billing transactions by type
|
|
6722
|
+
* @param clinicGroupId - The clinic group ID
|
|
6723
|
+
* @param transactionType - The transaction type to filter by
|
|
6724
|
+
* @param options - Additional query options
|
|
6725
|
+
* @returns Promise with filtered transactions
|
|
6726
|
+
*/
|
|
6727
|
+
getBillingTransactionsByType(clinicGroupId: string, transactionType: BillingTransactionType, options?: {
|
|
6728
|
+
limit?: number;
|
|
6729
|
+
startAfter?: DocumentSnapshot;
|
|
6730
|
+
}): Promise<{
|
|
6731
|
+
transactions: BillingTransaction[];
|
|
6732
|
+
lastDoc: DocumentSnapshot | null;
|
|
6733
|
+
hasMore: boolean;
|
|
6734
|
+
}>;
|
|
6735
|
+
/**
|
|
6736
|
+
* Get subscription-related transactions only
|
|
6737
|
+
* @param clinicGroupId - The clinic group ID
|
|
6738
|
+
* @param options - Query options
|
|
6739
|
+
* @returns Promise with subscription transactions
|
|
6740
|
+
*/
|
|
6741
|
+
getSubscriptionTransactions(clinicGroupId: string, options?: {
|
|
6742
|
+
limit?: number;
|
|
6743
|
+
startAfter?: DocumentSnapshot;
|
|
6744
|
+
}): Promise<{
|
|
6745
|
+
transactions: BillingTransaction[];
|
|
6746
|
+
lastDoc: DocumentSnapshot | null;
|
|
6747
|
+
hasMore: boolean;
|
|
6748
|
+
}>;
|
|
6749
|
+
}
|
|
6750
|
+
|
|
6636
6751
|
declare class NotificationService extends BaseService {
|
|
6637
6752
|
/**
|
|
6638
6753
|
* Kreira novu notifikaciju
|
|
@@ -6806,4 +6921,4 @@ declare const getFirebaseApp: () => Promise<FirebaseApp>;
|
|
|
6806
6921
|
declare const getFirebaseStorage: () => Promise<FirebaseStorage>;
|
|
6807
6922
|
declare const getFirebaseFunctions: () => Promise<Functions>;
|
|
6808
6923
|
|
|
6809
|
-
export { APPOINTMENTS_COLLECTION, type AddAllergyData, type AddBlockingConditionData, type AddContraindicationData, type AddMedicationData, type AddressData, type AdminInfo, type AdminToken, AdminTokenStatus, type Allergy, type AllergySubtype, AllergyType, type AllergyTypeWithSubtype, type Appointment, type AppointmentCancelledNotification, type AppointmentMediaItem, type AppointmentMetadata, type AppointmentReminderNotification, type AppointmentRescheduledProposalNotification, AppointmentService, AppointmentStatus, type AppointmentStatusChangeNotification, AuthService, type BaseDocumentElement, type BaseNotification, BaseService, type BeforeAfterPerZone, type BillingInfo, type BillingPerZone, type BillingTransaction, BillingTransactionType, type BinaryChoiceElement, BlockingCondition, type Brand, BrandService, CALENDAR_COLLECTION, CLINICS_COLLECTION, CLINIC_ADMINS_COLLECTION, CLINIC_GROUPS_COLLECTION, type CalendarEvent, CalendarEventStatus, type CalendarEventTime, CalendarEventType, CalendarServiceV2, CalendarServiceV3, CalendarSyncStatus, type Category, CategoryService, CertificationLevel, CertificationSpecialty, type Clinic, type ClinicAdmin, ClinicAdminService, type ClinicAdminSignupData, type ClinicBranchSetupData, type ClinicContactInfo, type ClinicGroup, ClinicGroupService, type ClinicGroupSetupData, type ClinicInfo, type ClinicLocation, ClinicPhotoTag, type ClinicReview, type ClinicReviewInfo, ClinicService, ClinicTag, type ClinicTags, ConstantsService, type ContactPerson, Contraindication, type ContraindicationDynamic, CosmeticAllergySubtype, type CreateAdminTokenData, type CreateAppointmentData, type CreateAppointmentHttpData, type CreateAppointmentParams, type CreateBillingTransactionData, type CreateBlockingEventParams, type CreateCalendarEventData, type CreateClinicAdminData, type CreateClinicData, type CreateClinicGroupData, type CreateDefaultClinicGroupData, type CreateDocumentTemplateData, type CreateDraftPractitionerData, type CreateManualPatientData, type CreatePatientLocationInfoData, type CreatePatientMedicalInfoData, type CreatePatientProfileData, type CreatePatientSensitiveInfoData, type CreatePatientTokenData, type CreatePractitionerData, type CreatePractitionerInviteData, type CreatePractitionerTokenData, type CreateProcedureData, type CreateSyncedCalendarData, type CreateUserData, Currency, DEFAULT_MEDICAL_INFO, DOCTOR_FORMS_SUBCOLLECTION, DOCUMENTATION_TEMPLATES_COLLECTION, type DatePickerElement, type DateRange, type DigitalSignatureElement, type DoctorInfo, type DocumentElement, DocumentElementType, type DocumentTemplate, DocumentationTemplateService, type DynamicTextElement, DynamicVariable, type EmergencyContact, EnvironmentalAllergySubtype, ExternalCalendarService, FILLED_DOCUMENTS_COLLECTION, type FileUploadElement, type FilledDocument, type FilledDocumentFileValue, FilledDocumentService, FilledDocumentStatus, type FinalBilling, type FirebaseUser, FoodAllergySubtype, type FormReminderNotification, type FormSubmissionConfirmationNotification, type GamificationInfo, Gender, type GeneralMessageNotification, type HeadingElement, HeadingLevel, INVITE_TOKENS_COLLECTION, Language, type LinkedFormInfo, type ListElement, ListType, type LocationData, MEDIA_METADATA_COLLECTION, MediaAccessLevel, type MediaMetadata, type MediaResource, MediaService, MediaType, MedicationAllergySubtype, type MultipleChoiceElement, NOTIFICATIONS_COLLECTION, type Notification, NotificationService, NotificationStatus, NotificationType, PATIENTS_COLLECTION, PATIENT_APPOINTMENTS_COLLECTION, PATIENT_LOCATION_INFO_COLLECTION, PATIENT_MEDICAL_HISTORY_COLLECTION, PATIENT_MEDICAL_INFO_COLLECTION, PATIENT_REQUIREMENTS_SUBCOLLECTION_NAME, PATIENT_SENSITIVE_INFO_COLLECTION, PRACTITIONERS_COLLECTION, PRACTITIONER_INVITES_COLLECTION, PROCEDURES_COLLECTION, type ParagraphElement, type PatientClinic, type PatientDoctor, PatientInstructionStatus, type PatientLocationInfo, type PatientMedicalInfo, type PatientProfile, type PatientProfileComplete, type PatientProfileForDoctor, type PatientProfileInfo, type PatientRequirementInstance, type PatientRequirementInstruction, PatientRequirementOverallStatus, type PatientRequirementsFilters, PatientRequirementsService, type PatientReviewInfo, type PatientSensitiveInfo, PatientService, type PatientToken, PatientTokenStatus, type PaymentConfirmationNotification, PaymentStatus, type PlanDetails, type PostRequirementNotification, PracticeType, type Practitioner, type PractitionerBasicInfo, type PractitionerCertification, type PractitionerClinicProcedures, type PractitionerClinicWorkingHours, type PractitionerInvite, type PractitionerInviteFilters, PractitionerInviteService, PractitionerInviteStatus, type PractitionerProfileInfo, type PractitionerReview, type PractitionerReviewInfo, PractitionerService, PractitionerStatus, type PractitionerToken, PractitionerTokenStatus, type PractitionerWorkingHours, type PreRequirementNotification, PricingMeasure, type Procedure, type ProcedureCategorization, type ProcedureExtendedInfo, ProcedureFamily, type ProcedureInfo, type ProcedureProduct, type ProcedureReview, type ProcedureReviewInfo, ProcedureService, type ProcedureSummaryInfo, type Product, ProductService, type ProposedWorkingHours, REGISTER_TOKENS_COLLECTION, REVIEWS_COLLECTION, type RatingScaleElement, type RequesterInfo, type Requirement, type RequirementInstructionDueNotification, RequirementType, type Review, type ReviewRequestNotification, ReviewService, SYNCED_CALENDARS_COLLECTION, type SearchAppointmentsParams, type SearchCalendarEventsParams, SearchLocationEnum, type SearchPatientsParams, type SignatureElement, type SingleChoiceElement, type StripeTransactionData, type Subcategory, SubcategoryService, SubscriptionModel, SubscriptionStatus, type SyncedCalendar, type SyncedCalendarEvent, SyncedCalendarProvider, SyncedCalendarsService, type Technology, type TechnologyDocumentationTemplate, TechnologyService, type TextInputElement, type TimeSlot, TimeUnit, TreatmentBenefit, type TreatmentBenefitDynamic, USERS_COLLECTION, USER_FORMS_SUBCOLLECTION, type UpdateAllergyData, type UpdateAppointmentData, type UpdateAppointmentParams, type UpdateBlockingConditionData, type UpdateBlockingEventParams, type UpdateCalendarEventData, type UpdateClinicAdminData, type UpdateClinicData, type UpdateClinicGroupData, type UpdateContraindicationData, type UpdateDocumentTemplateData, type UpdateMedicationData, type UpdatePatientLocationInfoData, type UpdatePatientMedicalInfoData, type UpdatePatientProfileData, type UpdatePatientSensitiveInfoData, type UpdatePractitionerData, type UpdatePractitionerInviteData, type UpdateProcedureData, type UpdateSyncedCalendarData, type UpdateVitalStatsData, type User, UserRole, UserService, type VitalStats, type WorkingHours, getFirebaseApp, getFirebaseAuth, getFirebaseDB, getFirebaseFunctions, getFirebaseInstance, getFirebaseStorage, initializeFirebase };
|
|
6924
|
+
export { APPOINTMENTS_COLLECTION, type AddAllergyData, type AddBlockingConditionData, type AddContraindicationData, type AddMedicationData, type AddressData, type AdminInfo, type AdminToken, AdminTokenStatus, type Allergy, type AllergySubtype, AllergyType, type AllergyTypeWithSubtype, type Appointment, type AppointmentCancelledNotification, type AppointmentMediaItem, type AppointmentMetadata, type AppointmentReminderNotification, type AppointmentRescheduledProposalNotification, AppointmentService, AppointmentStatus, type AppointmentStatusChangeNotification, AuthService, type BaseDocumentElement, type BaseNotification, BaseService, type BeforeAfterPerZone, type BillingInfo, type BillingPerZone, type BillingTransaction, BillingTransactionType, BillingTransactionsService, type BinaryChoiceElement, BlockingCondition, type Brand, BrandService, CALENDAR_COLLECTION, CLINICS_COLLECTION, CLINIC_ADMINS_COLLECTION, CLINIC_GROUPS_COLLECTION, type CalendarEvent, CalendarEventStatus, type CalendarEventTime, CalendarEventType, CalendarServiceV2, CalendarServiceV3, CalendarSyncStatus, type Category, CategoryService, CertificationLevel, CertificationSpecialty, type Clinic, type ClinicAdmin, ClinicAdminService, type ClinicAdminSignupData, type ClinicBranchSetupData, type ClinicContactInfo, type ClinicGroup, ClinicGroupService, type ClinicGroupSetupData, type ClinicInfo, type ClinicLocation, ClinicPhotoTag, type ClinicReview, type ClinicReviewInfo, ClinicService, ClinicTag, type ClinicTags, ConstantsService, type ContactPerson, Contraindication, type ContraindicationDynamic, CosmeticAllergySubtype, type CreateAdminTokenData, type CreateAppointmentData, type CreateAppointmentHttpData, type CreateAppointmentParams, type CreateBillingTransactionData, type CreateBlockingEventParams, type CreateCalendarEventData, type CreateClinicAdminData, type CreateClinicData, type CreateClinicGroupData, type CreateDefaultClinicGroupData, type CreateDocumentTemplateData, type CreateDraftPractitionerData, type CreateManualPatientData, type CreatePatientLocationInfoData, type CreatePatientMedicalInfoData, type CreatePatientProfileData, type CreatePatientSensitiveInfoData, type CreatePatientTokenData, type CreatePractitionerData, type CreatePractitionerInviteData, type CreatePractitionerTokenData, type CreateProcedureData, type CreateSyncedCalendarData, type CreateUserData, Currency, DEFAULT_MEDICAL_INFO, DOCTOR_FORMS_SUBCOLLECTION, DOCUMENTATION_TEMPLATES_COLLECTION, type DatePickerElement, type DateRange, type DigitalSignatureElement, type DoctorInfo, type DocumentElement, DocumentElementType, type DocumentTemplate, DocumentationTemplateService, type DynamicTextElement, DynamicVariable, type EmergencyContact, EnvironmentalAllergySubtype, ExternalCalendarService, FILLED_DOCUMENTS_COLLECTION, type FileUploadElement, type FilledDocument, type FilledDocumentFileValue, FilledDocumentService, FilledDocumentStatus, type FinalBilling, type FirebaseUser, FoodAllergySubtype, type FormReminderNotification, type FormSubmissionConfirmationNotification, type GamificationInfo, Gender, type GeneralMessageNotification, type HeadingElement, HeadingLevel, INVITE_TOKENS_COLLECTION, Language, type LinkedFormInfo, type ListElement, ListType, type LocationData, MEDIA_METADATA_COLLECTION, MediaAccessLevel, type MediaMetadata, type MediaResource, MediaService, MediaType, MedicationAllergySubtype, type MultipleChoiceElement, NOTIFICATIONS_COLLECTION, type Notification, NotificationService, NotificationStatus, NotificationType, PATIENTS_COLLECTION, PATIENT_APPOINTMENTS_COLLECTION, PATIENT_LOCATION_INFO_COLLECTION, PATIENT_MEDICAL_HISTORY_COLLECTION, PATIENT_MEDICAL_INFO_COLLECTION, PATIENT_REQUIREMENTS_SUBCOLLECTION_NAME, PATIENT_SENSITIVE_INFO_COLLECTION, PRACTITIONERS_COLLECTION, PRACTITIONER_INVITES_COLLECTION, PROCEDURES_COLLECTION, type ParagraphElement, type PatientClinic, type PatientDoctor, PatientInstructionStatus, type PatientLocationInfo, type PatientMedicalInfo, type PatientProfile, type PatientProfileComplete, type PatientProfileForDoctor, type PatientProfileInfo, type PatientRequirementInstance, type PatientRequirementInstruction, PatientRequirementOverallStatus, type PatientRequirementsFilters, PatientRequirementsService, type PatientReviewInfo, type PatientSensitiveInfo, PatientService, type PatientToken, PatientTokenStatus, type PaymentConfirmationNotification, PaymentStatus, type PlanDetails, type PostRequirementNotification, PracticeType, type Practitioner, type PractitionerBasicInfo, type PractitionerCertification, type PractitionerClinicProcedures, type PractitionerClinicWorkingHours, type PractitionerInvite, type PractitionerInviteFilters, PractitionerInviteService, PractitionerInviteStatus, type PractitionerProfileInfo, type PractitionerReview, type PractitionerReviewInfo, PractitionerService, PractitionerStatus, type PractitionerToken, PractitionerTokenStatus, type PractitionerWorkingHours, type PreRequirementNotification, PricingMeasure, type Procedure, type ProcedureCategorization, type ProcedureExtendedInfo, ProcedureFamily, type ProcedureInfo, type ProcedureProduct, type ProcedureReview, type ProcedureReviewInfo, ProcedureService, type ProcedureSummaryInfo, type Product, ProductService, type ProposedWorkingHours, REGISTER_TOKENS_COLLECTION, REVIEWS_COLLECTION, type RatingScaleElement, type RequesterInfo, type Requirement, type RequirementInstructionDueNotification, RequirementType, type Review, type ReviewRequestNotification, ReviewService, SYNCED_CALENDARS_COLLECTION, type SearchAppointmentsParams, type SearchCalendarEventsParams, SearchLocationEnum, type SearchPatientsParams, type SignatureElement, type SingleChoiceElement, type StripeTransactionData, type Subcategory, SubcategoryService, SubscriptionModel, SubscriptionStatus, type SyncedCalendar, type SyncedCalendarEvent, SyncedCalendarProvider, SyncedCalendarsService, type Technology, type TechnologyDocumentationTemplate, TechnologyService, type TextInputElement, type TimeSlot, TimeUnit, TreatmentBenefit, type TreatmentBenefitDynamic, USERS_COLLECTION, USER_FORMS_SUBCOLLECTION, type UpdateAllergyData, type UpdateAppointmentData, type UpdateAppointmentParams, type UpdateBlockingConditionData, type UpdateBlockingEventParams, type UpdateCalendarEventData, type UpdateClinicAdminData, type UpdateClinicData, type UpdateClinicGroupData, type UpdateContraindicationData, type UpdateDocumentTemplateData, type UpdateMedicationData, type UpdatePatientLocationInfoData, type UpdatePatientMedicalInfoData, type UpdatePatientProfileData, type UpdatePatientSensitiveInfoData, type UpdatePractitionerData, type UpdatePractitionerInviteData, type UpdateProcedureData, type UpdateSyncedCalendarData, type UpdateVitalStatsData, type User, UserRole, UserService, type VitalStats, type WorkingHours, getFirebaseApp, getFirebaseAuth, getFirebaseDB, getFirebaseFunctions, getFirebaseInstance, getFirebaseStorage, initializeFirebase };
|