@sweepbright/api-client 0.31.4 → 0.31.5
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.
|
@@ -641,7 +641,7 @@ export declare const officeSettingsSchema: z.ZodObject<{
|
|
|
641
641
|
visit_duration: z.ZodNumber;
|
|
642
642
|
use_bright_matching: z.ZodBoolean;
|
|
643
643
|
default_assignee: z.ZodObject<{
|
|
644
|
-
id: z.
|
|
644
|
+
id: z.ZodNumber;
|
|
645
645
|
first_name: z.ZodString;
|
|
646
646
|
last_name: z.ZodString;
|
|
647
647
|
full_name: z.ZodString;
|
|
@@ -656,7 +656,7 @@ export declare const officeSettingsSchema: z.ZodObject<{
|
|
|
656
656
|
locale: z.ZodString;
|
|
657
657
|
office_id: z.ZodString;
|
|
658
658
|
}, "strip", z.ZodTypeAny, {
|
|
659
|
-
id:
|
|
659
|
+
id: number;
|
|
660
660
|
first_name: string;
|
|
661
661
|
last_name: string;
|
|
662
662
|
full_name: string;
|
|
@@ -671,7 +671,7 @@ export declare const officeSettingsSchema: z.ZodObject<{
|
|
|
671
671
|
launchdarkly_hash?: string | null | undefined;
|
|
672
672
|
appointment_service_url?: string | null | undefined;
|
|
673
673
|
}, {
|
|
674
|
-
id:
|
|
674
|
+
id: number;
|
|
675
675
|
first_name: string;
|
|
676
676
|
last_name: string;
|
|
677
677
|
full_name: string;
|
|
@@ -694,7 +694,7 @@ export declare const officeSettingsSchema: z.ZodObject<{
|
|
|
694
694
|
visit_duration: number;
|
|
695
695
|
use_bright_matching: boolean;
|
|
696
696
|
default_assignee: {
|
|
697
|
-
id:
|
|
697
|
+
id: number;
|
|
698
698
|
first_name: string;
|
|
699
699
|
last_name: string;
|
|
700
700
|
full_name: string;
|
|
@@ -717,7 +717,7 @@ export declare const officeSettingsSchema: z.ZodObject<{
|
|
|
717
717
|
visit_duration: number;
|
|
718
718
|
use_bright_matching: boolean;
|
|
719
719
|
default_assignee: {
|
|
720
|
-
id:
|
|
720
|
+
id: number;
|
|
721
721
|
first_name: string;
|
|
722
722
|
last_name: string;
|
|
723
723
|
full_name: string;
|
|
@@ -742,7 +742,7 @@ export declare const officeSettingsDataSchema: z.ZodObject<{
|
|
|
742
742
|
visit_duration: z.ZodNumber;
|
|
743
743
|
use_bright_matching: z.ZodBoolean;
|
|
744
744
|
default_assignee: z.ZodObject<{
|
|
745
|
-
id: z.
|
|
745
|
+
id: z.ZodNumber;
|
|
746
746
|
first_name: z.ZodString;
|
|
747
747
|
last_name: z.ZodString;
|
|
748
748
|
full_name: z.ZodString;
|
|
@@ -757,7 +757,7 @@ export declare const officeSettingsDataSchema: z.ZodObject<{
|
|
|
757
757
|
locale: z.ZodString;
|
|
758
758
|
office_id: z.ZodString;
|
|
759
759
|
}, "strip", z.ZodTypeAny, {
|
|
760
|
-
id:
|
|
760
|
+
id: number;
|
|
761
761
|
first_name: string;
|
|
762
762
|
last_name: string;
|
|
763
763
|
full_name: string;
|
|
@@ -772,7 +772,7 @@ export declare const officeSettingsDataSchema: z.ZodObject<{
|
|
|
772
772
|
launchdarkly_hash?: string | null | undefined;
|
|
773
773
|
appointment_service_url?: string | null | undefined;
|
|
774
774
|
}, {
|
|
775
|
-
id:
|
|
775
|
+
id: number;
|
|
776
776
|
first_name: string;
|
|
777
777
|
last_name: string;
|
|
778
778
|
full_name: string;
|
|
@@ -795,7 +795,7 @@ export declare const officeSettingsDataSchema: z.ZodObject<{
|
|
|
795
795
|
visit_duration: number;
|
|
796
796
|
use_bright_matching: boolean;
|
|
797
797
|
default_assignee: {
|
|
798
|
-
id:
|
|
798
|
+
id: number;
|
|
799
799
|
first_name: string;
|
|
800
800
|
last_name: string;
|
|
801
801
|
full_name: string;
|
|
@@ -818,7 +818,7 @@ export declare const officeSettingsDataSchema: z.ZodObject<{
|
|
|
818
818
|
visit_duration: number;
|
|
819
819
|
use_bright_matching: boolean;
|
|
820
820
|
default_assignee: {
|
|
821
|
-
id:
|
|
821
|
+
id: number;
|
|
822
822
|
first_name: string;
|
|
823
823
|
last_name: string;
|
|
824
824
|
full_name: string;
|
|
@@ -843,7 +843,7 @@ export declare const officeSettingsDataSchema: z.ZodObject<{
|
|
|
843
843
|
visit_duration: number;
|
|
844
844
|
use_bright_matching: boolean;
|
|
845
845
|
default_assignee: {
|
|
846
|
-
id:
|
|
846
|
+
id: number;
|
|
847
847
|
first_name: string;
|
|
848
848
|
last_name: string;
|
|
849
849
|
full_name: string;
|
|
@@ -868,7 +868,7 @@ export declare const officeSettingsDataSchema: z.ZodObject<{
|
|
|
868
868
|
visit_duration: number;
|
|
869
869
|
use_bright_matching: boolean;
|
|
870
870
|
default_assignee: {
|
|
871
|
-
id:
|
|
871
|
+
id: number;
|
|
872
872
|
first_name: string;
|
|
873
873
|
last_name: string;
|
|
874
874
|
full_name: string;
|
|
@@ -4674,7 +4674,7 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4674
4674
|
visit_duration: z.ZodNumber;
|
|
4675
4675
|
use_bright_matching: z.ZodBoolean;
|
|
4676
4676
|
default_assignee: z.ZodObject<{
|
|
4677
|
-
id: z.
|
|
4677
|
+
id: z.ZodNumber;
|
|
4678
4678
|
first_name: z.ZodString;
|
|
4679
4679
|
last_name: z.ZodString;
|
|
4680
4680
|
full_name: z.ZodString;
|
|
@@ -4689,7 +4689,7 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4689
4689
|
locale: z.ZodString;
|
|
4690
4690
|
office_id: z.ZodString;
|
|
4691
4691
|
}, "strip", z.ZodTypeAny, {
|
|
4692
|
-
id:
|
|
4692
|
+
id: number;
|
|
4693
4693
|
first_name: string;
|
|
4694
4694
|
last_name: string;
|
|
4695
4695
|
full_name: string;
|
|
@@ -4704,7 +4704,7 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4704
4704
|
launchdarkly_hash?: string | null | undefined;
|
|
4705
4705
|
appointment_service_url?: string | null | undefined;
|
|
4706
4706
|
}, {
|
|
4707
|
-
id:
|
|
4707
|
+
id: number;
|
|
4708
4708
|
first_name: string;
|
|
4709
4709
|
last_name: string;
|
|
4710
4710
|
full_name: string;
|
|
@@ -4727,7 +4727,7 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4727
4727
|
visit_duration: number;
|
|
4728
4728
|
use_bright_matching: boolean;
|
|
4729
4729
|
default_assignee: {
|
|
4730
|
-
id:
|
|
4730
|
+
id: number;
|
|
4731
4731
|
first_name: string;
|
|
4732
4732
|
last_name: string;
|
|
4733
4733
|
full_name: string;
|
|
@@ -4750,7 +4750,7 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4750
4750
|
visit_duration: number;
|
|
4751
4751
|
use_bright_matching: boolean;
|
|
4752
4752
|
default_assignee: {
|
|
4753
|
-
id:
|
|
4753
|
+
id: number;
|
|
4754
4754
|
first_name: string;
|
|
4755
4755
|
last_name: string;
|
|
4756
4756
|
full_name: string;
|
|
@@ -4775,7 +4775,7 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4775
4775
|
visit_duration: number;
|
|
4776
4776
|
use_bright_matching: boolean;
|
|
4777
4777
|
default_assignee: {
|
|
4778
|
-
id:
|
|
4778
|
+
id: number;
|
|
4779
4779
|
first_name: string;
|
|
4780
4780
|
last_name: string;
|
|
4781
4781
|
full_name: string;
|
|
@@ -4800,7 +4800,7 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4800
4800
|
visit_duration: number;
|
|
4801
4801
|
use_bright_matching: boolean;
|
|
4802
4802
|
default_assignee: {
|
|
4803
|
-
id:
|
|
4803
|
+
id: number;
|
|
4804
4804
|
first_name: string;
|
|
4805
4805
|
last_name: string;
|
|
4806
4806
|
full_name: string;
|
|
@@ -4990,7 +4990,7 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4990
4990
|
visit_duration: number;
|
|
4991
4991
|
use_bright_matching: boolean;
|
|
4992
4992
|
default_assignee: {
|
|
4993
|
-
id:
|
|
4993
|
+
id: number;
|
|
4994
4994
|
first_name: string;
|
|
4995
4995
|
last_name: string;
|
|
4996
4996
|
full_name: string;
|
|
@@ -5180,7 +5180,7 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
5180
5180
|
visit_duration: number;
|
|
5181
5181
|
use_bright_matching: boolean;
|
|
5182
5182
|
default_assignee: {
|
|
5183
|
-
id:
|
|
5183
|
+
id: number;
|
|
5184
5184
|
first_name: string;
|
|
5185
5185
|
last_name: string;
|
|
5186
5186
|
full_name: string;
|
|
@@ -6548,7 +6548,7 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6548
6548
|
visit_duration: z.ZodNumber;
|
|
6549
6549
|
use_bright_matching: z.ZodBoolean;
|
|
6550
6550
|
default_assignee: z.ZodObject<{
|
|
6551
|
-
id: z.
|
|
6551
|
+
id: z.ZodNumber;
|
|
6552
6552
|
first_name: z.ZodString;
|
|
6553
6553
|
last_name: z.ZodString;
|
|
6554
6554
|
full_name: z.ZodString;
|
|
@@ -6563,7 +6563,7 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6563
6563
|
locale: z.ZodString;
|
|
6564
6564
|
office_id: z.ZodString;
|
|
6565
6565
|
}, "strip", z.ZodTypeAny, {
|
|
6566
|
-
id:
|
|
6566
|
+
id: number;
|
|
6567
6567
|
first_name: string;
|
|
6568
6568
|
last_name: string;
|
|
6569
6569
|
full_name: string;
|
|
@@ -6578,7 +6578,7 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6578
6578
|
launchdarkly_hash?: string | null | undefined;
|
|
6579
6579
|
appointment_service_url?: string | null | undefined;
|
|
6580
6580
|
}, {
|
|
6581
|
-
id:
|
|
6581
|
+
id: number;
|
|
6582
6582
|
first_name: string;
|
|
6583
6583
|
last_name: string;
|
|
6584
6584
|
full_name: string;
|
|
@@ -6601,7 +6601,7 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6601
6601
|
visit_duration: number;
|
|
6602
6602
|
use_bright_matching: boolean;
|
|
6603
6603
|
default_assignee: {
|
|
6604
|
-
id:
|
|
6604
|
+
id: number;
|
|
6605
6605
|
first_name: string;
|
|
6606
6606
|
last_name: string;
|
|
6607
6607
|
full_name: string;
|
|
@@ -6624,7 +6624,7 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6624
6624
|
visit_duration: number;
|
|
6625
6625
|
use_bright_matching: boolean;
|
|
6626
6626
|
default_assignee: {
|
|
6627
|
-
id:
|
|
6627
|
+
id: number;
|
|
6628
6628
|
first_name: string;
|
|
6629
6629
|
last_name: string;
|
|
6630
6630
|
full_name: string;
|
|
@@ -6649,7 +6649,7 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6649
6649
|
visit_duration: number;
|
|
6650
6650
|
use_bright_matching: boolean;
|
|
6651
6651
|
default_assignee: {
|
|
6652
|
-
id:
|
|
6652
|
+
id: number;
|
|
6653
6653
|
first_name: string;
|
|
6654
6654
|
last_name: string;
|
|
6655
6655
|
full_name: string;
|
|
@@ -6674,7 +6674,7 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6674
6674
|
visit_duration: number;
|
|
6675
6675
|
use_bright_matching: boolean;
|
|
6676
6676
|
default_assignee: {
|
|
6677
|
-
id:
|
|
6677
|
+
id: number;
|
|
6678
6678
|
first_name: string;
|
|
6679
6679
|
last_name: string;
|
|
6680
6680
|
full_name: string;
|
|
@@ -6864,7 +6864,7 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6864
6864
|
visit_duration: number;
|
|
6865
6865
|
use_bright_matching: boolean;
|
|
6866
6866
|
default_assignee: {
|
|
6867
|
-
id:
|
|
6867
|
+
id: number;
|
|
6868
6868
|
first_name: string;
|
|
6869
6869
|
last_name: string;
|
|
6870
6870
|
full_name: string;
|
|
@@ -7054,7 +7054,7 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
7054
7054
|
visit_duration: number;
|
|
7055
7055
|
use_bright_matching: boolean;
|
|
7056
7056
|
default_assignee: {
|
|
7057
|
-
id:
|
|
7057
|
+
id: number;
|
|
7058
7058
|
first_name: string;
|
|
7059
7059
|
last_name: string;
|
|
7060
7060
|
full_name: string;
|
|
@@ -7246,7 +7246,7 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
7246
7246
|
visit_duration: number;
|
|
7247
7247
|
use_bright_matching: boolean;
|
|
7248
7248
|
default_assignee: {
|
|
7249
|
-
id:
|
|
7249
|
+
id: number;
|
|
7250
7250
|
first_name: string;
|
|
7251
7251
|
last_name: string;
|
|
7252
7252
|
full_name: string;
|
|
@@ -7438,7 +7438,7 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
7438
7438
|
visit_duration: number;
|
|
7439
7439
|
use_bright_matching: boolean;
|
|
7440
7440
|
default_assignee: {
|
|
7441
|
-
id:
|
|
7441
|
+
id: number;
|
|
7442
7442
|
first_name: string;
|
|
7443
7443
|
last_name: string;
|
|
7444
7444
|
full_name: string;
|
|
@@ -136,7 +136,7 @@ exports.settingsDataSchema = zod_1.z.object({
|
|
|
136
136
|
data: settingsSchema,
|
|
137
137
|
});
|
|
138
138
|
const assigneeSchema = zod_1.z.object({
|
|
139
|
-
id: zod_1.z.
|
|
139
|
+
id: zod_1.z.number(),
|
|
140
140
|
first_name: zod_1.z.string(),
|
|
141
141
|
last_name: zod_1.z.string(),
|
|
142
142
|
full_name: zod_1.z.string(),
|
package/package.json
CHANGED