@heymantle/core-api-client 0.3.3 → 0.3.4
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/index.d.mts +20 -19
- package/dist/index.d.ts +20 -19
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -8896,7 +8896,7 @@ type paths = {
|
|
|
8896
8896
|
conditions?: {
|
|
8897
8897
|
operator?: string;
|
|
8898
8898
|
property?: string;
|
|
8899
|
-
value?:
|
|
8899
|
+
value?: string | number | boolean | null;
|
|
8900
8900
|
}[][];
|
|
8901
8901
|
contactConditions?: unknown[];
|
|
8902
8902
|
filterContacts?: boolean;
|
|
@@ -16586,7 +16586,8 @@ type components = {
|
|
|
16586
16586
|
updatedAt: string;
|
|
16587
16587
|
};
|
|
16588
16588
|
CustomerContact: {
|
|
16589
|
-
|
|
16589
|
+
/** @description The customer ID */
|
|
16590
|
+
id?: string;
|
|
16590
16591
|
label?: string;
|
|
16591
16592
|
};
|
|
16592
16593
|
CustomerContactWebhook: {
|
|
@@ -20601,7 +20602,7 @@ declare class ContactsResource extends BaseResource {
|
|
|
20601
20602
|
contacts?: {
|
|
20602
20603
|
createdAt?: string | undefined;
|
|
20603
20604
|
customers?: {
|
|
20604
|
-
|
|
20605
|
+
id?: string | undefined;
|
|
20605
20606
|
label?: string | undefined;
|
|
20606
20607
|
}[] | undefined;
|
|
20607
20608
|
email?: string | undefined;
|
|
@@ -20623,7 +20624,7 @@ declare class ContactsResource extends BaseResource {
|
|
|
20623
20624
|
create(data: NonNullable<paths['/contacts']['post']['requestBody']>['content']['application/json']): Promise<{
|
|
20624
20625
|
createdAt?: string | undefined;
|
|
20625
20626
|
customers?: {
|
|
20626
|
-
|
|
20627
|
+
id?: string | undefined;
|
|
20627
20628
|
label?: string | undefined;
|
|
20628
20629
|
}[] | undefined;
|
|
20629
20630
|
email?: string | undefined;
|
|
@@ -20644,7 +20645,7 @@ declare class ContactsResource extends BaseResource {
|
|
|
20644
20645
|
} | {
|
|
20645
20646
|
createdAt?: string | undefined;
|
|
20646
20647
|
customers?: {
|
|
20647
|
-
|
|
20648
|
+
id?: string | undefined;
|
|
20648
20649
|
label?: string | undefined;
|
|
20649
20650
|
}[] | undefined;
|
|
20650
20651
|
email?: string | undefined;
|
|
@@ -20667,7 +20668,7 @@ declare class ContactsResource extends BaseResource {
|
|
|
20667
20668
|
contact?: {
|
|
20668
20669
|
createdAt?: string | undefined;
|
|
20669
20670
|
customers?: {
|
|
20670
|
-
|
|
20671
|
+
id?: string | undefined;
|
|
20671
20672
|
label?: string | undefined;
|
|
20672
20673
|
}[] | undefined;
|
|
20673
20674
|
email?: string | undefined;
|
|
@@ -20690,7 +20691,7 @@ declare class ContactsResource extends BaseResource {
|
|
|
20690
20691
|
contact?: {
|
|
20691
20692
|
createdAt?: string | undefined;
|
|
20692
20693
|
customers?: {
|
|
20693
|
-
|
|
20694
|
+
id?: string | undefined;
|
|
20694
20695
|
label?: string | undefined;
|
|
20695
20696
|
}[] | undefined;
|
|
20696
20697
|
email?: string | undefined;
|
|
@@ -20713,7 +20714,7 @@ declare class ContactsResource extends BaseResource {
|
|
|
20713
20714
|
contact?: {
|
|
20714
20715
|
createdAt?: string | undefined;
|
|
20715
20716
|
customers?: {
|
|
20716
|
-
|
|
20717
|
+
id?: string | undefined;
|
|
20717
20718
|
label?: string | undefined;
|
|
20718
20719
|
}[] | undefined;
|
|
20719
20720
|
email?: string | undefined;
|
|
@@ -20739,7 +20740,7 @@ declare class ContactsResource extends BaseResource {
|
|
|
20739
20740
|
contact?: {
|
|
20740
20741
|
createdAt?: string | undefined;
|
|
20741
20742
|
customers?: {
|
|
20742
|
-
|
|
20743
|
+
id?: string | undefined;
|
|
20743
20744
|
label?: string | undefined;
|
|
20744
20745
|
}[] | undefined;
|
|
20745
20746
|
email?: string | undefined;
|
|
@@ -20958,7 +20959,7 @@ declare class CustomersResource extends BaseResource {
|
|
|
20958
20959
|
label?: string | undefined;
|
|
20959
20960
|
createdAt?: string | undefined;
|
|
20960
20961
|
customers?: {
|
|
20961
|
-
|
|
20962
|
+
id?: string | undefined;
|
|
20962
20963
|
label?: string | undefined;
|
|
20963
20964
|
}[] | undefined;
|
|
20964
20965
|
email?: string | undefined;
|
|
@@ -21139,7 +21140,7 @@ declare class CustomersResource extends BaseResource {
|
|
|
21139
21140
|
label?: string | undefined;
|
|
21140
21141
|
createdAt?: string | undefined;
|
|
21141
21142
|
customers?: {
|
|
21142
|
-
|
|
21143
|
+
id?: string | undefined;
|
|
21143
21144
|
label?: string | undefined;
|
|
21144
21145
|
}[] | undefined;
|
|
21145
21146
|
email?: string | undefined;
|
|
@@ -21368,7 +21369,7 @@ declare class CustomersResource extends BaseResource {
|
|
|
21368
21369
|
label?: string | undefined;
|
|
21369
21370
|
createdAt?: string | undefined;
|
|
21370
21371
|
customers?: {
|
|
21371
|
-
|
|
21372
|
+
id?: string | undefined;
|
|
21372
21373
|
label?: string | undefined;
|
|
21373
21374
|
}[] | undefined;
|
|
21374
21375
|
email?: string | undefined;
|
|
@@ -21549,7 +21550,7 @@ declare class CustomersResource extends BaseResource {
|
|
|
21549
21550
|
label?: string | undefined;
|
|
21550
21551
|
createdAt?: string | undefined;
|
|
21551
21552
|
customers?: {
|
|
21552
|
-
|
|
21553
|
+
id?: string | undefined;
|
|
21553
21554
|
label?: string | undefined;
|
|
21554
21555
|
}[] | undefined;
|
|
21555
21556
|
email?: string | undefined;
|
|
@@ -21730,7 +21731,7 @@ declare class CustomersResource extends BaseResource {
|
|
|
21730
21731
|
label?: string | undefined;
|
|
21731
21732
|
createdAt?: string | undefined;
|
|
21732
21733
|
customers?: {
|
|
21733
|
-
|
|
21734
|
+
id?: string | undefined;
|
|
21734
21735
|
label?: string | undefined;
|
|
21735
21736
|
}[] | undefined;
|
|
21736
21737
|
email?: string | undefined;
|
|
@@ -21911,7 +21912,7 @@ declare class CustomersResource extends BaseResource {
|
|
|
21911
21912
|
label?: string | undefined;
|
|
21912
21913
|
createdAt?: string | undefined;
|
|
21913
21914
|
customers?: {
|
|
21914
|
-
|
|
21915
|
+
id?: string | undefined;
|
|
21915
21916
|
label?: string | undefined;
|
|
21916
21917
|
}[] | undefined;
|
|
21917
21918
|
email?: string | undefined;
|
|
@@ -23875,7 +23876,7 @@ declare class EntitiesResource extends BaseResource {
|
|
|
23875
23876
|
label?: string | undefined;
|
|
23876
23877
|
createdAt?: string | undefined;
|
|
23877
23878
|
customers?: {
|
|
23878
|
-
|
|
23879
|
+
id?: string | undefined;
|
|
23879
23880
|
label?: string | undefined;
|
|
23880
23881
|
}[] | undefined;
|
|
23881
23882
|
email?: string | undefined;
|
|
@@ -23907,7 +23908,7 @@ declare class EntitiesResource extends BaseResource {
|
|
|
23907
23908
|
} | {
|
|
23908
23909
|
createdAt?: string | undefined;
|
|
23909
23910
|
customers?: {
|
|
23910
|
-
|
|
23911
|
+
id?: string | undefined;
|
|
23911
23912
|
label?: string | undefined;
|
|
23912
23913
|
}[] | undefined;
|
|
23913
23914
|
email?: string | undefined;
|
|
@@ -24514,7 +24515,7 @@ declare class ListsResource extends BaseResource {
|
|
|
24514
24515
|
label?: string | undefined;
|
|
24515
24516
|
createdAt?: string | undefined;
|
|
24516
24517
|
customers?: {
|
|
24517
|
-
|
|
24518
|
+
id?: string | undefined;
|
|
24518
24519
|
label?: string | undefined;
|
|
24519
24520
|
}[] | undefined;
|
|
24520
24521
|
email?: string | undefined;
|
|
@@ -24546,7 +24547,7 @@ declare class ListsResource extends BaseResource {
|
|
|
24546
24547
|
} | {
|
|
24547
24548
|
createdAt?: string | undefined;
|
|
24548
24549
|
customers?: {
|
|
24549
|
-
|
|
24550
|
+
id?: string | undefined;
|
|
24550
24551
|
label?: string | undefined;
|
|
24551
24552
|
}[] | undefined;
|
|
24552
24553
|
email?: string | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -8896,7 +8896,7 @@ type paths = {
|
|
|
8896
8896
|
conditions?: {
|
|
8897
8897
|
operator?: string;
|
|
8898
8898
|
property?: string;
|
|
8899
|
-
value?:
|
|
8899
|
+
value?: string | number | boolean | null;
|
|
8900
8900
|
}[][];
|
|
8901
8901
|
contactConditions?: unknown[];
|
|
8902
8902
|
filterContacts?: boolean;
|
|
@@ -16586,7 +16586,8 @@ type components = {
|
|
|
16586
16586
|
updatedAt: string;
|
|
16587
16587
|
};
|
|
16588
16588
|
CustomerContact: {
|
|
16589
|
-
|
|
16589
|
+
/** @description The customer ID */
|
|
16590
|
+
id?: string;
|
|
16590
16591
|
label?: string;
|
|
16591
16592
|
};
|
|
16592
16593
|
CustomerContactWebhook: {
|
|
@@ -20601,7 +20602,7 @@ declare class ContactsResource extends BaseResource {
|
|
|
20601
20602
|
contacts?: {
|
|
20602
20603
|
createdAt?: string | undefined;
|
|
20603
20604
|
customers?: {
|
|
20604
|
-
|
|
20605
|
+
id?: string | undefined;
|
|
20605
20606
|
label?: string | undefined;
|
|
20606
20607
|
}[] | undefined;
|
|
20607
20608
|
email?: string | undefined;
|
|
@@ -20623,7 +20624,7 @@ declare class ContactsResource extends BaseResource {
|
|
|
20623
20624
|
create(data: NonNullable<paths['/contacts']['post']['requestBody']>['content']['application/json']): Promise<{
|
|
20624
20625
|
createdAt?: string | undefined;
|
|
20625
20626
|
customers?: {
|
|
20626
|
-
|
|
20627
|
+
id?: string | undefined;
|
|
20627
20628
|
label?: string | undefined;
|
|
20628
20629
|
}[] | undefined;
|
|
20629
20630
|
email?: string | undefined;
|
|
@@ -20644,7 +20645,7 @@ declare class ContactsResource extends BaseResource {
|
|
|
20644
20645
|
} | {
|
|
20645
20646
|
createdAt?: string | undefined;
|
|
20646
20647
|
customers?: {
|
|
20647
|
-
|
|
20648
|
+
id?: string | undefined;
|
|
20648
20649
|
label?: string | undefined;
|
|
20649
20650
|
}[] | undefined;
|
|
20650
20651
|
email?: string | undefined;
|
|
@@ -20667,7 +20668,7 @@ declare class ContactsResource extends BaseResource {
|
|
|
20667
20668
|
contact?: {
|
|
20668
20669
|
createdAt?: string | undefined;
|
|
20669
20670
|
customers?: {
|
|
20670
|
-
|
|
20671
|
+
id?: string | undefined;
|
|
20671
20672
|
label?: string | undefined;
|
|
20672
20673
|
}[] | undefined;
|
|
20673
20674
|
email?: string | undefined;
|
|
@@ -20690,7 +20691,7 @@ declare class ContactsResource extends BaseResource {
|
|
|
20690
20691
|
contact?: {
|
|
20691
20692
|
createdAt?: string | undefined;
|
|
20692
20693
|
customers?: {
|
|
20693
|
-
|
|
20694
|
+
id?: string | undefined;
|
|
20694
20695
|
label?: string | undefined;
|
|
20695
20696
|
}[] | undefined;
|
|
20696
20697
|
email?: string | undefined;
|
|
@@ -20713,7 +20714,7 @@ declare class ContactsResource extends BaseResource {
|
|
|
20713
20714
|
contact?: {
|
|
20714
20715
|
createdAt?: string | undefined;
|
|
20715
20716
|
customers?: {
|
|
20716
|
-
|
|
20717
|
+
id?: string | undefined;
|
|
20717
20718
|
label?: string | undefined;
|
|
20718
20719
|
}[] | undefined;
|
|
20719
20720
|
email?: string | undefined;
|
|
@@ -20739,7 +20740,7 @@ declare class ContactsResource extends BaseResource {
|
|
|
20739
20740
|
contact?: {
|
|
20740
20741
|
createdAt?: string | undefined;
|
|
20741
20742
|
customers?: {
|
|
20742
|
-
|
|
20743
|
+
id?: string | undefined;
|
|
20743
20744
|
label?: string | undefined;
|
|
20744
20745
|
}[] | undefined;
|
|
20745
20746
|
email?: string | undefined;
|
|
@@ -20958,7 +20959,7 @@ declare class CustomersResource extends BaseResource {
|
|
|
20958
20959
|
label?: string | undefined;
|
|
20959
20960
|
createdAt?: string | undefined;
|
|
20960
20961
|
customers?: {
|
|
20961
|
-
|
|
20962
|
+
id?: string | undefined;
|
|
20962
20963
|
label?: string | undefined;
|
|
20963
20964
|
}[] | undefined;
|
|
20964
20965
|
email?: string | undefined;
|
|
@@ -21139,7 +21140,7 @@ declare class CustomersResource extends BaseResource {
|
|
|
21139
21140
|
label?: string | undefined;
|
|
21140
21141
|
createdAt?: string | undefined;
|
|
21141
21142
|
customers?: {
|
|
21142
|
-
|
|
21143
|
+
id?: string | undefined;
|
|
21143
21144
|
label?: string | undefined;
|
|
21144
21145
|
}[] | undefined;
|
|
21145
21146
|
email?: string | undefined;
|
|
@@ -21368,7 +21369,7 @@ declare class CustomersResource extends BaseResource {
|
|
|
21368
21369
|
label?: string | undefined;
|
|
21369
21370
|
createdAt?: string | undefined;
|
|
21370
21371
|
customers?: {
|
|
21371
|
-
|
|
21372
|
+
id?: string | undefined;
|
|
21372
21373
|
label?: string | undefined;
|
|
21373
21374
|
}[] | undefined;
|
|
21374
21375
|
email?: string | undefined;
|
|
@@ -21549,7 +21550,7 @@ declare class CustomersResource extends BaseResource {
|
|
|
21549
21550
|
label?: string | undefined;
|
|
21550
21551
|
createdAt?: string | undefined;
|
|
21551
21552
|
customers?: {
|
|
21552
|
-
|
|
21553
|
+
id?: string | undefined;
|
|
21553
21554
|
label?: string | undefined;
|
|
21554
21555
|
}[] | undefined;
|
|
21555
21556
|
email?: string | undefined;
|
|
@@ -21730,7 +21731,7 @@ declare class CustomersResource extends BaseResource {
|
|
|
21730
21731
|
label?: string | undefined;
|
|
21731
21732
|
createdAt?: string | undefined;
|
|
21732
21733
|
customers?: {
|
|
21733
|
-
|
|
21734
|
+
id?: string | undefined;
|
|
21734
21735
|
label?: string | undefined;
|
|
21735
21736
|
}[] | undefined;
|
|
21736
21737
|
email?: string | undefined;
|
|
@@ -21911,7 +21912,7 @@ declare class CustomersResource extends BaseResource {
|
|
|
21911
21912
|
label?: string | undefined;
|
|
21912
21913
|
createdAt?: string | undefined;
|
|
21913
21914
|
customers?: {
|
|
21914
|
-
|
|
21915
|
+
id?: string | undefined;
|
|
21915
21916
|
label?: string | undefined;
|
|
21916
21917
|
}[] | undefined;
|
|
21917
21918
|
email?: string | undefined;
|
|
@@ -23875,7 +23876,7 @@ declare class EntitiesResource extends BaseResource {
|
|
|
23875
23876
|
label?: string | undefined;
|
|
23876
23877
|
createdAt?: string | undefined;
|
|
23877
23878
|
customers?: {
|
|
23878
|
-
|
|
23879
|
+
id?: string | undefined;
|
|
23879
23880
|
label?: string | undefined;
|
|
23880
23881
|
}[] | undefined;
|
|
23881
23882
|
email?: string | undefined;
|
|
@@ -23907,7 +23908,7 @@ declare class EntitiesResource extends BaseResource {
|
|
|
23907
23908
|
} | {
|
|
23908
23909
|
createdAt?: string | undefined;
|
|
23909
23910
|
customers?: {
|
|
23910
|
-
|
|
23911
|
+
id?: string | undefined;
|
|
23911
23912
|
label?: string | undefined;
|
|
23912
23913
|
}[] | undefined;
|
|
23913
23914
|
email?: string | undefined;
|
|
@@ -24514,7 +24515,7 @@ declare class ListsResource extends BaseResource {
|
|
|
24514
24515
|
label?: string | undefined;
|
|
24515
24516
|
createdAt?: string | undefined;
|
|
24516
24517
|
customers?: {
|
|
24517
|
-
|
|
24518
|
+
id?: string | undefined;
|
|
24518
24519
|
label?: string | undefined;
|
|
24519
24520
|
}[] | undefined;
|
|
24520
24521
|
email?: string | undefined;
|
|
@@ -24546,7 +24547,7 @@ declare class ListsResource extends BaseResource {
|
|
|
24546
24547
|
} | {
|
|
24547
24548
|
createdAt?: string | undefined;
|
|
24548
24549
|
customers?: {
|
|
24549
|
-
|
|
24550
|
+
id?: string | undefined;
|
|
24550
24551
|
label?: string | undefined;
|
|
24551
24552
|
}[] | undefined;
|
|
24552
24553
|
email?: string | undefined;
|