@comet/brevo-admin 4.0.0-canary-20250731092722 → 9.0.0-canary-20260121090431
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/lib/blocks/NewsletterImageBlock.d.ts +2 -2
- package/lib/blocks/NewsletterImageBlock.d.ts.map +1 -1
- package/lib/blocks/NewsletterImageBlock.js +2 -5
- package/lib/blocks.generated.d.ts +204 -0
- package/lib/blocks.generated.d.ts.map +1 -0
- package/lib/blocks.generated.js +5 -0
- package/lib/brevoConfiguration/BrevoConfigForm.d.ts +4 -4
- package/lib/brevoConfiguration/BrevoConfigForm.d.ts.map +1 -1
- package/lib/brevoConfiguration/BrevoConfigForm.gql.generated.d.ts +2 -2
- package/lib/brevoConfiguration/BrevoConfigForm.gql.generated.d.ts.map +1 -1
- package/lib/brevoConfiguration/BrevoConfigForm.js +48 -54
- package/lib/brevoConfiguration/BrevoConfigPage.d.ts +0 -1
- package/lib/brevoConfiguration/BrevoConfigPage.d.ts.map +1 -1
- package/lib/brevoConfiguration/BrevoConfigPage.js +0 -4
- package/lib/brevoContacts/BrevoContactsGrid.d.ts +6 -6
- package/lib/brevoContacts/BrevoContactsGrid.d.ts.map +1 -1
- package/lib/brevoContacts/BrevoContactsGrid.generated.d.ts +5 -5
- package/lib/brevoContacts/BrevoContactsGrid.generated.d.ts.map +1 -1
- package/lib/brevoContacts/BrevoContactsGrid.js +39 -51
- package/lib/brevoContacts/BrevoContactsPage.d.ts +5 -5
- package/lib/brevoContacts/BrevoContactsPage.d.ts.map +1 -1
- package/lib/brevoContacts/BrevoContactsPage.js +0 -4
- package/lib/brevoContacts/form/BrevoContactForm.d.ts +6 -6
- package/lib/brevoContacts/form/BrevoContactForm.d.ts.map +1 -1
- package/lib/brevoContacts/form/BrevoContactForm.gql.d.ts +1 -1
- package/lib/brevoContacts/form/BrevoContactForm.gql.d.ts.map +1 -1
- package/lib/brevoContacts/form/BrevoContactForm.gql.generated.d.ts +3 -3
- package/lib/brevoContacts/form/BrevoContactForm.gql.generated.d.ts.map +1 -1
- package/lib/brevoContacts/form/BrevoContactForm.js +62 -67
- package/lib/brevoTestContacts/BrevoTestContactsGrid.d.ts +6 -6
- package/lib/brevoTestContacts/BrevoTestContactsGrid.d.ts.map +1 -1
- package/lib/brevoTestContacts/BrevoTestContactsGrid.generated.d.ts +4 -4
- package/lib/brevoTestContacts/BrevoTestContactsGrid.generated.d.ts.map +1 -1
- package/lib/brevoTestContacts/BrevoTestContactsGrid.js +31 -40
- package/lib/brevoTestContacts/BrevoTestContactsPage.d.ts +5 -5
- package/lib/brevoTestContacts/BrevoTestContactsPage.d.ts.map +1 -1
- package/lib/brevoTestContacts/BrevoTestContactsPage.js +0 -4
- package/lib/brevoTestContacts/form/BrevoTestContactForm.d.ts +6 -6
- package/lib/brevoTestContacts/form/BrevoTestContactForm.d.ts.map +1 -1
- package/lib/brevoTestContacts/form/BrevoTestContactForm.gql.d.ts +1 -1
- package/lib/brevoTestContacts/form/BrevoTestContactForm.gql.d.ts.map +1 -1
- package/lib/brevoTestContacts/form/BrevoTestContactForm.gql.generated.d.ts +3 -3
- package/lib/brevoTestContacts/form/BrevoTestContactForm.gql.generated.d.ts.map +1 -1
- package/lib/brevoTestContacts/form/BrevoTestContactForm.js +50 -55
- package/lib/common/BrevoConfigProvider.d.ts +4 -4
- package/lib/common/BrevoConfigProvider.d.ts.map +1 -1
- package/lib/common/BrevoConfigProvider.js +3 -4
- package/lib/common/contactImport/useContactImportFromCsv.d.ts +10 -5
- package/lib/common/contactImport/useContactImportFromCsv.d.ts.map +1 -1
- package/lib/common/contactImport/useContactImportFromCsv.gql.generated.d.ts +3 -3
- package/lib/common/contactImport/useContactImportFromCsv.gql.generated.d.ts.map +1 -1
- package/lib/common/contactImport/useContactImportFromCsv.js +74 -76
- package/lib/configVerification/ConfigVerification.d.ts +4 -4
- package/lib/configVerification/ConfigVerification.d.ts.map +1 -1
- package/lib/configVerification/ConfigVerification.js +0 -4
- package/lib/emailCampaigns/EmailCampaignsGrid.d.ts +4 -5
- package/lib/emailCampaigns/EmailCampaignsGrid.d.ts.map +1 -1
- package/lib/emailCampaigns/EmailCampaignsGrid.generated.d.ts +4 -4
- package/lib/emailCampaigns/EmailCampaignsGrid.generated.d.ts.map +1 -1
- package/lib/emailCampaigns/EmailCampaignsGrid.js +35 -43
- package/lib/emailCampaigns/EmailCampaignsPage.d.ts +1 -2
- package/lib/emailCampaigns/EmailCampaignsPage.d.ts.map +1 -1
- package/lib/emailCampaigns/EmailCampaignsPage.js +0 -4
- package/lib/emailCampaigns/SendingStateColumn.d.ts +2 -3
- package/lib/emailCampaigns/SendingStateColumn.d.ts.map +1 -1
- package/lib/emailCampaigns/SendingStateColumn.js +5 -11
- package/lib/emailCampaigns/form/ConfigFields.d.ts +1 -2
- package/lib/emailCampaigns/form/ConfigFields.d.ts.map +1 -1
- package/lib/emailCampaigns/form/ConfigFields.js +0 -4
- package/lib/emailCampaigns/form/EmailCampaignForm.d.ts +3 -5
- package/lib/emailCampaigns/form/EmailCampaignForm.d.ts.map +1 -1
- package/lib/emailCampaigns/form/EmailCampaignForm.gql.generated.d.ts +4 -4
- package/lib/emailCampaigns/form/EmailCampaignForm.gql.generated.d.ts.map +1 -1
- package/lib/emailCampaigns/form/EmailCampaignForm.js +72 -86
- package/lib/emailCampaigns/form/SendEmailCampaignNowDialog.d.ts +1 -2
- package/lib/emailCampaigns/form/SendEmailCampaignNowDialog.d.ts.map +1 -1
- package/lib/emailCampaigns/form/SendEmailCampaignNowDialog.js +1 -3
- package/lib/emailCampaigns/form/SendManagerFields.d.ts +3 -4
- package/lib/emailCampaigns/form/SendManagerFields.d.ts.map +1 -1
- package/lib/emailCampaigns/form/SendManagerFields.gql.generated.d.ts +1 -1
- package/lib/emailCampaigns/form/SendManagerFields.gql.generated.d.ts.map +1 -1
- package/lib/emailCampaigns/form/SendManagerFields.js +27 -40
- package/lib/emailCampaigns/form/SendManagerWrapper.d.ts +4 -4
- package/lib/emailCampaigns/form/SendManagerWrapper.d.ts.map +1 -1
- package/lib/emailCampaigns/form/SendManagerWrapper.js +0 -4
- package/lib/emailCampaigns/form/TestEmailCampaignForm.d.ts +2 -3
- package/lib/emailCampaigns/form/TestEmailCampaignForm.d.ts.map +1 -1
- package/lib/emailCampaigns/form/TestEmailCampaignForm.generated.d.ts +3 -3
- package/lib/emailCampaigns/form/TestEmailCampaignForm.generated.d.ts.map +1 -1
- package/lib/emailCampaigns/form/TestEmailCampaignForm.gql.generated.d.ts +1 -1
- package/lib/emailCampaigns/form/TestEmailCampaignForm.gql.generated.d.ts.map +1 -1
- package/lib/emailCampaigns/form/TestEmailCampaignForm.js +19 -33
- package/lib/emailCampaigns/statistics/EmailCampaignStatistics.d.ts +2 -2
- package/lib/emailCampaigns/statistics/EmailCampaignStatistics.d.ts.map +1 -1
- package/lib/emailCampaigns/statistics/EmailCampaignStatistics.gql.generated.d.ts +1 -1
- package/lib/emailCampaigns/statistics/EmailCampaignStatistics.gql.generated.d.ts.map +1 -1
- package/lib/emailCampaigns/statistics/EmailCampaignStatistics.js +34 -31
- package/lib/emailCampaigns/statistics/PercentageCard.d.ts +3 -3
- package/lib/emailCampaigns/statistics/PercentageCard.d.ts.map +1 -1
- package/lib/emailCampaigns/statistics/PercentageCard.js +6 -15
- package/lib/emailCampaigns/view/EmailCampaignView.d.ts +2 -3
- package/lib/emailCampaigns/view/EmailCampaignView.d.ts.map +1 -1
- package/lib/emailCampaigns/view/EmailCampaignView.gql.generated.d.ts +1 -1
- package/lib/emailCampaigns/view/EmailCampaignView.gql.generated.d.ts.map +1 -1
- package/lib/emailCampaigns/view/EmailCampaignView.js +2 -5
- package/lib/graphql.generated.d.ts +280 -211
- package/lib/graphql.generated.d.ts.map +1 -1
- package/lib/index.d.ts +3 -3
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +0 -20
- package/lib/targetGroups/TargetGroupDialog.d.ts +4 -4
- package/lib/targetGroups/TargetGroupDialog.d.ts.map +1 -1
- package/lib/targetGroups/TargetGroupDialog.js +10 -12
- package/lib/targetGroups/TargetGroupForm.d.ts +6 -6
- package/lib/targetGroups/TargetGroupForm.d.ts.map +1 -1
- package/lib/targetGroups/TargetGroupForm.gql.d.ts +1 -1
- package/lib/targetGroups/TargetGroupForm.gql.d.ts.map +1 -1
- package/lib/targetGroups/TargetGroupForm.gql.generated.d.ts +4 -4
- package/lib/targetGroups/TargetGroupForm.gql.generated.d.ts.map +1 -1
- package/lib/targetGroups/TargetGroupForm.js +28 -33
- package/lib/targetGroups/TargetGroupsGrid.d.ts +5 -5
- package/lib/targetGroups/TargetGroupsGrid.d.ts.map +1 -1
- package/lib/targetGroups/TargetGroupsGrid.generated.d.ts +7 -7
- package/lib/targetGroups/TargetGroupsGrid.generated.d.ts.map +1 -1
- package/lib/targetGroups/TargetGroupsGrid.js +45 -55
- package/lib/targetGroups/TargetGroupsPage.d.ts +5 -5
- package/lib/targetGroups/TargetGroupsPage.d.ts.map +1 -1
- package/lib/targetGroups/TargetGroupsPage.js +0 -4
- package/lib/targetGroups/addContacts/AddContactsGridSelect.d.ts +4 -4
- package/lib/targetGroups/addContacts/AddContactsGridSelect.d.ts.map +1 -1
- package/lib/targetGroups/addContacts/AddContactsGridSelect.gql.generated.d.ts +9 -9
- package/lib/targetGroups/addContacts/AddContactsGridSelect.gql.generated.d.ts.map +1 -1
- package/lib/targetGroups/addContacts/AddContactsGridSelect.js +43 -52
- package/lib/targetGroups/allAssignedContacts/AllAssignedContactsGrid.d.ts +4 -4
- package/lib/targetGroups/allAssignedContacts/AllAssignedContactsGrid.d.ts.map +1 -1
- package/lib/targetGroups/allAssignedContacts/AllAssignedContactsGrid.gql.generated.d.ts +4 -4
- package/lib/targetGroups/allAssignedContacts/AllAssignedContactsGrid.gql.generated.d.ts.map +1 -1
- package/lib/targetGroups/allAssignedContacts/AllAssignedContactsGrid.js +9 -14
- package/package.json +71 -72
- package/lib/temp/CrudMoreActionsMenu.d.ts +0 -23
- package/lib/temp/CrudMoreActionsMenu.d.ts.map +0 -1
- package/lib/temp/CrudMoreActionsMenu.js +0 -208
|
@@ -11,227 +11,264 @@ export type MakeOptional<T, K extends keyof T> = Omit<T, K> & {
|
|
|
11
11
|
export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & {
|
|
12
12
|
[SubKey in K]: Maybe<T[SubKey]>;
|
|
13
13
|
};
|
|
14
|
+
export type MakeEmpty<T extends {
|
|
15
|
+
[key: string]: unknown;
|
|
16
|
+
}, K extends keyof T> = {
|
|
17
|
+
[_ in K]?: never;
|
|
18
|
+
};
|
|
19
|
+
export type Incremental<T> = T | {
|
|
20
|
+
[P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never;
|
|
21
|
+
};
|
|
14
22
|
/** All built-in and custom scalars, mapped to their actual values */
|
|
15
23
|
export type Scalars = {
|
|
16
|
-
ID:
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
24
|
+
ID: {
|
|
25
|
+
input: string;
|
|
26
|
+
output: string;
|
|
27
|
+
};
|
|
28
|
+
String: {
|
|
29
|
+
input: string;
|
|
30
|
+
output: string;
|
|
31
|
+
};
|
|
32
|
+
Boolean: {
|
|
33
|
+
input: boolean;
|
|
34
|
+
output: boolean;
|
|
35
|
+
};
|
|
36
|
+
Int: {
|
|
37
|
+
input: number;
|
|
38
|
+
output: number;
|
|
39
|
+
};
|
|
40
|
+
Float: {
|
|
41
|
+
input: number;
|
|
42
|
+
output: number;
|
|
43
|
+
};
|
|
21
44
|
/** A date-time string at UTC, such as 2019-12-03T09:54:33Z, compliant with the date-time format. */
|
|
22
|
-
DateTime:
|
|
45
|
+
DateTime: {
|
|
46
|
+
input: any;
|
|
47
|
+
output: any;
|
|
48
|
+
};
|
|
23
49
|
/** EmailCampaignContent root block data */
|
|
24
|
-
EmailCampaignContentBlockData:
|
|
50
|
+
EmailCampaignContentBlockData: {
|
|
51
|
+
input: any;
|
|
52
|
+
output: any;
|
|
53
|
+
};
|
|
25
54
|
/** EmailCampaignContent root block input */
|
|
26
|
-
EmailCampaignContentBlockInput:
|
|
55
|
+
EmailCampaignContentBlockInput: {
|
|
56
|
+
input: any;
|
|
57
|
+
output: any;
|
|
58
|
+
};
|
|
27
59
|
/** The `JSONObject` scalar type represents JSON objects as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf). */
|
|
28
|
-
JSONObject:
|
|
60
|
+
JSONObject: {
|
|
61
|
+
input: any;
|
|
62
|
+
output: any;
|
|
63
|
+
};
|
|
29
64
|
};
|
|
30
65
|
export type GQLAddBrevoContactsInput = {
|
|
31
|
-
brevoContactIds: Array<Scalars['Int']>;
|
|
66
|
+
brevoContactIds: Array<Scalars['Int']['input']>;
|
|
32
67
|
};
|
|
33
68
|
export type GQLBooleanFilter = {
|
|
34
|
-
equal?: InputMaybe<Scalars['Boolean']>;
|
|
69
|
+
equal?: InputMaybe<Scalars['Boolean']['input']>;
|
|
35
70
|
};
|
|
36
71
|
export type GQLBrevoApiCampaignStatistics = {
|
|
37
72
|
__typename?: 'BrevoApiCampaignStatistics';
|
|
38
73
|
/** Number of total clicks for the campaign */
|
|
39
|
-
clickers: Scalars['Int'];
|
|
74
|
+
clickers: Scalars['Int']['output'];
|
|
40
75
|
/** Number of complaints (Spam reports) for the campaign */
|
|
41
|
-
complaints: Scalars['Int'];
|
|
76
|
+
complaints: Scalars['Int']['output'];
|
|
42
77
|
/** Number of delivered emails for the campaign */
|
|
43
|
-
delivered: Scalars['Int'];
|
|
78
|
+
delivered: Scalars['Int']['output'];
|
|
44
79
|
/** Rate of recipients without any privacy protection option enabled in their email client, applied to all delivered emails */
|
|
45
|
-
estimatedViews: Scalars['Int'];
|
|
80
|
+
estimatedViews: Scalars['Int']['output'];
|
|
46
81
|
/** Number of hardbounces for the campaign */
|
|
47
|
-
hardBounces: Scalars['Int'];
|
|
82
|
+
hardBounces: Scalars['Int']['output'];
|
|
48
83
|
/** Number of sent emails for the campaign */
|
|
49
|
-
sent: Scalars['Int'];
|
|
84
|
+
sent: Scalars['Int']['output'];
|
|
50
85
|
/** Number of softbounce for the campaign */
|
|
51
|
-
softBounces: Scalars['Int'];
|
|
86
|
+
softBounces: Scalars['Int']['output'];
|
|
52
87
|
/** Number of unique openings for the campaign */
|
|
53
|
-
trackableViews: Scalars['Int'];
|
|
88
|
+
trackableViews: Scalars['Int']['output'];
|
|
54
89
|
/** Number of unique clicks for the campaign */
|
|
55
|
-
uniqueClicks: Scalars['Int'];
|
|
90
|
+
uniqueClicks: Scalars['Int']['output'];
|
|
56
91
|
/** Number of unique openings for the campaign */
|
|
57
|
-
uniqueViews: Scalars['Int'];
|
|
92
|
+
uniqueViews: Scalars['Int']['output'];
|
|
58
93
|
/** Number of unsubscription for the campaign */
|
|
59
|
-
unsubscriptions: Scalars['Int'];
|
|
94
|
+
unsubscriptions: Scalars['Int']['output'];
|
|
60
95
|
/** Number of openings for the campaign */
|
|
61
|
-
viewed: Scalars['Int'];
|
|
96
|
+
viewed: Scalars['Int']['output'];
|
|
62
97
|
};
|
|
63
98
|
export type GQLBrevoApiEmailTemplate = {
|
|
64
99
|
__typename?: 'BrevoApiEmailTemplate';
|
|
65
|
-
createdAt: Scalars['String'];
|
|
66
|
-
htmlContent: Scalars['String'];
|
|
67
|
-
id: Scalars['ID'];
|
|
68
|
-
isActive: Scalars['Boolean'];
|
|
69
|
-
modifiedAt: Scalars['String'];
|
|
70
|
-
name: Scalars['String'];
|
|
71
|
-
replyTo: Scalars['String'];
|
|
100
|
+
createdAt: Scalars['String']['output'];
|
|
101
|
+
htmlContent: Scalars['String']['output'];
|
|
102
|
+
id: Scalars['ID']['output'];
|
|
103
|
+
isActive: Scalars['Boolean']['output'];
|
|
104
|
+
modifiedAt: Scalars['String']['output'];
|
|
105
|
+
name: Scalars['String']['output'];
|
|
106
|
+
replyTo: Scalars['String']['output'];
|
|
72
107
|
sender: GQLBrevoApiEmailTemplateSender;
|
|
73
|
-
subject: Scalars['String'];
|
|
74
|
-
tag: Scalars['String'];
|
|
75
|
-
testSent: Scalars['Boolean'];
|
|
76
|
-
toField: Scalars['String'];
|
|
108
|
+
subject: Scalars['String']['output'];
|
|
109
|
+
tag: Scalars['String']['output'];
|
|
110
|
+
testSent: Scalars['Boolean']['output'];
|
|
111
|
+
toField: Scalars['String']['output'];
|
|
77
112
|
};
|
|
78
113
|
export type GQLBrevoApiEmailTemplateSender = {
|
|
79
114
|
__typename?: 'BrevoApiEmailTemplateSender';
|
|
80
|
-
email: Scalars['String'];
|
|
81
|
-
id: Maybe<Scalars['String']>;
|
|
82
|
-
subject: Maybe<Scalars['String']>;
|
|
115
|
+
email: Scalars['String']['output'];
|
|
116
|
+
id: Maybe<Scalars['String']['output']>;
|
|
117
|
+
subject: Maybe<Scalars['String']['output']>;
|
|
83
118
|
};
|
|
84
119
|
export type GQLBrevoApiSender = {
|
|
85
120
|
__typename?: 'BrevoApiSender';
|
|
86
|
-
active: Scalars['Boolean'];
|
|
87
|
-
email: Scalars['String'];
|
|
88
|
-
id: Scalars['ID'];
|
|
121
|
+
active: Scalars['Boolean']['output'];
|
|
122
|
+
email: Scalars['String']['output'];
|
|
123
|
+
id: Scalars['ID']['output'];
|
|
89
124
|
ips: Maybe<Array<GQLBrevoIp>>;
|
|
90
|
-
name: Scalars['String'];
|
|
125
|
+
name: Scalars['String']['output'];
|
|
91
126
|
};
|
|
92
127
|
export type GQLBrevoConfig = GQLDocumentInterface & {
|
|
93
128
|
__typename?: 'BrevoConfig';
|
|
94
|
-
allowedRedirectionUrl: Scalars['String'];
|
|
95
|
-
createdAt: Scalars['DateTime'];
|
|
96
|
-
doubleOptInTemplateId: Scalars['Int'];
|
|
97
|
-
folderId: Scalars['Int'];
|
|
98
|
-
id: Scalars['ID'];
|
|
129
|
+
allowedRedirectionUrl: Scalars['String']['output'];
|
|
130
|
+
createdAt: Scalars['DateTime']['output'];
|
|
131
|
+
doubleOptInTemplateId: Scalars['Int']['output'];
|
|
132
|
+
folderId: Scalars['Int']['output'];
|
|
133
|
+
id: Scalars['ID']['output'];
|
|
99
134
|
scope: GQLEmailCampaignContentScope;
|
|
100
|
-
senderMail: Scalars['String'];
|
|
101
|
-
senderName: Scalars['String'];
|
|
102
|
-
unsubscriptionPageId: Scalars['String'];
|
|
103
|
-
updatedAt: Scalars['DateTime'];
|
|
135
|
+
senderMail: Scalars['String']['output'];
|
|
136
|
+
senderName: Scalars['String']['output'];
|
|
137
|
+
unsubscriptionPageId: Scalars['String']['output'];
|
|
138
|
+
updatedAt: Scalars['DateTime']['output'];
|
|
104
139
|
};
|
|
105
140
|
export type GQLBrevoConfigInput = {
|
|
106
|
-
allowedRedirectionUrl: Scalars['String'];
|
|
107
|
-
doubleOptInTemplateId: Scalars['Int'];
|
|
108
|
-
folderId: Scalars['Int'];
|
|
109
|
-
senderMail: Scalars['String'];
|
|
110
|
-
senderName: Scalars['String'];
|
|
111
|
-
unsubscriptionPageId: Scalars['String'];
|
|
141
|
+
allowedRedirectionUrl: Scalars['String']['input'];
|
|
142
|
+
doubleOptInTemplateId: Scalars['Int']['input'];
|
|
143
|
+
folderId: Scalars['Int']['input'];
|
|
144
|
+
senderMail: Scalars['String']['input'];
|
|
145
|
+
senderName: Scalars['String']['input'];
|
|
146
|
+
unsubscriptionPageId: Scalars['String']['input'];
|
|
112
147
|
};
|
|
113
148
|
export type GQLBrevoConfigUpdateInput = {
|
|
114
|
-
allowedRedirectionUrl?: InputMaybe<Scalars['String']>;
|
|
115
|
-
doubleOptInTemplateId?: InputMaybe<Scalars['Int']>;
|
|
116
|
-
folderId?: InputMaybe<Scalars['Int']>;
|
|
117
|
-
senderMail?: InputMaybe<Scalars['String']>;
|
|
118
|
-
senderName?: InputMaybe<Scalars['String']>;
|
|
119
|
-
unsubscriptionPageId?: InputMaybe<Scalars['String']>;
|
|
149
|
+
allowedRedirectionUrl?: InputMaybe<Scalars['String']['input']>;
|
|
150
|
+
doubleOptInTemplateId?: InputMaybe<Scalars['Int']['input']>;
|
|
151
|
+
folderId?: InputMaybe<Scalars['Int']['input']>;
|
|
152
|
+
senderMail?: InputMaybe<Scalars['String']['input']>;
|
|
153
|
+
senderName?: InputMaybe<Scalars['String']['input']>;
|
|
154
|
+
unsubscriptionPageId?: InputMaybe<Scalars['String']['input']>;
|
|
120
155
|
};
|
|
121
156
|
export type GQLBrevoContact = {
|
|
122
157
|
__typename?: 'BrevoContact';
|
|
123
|
-
createdAt: Scalars['String'];
|
|
124
|
-
email: Scalars['String'];
|
|
125
|
-
emailBlacklisted: Scalars['Boolean'];
|
|
126
|
-
id: Scalars['Int'];
|
|
127
|
-
listIds: Array<Scalars['Int']>;
|
|
128
|
-
listUnsubscribed: Array<Scalars['Int']>;
|
|
129
|
-
modifiedAt: Scalars['String'];
|
|
130
|
-
smsBlacklisted: Scalars['Boolean'];
|
|
158
|
+
createdAt: Scalars['String']['output'];
|
|
159
|
+
email: Scalars['String']['output'];
|
|
160
|
+
emailBlacklisted: Scalars['Boolean']['output'];
|
|
161
|
+
id: Scalars['Int']['output'];
|
|
162
|
+
listIds: Array<Scalars['Int']['output']>;
|
|
163
|
+
listUnsubscribed: Array<Scalars['Int']['output']>;
|
|
164
|
+
modifiedAt: Scalars['String']['output'];
|
|
165
|
+
smsBlacklisted: Scalars['Boolean']['output'];
|
|
131
166
|
};
|
|
132
167
|
export type GQLBrevoContactFilterAttributesInput = {
|
|
133
|
-
thisFilterHasNoFields____?: InputMaybe<Array<Scalars['String']>>;
|
|
168
|
+
thisFilterHasNoFields____?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
134
169
|
};
|
|
135
170
|
export type GQLBrevoContactInput = {
|
|
136
|
-
blocked: Scalars['Boolean'];
|
|
137
|
-
email: Scalars['String'];
|
|
138
|
-
redirectionUrl: Scalars['String'];
|
|
139
|
-
sendDoubleOptIn?: Scalars['Boolean'];
|
|
171
|
+
blocked: Scalars['Boolean']['input'];
|
|
172
|
+
email: Scalars['String']['input'];
|
|
173
|
+
redirectionUrl: Scalars['String']['input'];
|
|
174
|
+
sendDoubleOptIn?: Scalars['Boolean']['input'];
|
|
140
175
|
};
|
|
141
176
|
export type GQLBrevoContactUpdateInput = {
|
|
142
|
-
blocked: Scalars['Boolean'];
|
|
177
|
+
blocked: Scalars['Boolean']['input'];
|
|
143
178
|
};
|
|
144
179
|
export type GQLBrevoEmailCampaign = GQLDocumentInterface & {
|
|
145
180
|
__typename?: 'BrevoEmailCampaign';
|
|
146
|
-
brevoId: Maybe<Scalars['Int']>;
|
|
181
|
+
brevoId: Maybe<Scalars['Int']['output']>;
|
|
147
182
|
brevoTargetGroups: Array<GQLBrevoTargetGroup>;
|
|
148
|
-
content: Scalars['EmailCampaignContentBlockData'];
|
|
149
|
-
createdAt: Scalars['DateTime'];
|
|
150
|
-
id: Scalars['ID'];
|
|
151
|
-
scheduledAt: Maybe<Scalars['DateTime']>;
|
|
183
|
+
content: Scalars['EmailCampaignContentBlockData']['output'];
|
|
184
|
+
createdAt: Scalars['DateTime']['output'];
|
|
185
|
+
id: Scalars['ID']['output'];
|
|
186
|
+
scheduledAt: Maybe<Scalars['DateTime']['output']>;
|
|
152
187
|
scope: GQLEmailCampaignContentScope;
|
|
153
188
|
sendingState: GQLSendingState;
|
|
154
|
-
subject: Scalars['String'];
|
|
189
|
+
subject: Scalars['String']['output'];
|
|
155
190
|
targetGroups: Array<GQLBrevoTargetGroup>;
|
|
156
|
-
title: Scalars['String'];
|
|
157
|
-
updatedAt: Scalars['DateTime'];
|
|
191
|
+
title: Scalars['String']['output'];
|
|
192
|
+
updatedAt: Scalars['DateTime']['output'];
|
|
158
193
|
};
|
|
159
194
|
export type GQLBrevoIp = {
|
|
160
195
|
__typename?: 'BrevoIp';
|
|
161
|
-
domain: Scalars['String'];
|
|
162
|
-
ip: Scalars['String'];
|
|
163
|
-
weight: Scalars['Int'];
|
|
196
|
+
domain: Scalars['String']['output'];
|
|
197
|
+
ip: Scalars['String']['output'];
|
|
198
|
+
weight: Scalars['Int']['output'];
|
|
164
199
|
};
|
|
165
200
|
export type GQLBrevoTargetGroup = GQLDocumentInterface & {
|
|
166
201
|
__typename?: 'BrevoTargetGroup';
|
|
167
|
-
assignedContactsTargetGroupBrevoId: Maybe<Scalars['Int']>;
|
|
168
|
-
brevoId: Scalars['Int'];
|
|
169
|
-
brevoTotalSubscribers: Scalars['Int'];
|
|
170
|
-
createdAt: Scalars['DateTime'];
|
|
171
|
-
id: Scalars['ID'];
|
|
172
|
-
isMainList: Scalars['Boolean'];
|
|
173
|
-
isTestList: Scalars['Boolean'];
|
|
202
|
+
assignedContactsTargetGroupBrevoId: Maybe<Scalars['Int']['output']>;
|
|
203
|
+
brevoId: Scalars['Int']['output'];
|
|
204
|
+
brevoTotalSubscribers: Scalars['Int']['output'];
|
|
205
|
+
createdAt: Scalars['DateTime']['output'];
|
|
206
|
+
id: Scalars['ID']['output'];
|
|
207
|
+
isMainList: Scalars['Boolean']['output'];
|
|
208
|
+
isTestList: Scalars['Boolean']['output'];
|
|
174
209
|
scope: GQLEmailCampaignContentScope;
|
|
175
|
-
title: Scalars['String'];
|
|
176
|
-
totalSubscribers: Scalars['Int'];
|
|
177
|
-
updatedAt: Scalars['DateTime'];
|
|
210
|
+
title: Scalars['String']['output'];
|
|
211
|
+
totalSubscribers: Scalars['Int']['output'];
|
|
212
|
+
updatedAt: Scalars['DateTime']['output'];
|
|
178
213
|
};
|
|
179
214
|
export type GQLBrevoTestContactInput = {
|
|
180
|
-
blocked: Scalars['Boolean'];
|
|
181
|
-
email: Scalars['String'];
|
|
215
|
+
blocked: Scalars['Boolean']['input'];
|
|
216
|
+
email: Scalars['String']['input'];
|
|
182
217
|
};
|
|
183
218
|
export type GQLCsvImportInformation = {
|
|
184
219
|
__typename?: 'CsvImportInformation';
|
|
185
|
-
blacklisted: Scalars['Int'];
|
|
186
|
-
blacklistedColumns: Maybe<Array<Scalars['JSONObject']>>;
|
|
187
|
-
created: Scalars['Int'];
|
|
188
|
-
errorMessage: Maybe<Scalars['String']>;
|
|
189
|
-
failed: Scalars['Int'];
|
|
190
|
-
failedColumns: Maybe<Array<Scalars['JSONObject']>>;
|
|
191
|
-
updated: Scalars['Int'];
|
|
220
|
+
blacklisted: Scalars['Int']['output'];
|
|
221
|
+
blacklistedColumns: Maybe<Array<Scalars['JSONObject']['output']>>;
|
|
222
|
+
created: Scalars['Int']['output'];
|
|
223
|
+
errorMessage: Maybe<Scalars['String']['output']>;
|
|
224
|
+
failed: Scalars['Int']['output'];
|
|
225
|
+
failedColumns: Maybe<Array<Scalars['JSONObject']['output']>>;
|
|
226
|
+
updated: Scalars['Int']['output'];
|
|
192
227
|
};
|
|
193
228
|
export type GQLCurrentUserPermission = {
|
|
194
229
|
__typename?: 'CurrentUserPermission';
|
|
195
|
-
contentScopes: Array<Scalars['JSONObject']>;
|
|
196
|
-
permission:
|
|
230
|
+
contentScopes: Array<Scalars['JSONObject']['output']>;
|
|
231
|
+
permission: GQLPermission;
|
|
197
232
|
};
|
|
198
233
|
export type GQLDamMediaAlternative = {
|
|
199
234
|
__typename?: 'DamMediaAlternative';
|
|
200
|
-
id: Scalars['ID'];
|
|
201
|
-
language: Scalars['String'];
|
|
235
|
+
id: Scalars['ID']['output'];
|
|
236
|
+
language: Scalars['String']['output'];
|
|
202
237
|
type: GQLDamMediaAlternativeType;
|
|
203
238
|
};
|
|
204
239
|
export type GQLDamMediaAlternativeType = 'captions';
|
|
205
240
|
export type GQLDateTimeFilter = {
|
|
206
|
-
equal?: InputMaybe<Scalars['DateTime']>;
|
|
207
|
-
greaterThan?: InputMaybe<Scalars['DateTime']>;
|
|
208
|
-
greaterThanEqual?: InputMaybe<Scalars['DateTime']>;
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
241
|
+
equal?: InputMaybe<Scalars['DateTime']['input']>;
|
|
242
|
+
greaterThan?: InputMaybe<Scalars['DateTime']['input']>;
|
|
243
|
+
greaterThanEqual?: InputMaybe<Scalars['DateTime']['input']>;
|
|
244
|
+
isEmpty?: InputMaybe<Scalars['Boolean']['input']>;
|
|
245
|
+
isNotEmpty?: InputMaybe<Scalars['Boolean']['input']>;
|
|
246
|
+
lowerThan?: InputMaybe<Scalars['DateTime']['input']>;
|
|
247
|
+
lowerThanEqual?: InputMaybe<Scalars['DateTime']['input']>;
|
|
248
|
+
notEqual?: InputMaybe<Scalars['DateTime']['input']>;
|
|
212
249
|
};
|
|
213
250
|
export type GQLDependency = {
|
|
214
251
|
__typename?: 'Dependency';
|
|
215
|
-
jsonPath: Scalars['String'];
|
|
216
|
-
name: Maybe<Scalars['String']>;
|
|
217
|
-
rootColumnName: Scalars['String'];
|
|
218
|
-
rootGraphqlObjectType: Scalars['String'];
|
|
219
|
-
rootId: Scalars['String'];
|
|
220
|
-
secondaryInformation: Maybe<Scalars['String']>;
|
|
221
|
-
targetGraphqlObjectType: Scalars['String'];
|
|
222
|
-
targetId: Scalars['String'];
|
|
223
|
-
visible: Scalars['Boolean'];
|
|
252
|
+
jsonPath: Scalars['String']['output'];
|
|
253
|
+
name: Maybe<Scalars['String']['output']>;
|
|
254
|
+
rootColumnName: Scalars['String']['output'];
|
|
255
|
+
rootGraphqlObjectType: Scalars['String']['output'];
|
|
256
|
+
rootId: Scalars['String']['output'];
|
|
257
|
+
secondaryInformation: Maybe<Scalars['String']['output']>;
|
|
258
|
+
targetGraphqlObjectType: Scalars['String']['output'];
|
|
259
|
+
targetId: Scalars['String']['output'];
|
|
260
|
+
visible: Scalars['Boolean']['output'];
|
|
224
261
|
};
|
|
225
262
|
export type GQLDocumentInterface = {
|
|
226
|
-
id: Scalars['ID'];
|
|
227
|
-
updatedAt: Scalars['DateTime'];
|
|
263
|
+
id: Scalars['ID']['output'];
|
|
264
|
+
updatedAt: Scalars['DateTime']['output'];
|
|
228
265
|
};
|
|
229
266
|
export type GQLEmailCampaignContentScope = {
|
|
230
267
|
__typename?: 'EmailCampaignContentScope';
|
|
231
|
-
thisScopeHasNoFields____: Maybe<Scalars['String']>;
|
|
268
|
+
thisScopeHasNoFields____: Maybe<Scalars['String']['output']>;
|
|
232
269
|
};
|
|
233
270
|
export type GQLEmailCampaignContentScopeInput = {
|
|
234
|
-
thisScopeHasNoFields____?: InputMaybe<Scalars['String']>;
|
|
271
|
+
thisScopeHasNoFields____?: InputMaybe<Scalars['String']['input']>;
|
|
235
272
|
};
|
|
236
273
|
export type GQLEmailCampaignFilter = {
|
|
237
274
|
and?: InputMaybe<Array<GQLEmailCampaignFilter>>;
|
|
@@ -244,11 +281,11 @@ export type GQLEmailCampaignFilter = {
|
|
|
244
281
|
updatedAt?: InputMaybe<GQLDateTimeFilter>;
|
|
245
282
|
};
|
|
246
283
|
export type GQLEmailCampaignInput = {
|
|
247
|
-
brevoTargetGroups: Array<Scalars['ID']>;
|
|
248
|
-
content: Scalars['EmailCampaignContentBlockInput'];
|
|
249
|
-
scheduledAt?: InputMaybe<Scalars['DateTime']>;
|
|
250
|
-
subject: Scalars['String'];
|
|
251
|
-
title: Scalars['String'];
|
|
284
|
+
brevoTargetGroups: Array<Scalars['ID']['input']>;
|
|
285
|
+
content: Scalars['EmailCampaignContentBlockInput']['input'];
|
|
286
|
+
scheduledAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
287
|
+
subject: Scalars['String']['input'];
|
|
288
|
+
title: Scalars['String']['input'];
|
|
252
289
|
};
|
|
253
290
|
export type GQLEmailCampaignSort = {
|
|
254
291
|
direction?: GQLSortDirection;
|
|
@@ -256,36 +293,36 @@ export type GQLEmailCampaignSort = {
|
|
|
256
293
|
};
|
|
257
294
|
export type GQLEmailCampaignSortField = 'createdAt' | 'scheduledAt' | 'subject' | 'title' | 'updatedAt';
|
|
258
295
|
export type GQLEmailCampaignUpdateInput = {
|
|
259
|
-
brevoTargetGroups?: InputMaybe<Array<Scalars['ID']>>;
|
|
260
|
-
content?: InputMaybe<Scalars['EmailCampaignContentBlockInput']>;
|
|
261
|
-
scheduledAt?: InputMaybe<Scalars['DateTime']>;
|
|
262
|
-
subject?: InputMaybe<Scalars['String']>;
|
|
263
|
-
title?: InputMaybe<Scalars['String']>;
|
|
296
|
+
brevoTargetGroups?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
297
|
+
content?: InputMaybe<Scalars['EmailCampaignContentBlockInput']['input']>;
|
|
298
|
+
scheduledAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
299
|
+
subject?: InputMaybe<Scalars['String']['input']>;
|
|
300
|
+
title?: InputMaybe<Scalars['String']['input']>;
|
|
264
301
|
};
|
|
265
302
|
export type GQLFocalPoint = 'CENTER' | 'NORTHEAST' | 'NORTHWEST' | 'SMART' | 'SOUTHEAST' | 'SOUTHWEST';
|
|
266
303
|
export type GQLImageCropArea = {
|
|
267
304
|
__typename?: 'ImageCropArea';
|
|
268
305
|
focalPoint: GQLFocalPoint;
|
|
269
|
-
height: Maybe<Scalars['Float']>;
|
|
270
|
-
width: Maybe<Scalars['Float']>;
|
|
271
|
-
x: Maybe<Scalars['Float']>;
|
|
272
|
-
y: Maybe<Scalars['Float']>;
|
|
306
|
+
height: Maybe<Scalars['Float']['output']>;
|
|
307
|
+
width: Maybe<Scalars['Float']['output']>;
|
|
308
|
+
x: Maybe<Scalars['Float']['output']>;
|
|
309
|
+
y: Maybe<Scalars['Float']['output']>;
|
|
273
310
|
};
|
|
274
311
|
export type GQLMutation = {
|
|
275
312
|
__typename?: 'Mutation';
|
|
276
|
-
addBrevoContactsToTargetGroup: Scalars['Boolean'];
|
|
313
|
+
addBrevoContactsToTargetGroup: Scalars['Boolean']['output'];
|
|
277
314
|
createBrevoConfig: GQLBrevoConfig;
|
|
278
315
|
createBrevoContact: GQLSubscribeResponse;
|
|
279
316
|
createBrevoEmailCampaign: GQLBrevoEmailCampaign;
|
|
280
317
|
createBrevoTargetGroup: GQLBrevoTargetGroup;
|
|
281
318
|
createBrevoTestContact: GQLSubscribeResponse;
|
|
282
|
-
deleteBrevoContact: Scalars['Boolean'];
|
|
283
|
-
deleteBrevoEmailCampaign: Scalars['Boolean'];
|
|
284
|
-
deleteBrevoTargetGroup: Scalars['Boolean'];
|
|
285
|
-
deleteBrevoTestContact: Scalars['Boolean'];
|
|
286
|
-
removeBrevoContactFromTargetGroup: Scalars['Boolean'];
|
|
287
|
-
sendBrevoEmailCampaignNow: Scalars['Boolean'];
|
|
288
|
-
sendBrevoEmailCampaignToTestEmails: Scalars['Boolean'];
|
|
319
|
+
deleteBrevoContact: Scalars['Boolean']['output'];
|
|
320
|
+
deleteBrevoEmailCampaign: Scalars['Boolean']['output'];
|
|
321
|
+
deleteBrevoTargetGroup: Scalars['Boolean']['output'];
|
|
322
|
+
deleteBrevoTestContact: Scalars['Boolean']['output'];
|
|
323
|
+
removeBrevoContactFromTargetGroup: Scalars['Boolean']['output'];
|
|
324
|
+
sendBrevoEmailCampaignNow: Scalars['Boolean']['output'];
|
|
325
|
+
sendBrevoEmailCampaignToTestEmails: Scalars['Boolean']['output'];
|
|
289
326
|
startBrevoContactImport: GQLCsvImportInformation;
|
|
290
327
|
subscribeBrevoContact: GQLSubscribeResponse;
|
|
291
328
|
updateBrevoConfig: GQLBrevoConfig;
|
|
@@ -294,7 +331,7 @@ export type GQLMutation = {
|
|
|
294
331
|
updateBrevoTargetGroup: GQLBrevoTargetGroup;
|
|
295
332
|
};
|
|
296
333
|
export type GQLMutationaddBrevoContactsToTargetGroupArgs = {
|
|
297
|
-
id: Scalars['ID'];
|
|
334
|
+
id: Scalars['ID']['input'];
|
|
298
335
|
input: GQLAddBrevoContactsInput;
|
|
299
336
|
};
|
|
300
337
|
export type GQLMutationcreateBrevoConfigArgs = {
|
|
@@ -318,75 +355,76 @@ export type GQLMutationcreateBrevoTestContactArgs = {
|
|
|
318
355
|
scope: GQLEmailCampaignContentScopeInput;
|
|
319
356
|
};
|
|
320
357
|
export type GQLMutationdeleteBrevoContactArgs = {
|
|
321
|
-
id: Scalars['Int'];
|
|
358
|
+
id: Scalars['Int']['input'];
|
|
322
359
|
scope: GQLEmailCampaignContentScopeInput;
|
|
323
360
|
};
|
|
324
361
|
export type GQLMutationdeleteBrevoEmailCampaignArgs = {
|
|
325
|
-
id: Scalars['ID'];
|
|
362
|
+
id: Scalars['ID']['input'];
|
|
326
363
|
};
|
|
327
364
|
export type GQLMutationdeleteBrevoTargetGroupArgs = {
|
|
328
|
-
id: Scalars['ID'];
|
|
365
|
+
id: Scalars['ID']['input'];
|
|
329
366
|
};
|
|
330
367
|
export type GQLMutationdeleteBrevoTestContactArgs = {
|
|
331
|
-
id: Scalars['Int'];
|
|
368
|
+
id: Scalars['Int']['input'];
|
|
332
369
|
scope: GQLEmailCampaignContentScopeInput;
|
|
333
370
|
};
|
|
334
371
|
export type GQLMutationremoveBrevoContactFromTargetGroupArgs = {
|
|
335
|
-
id: Scalars['ID'];
|
|
372
|
+
id: Scalars['ID']['input'];
|
|
336
373
|
input: GQLRemoveBrevoContactInput;
|
|
337
374
|
};
|
|
338
375
|
export type GQLMutationsendBrevoEmailCampaignNowArgs = {
|
|
339
|
-
id: Scalars['ID'];
|
|
376
|
+
id: Scalars['ID']['input'];
|
|
340
377
|
};
|
|
341
378
|
export type GQLMutationsendBrevoEmailCampaignToTestEmailsArgs = {
|
|
342
379
|
data: GQLSendTestEmailCampaignArgs;
|
|
343
|
-
id: Scalars['ID'];
|
|
380
|
+
id: Scalars['ID']['input'];
|
|
344
381
|
};
|
|
345
382
|
export type GQLMutationstartBrevoContactImportArgs = {
|
|
346
|
-
fileId: Scalars['ID'];
|
|
383
|
+
fileId: Scalars['ID']['input'];
|
|
347
384
|
scope: GQLEmailCampaignContentScopeInput;
|
|
348
|
-
sendDoubleOptIn: Scalars['Boolean'];
|
|
349
|
-
targetGroupIds?: InputMaybe<Array<Scalars['ID']>>;
|
|
385
|
+
sendDoubleOptIn: Scalars['Boolean']['input'];
|
|
386
|
+
targetGroupIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
350
387
|
};
|
|
351
388
|
export type GQLMutationsubscribeBrevoContactArgs = {
|
|
352
389
|
input: GQLSubscribeInput;
|
|
353
390
|
scope: GQLEmailCampaignContentScopeInput;
|
|
354
391
|
};
|
|
355
392
|
export type GQLMutationupdateBrevoConfigArgs = {
|
|
356
|
-
id: Scalars['ID'];
|
|
393
|
+
id: Scalars['ID']['input'];
|
|
357
394
|
input: GQLBrevoConfigUpdateInput;
|
|
358
|
-
lastUpdatedAt?: InputMaybe<Scalars['DateTime']>;
|
|
395
|
+
lastUpdatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
359
396
|
};
|
|
360
397
|
export type GQLMutationupdateBrevoContactArgs = {
|
|
361
|
-
id: Scalars['Int'];
|
|
398
|
+
id: Scalars['Int']['input'];
|
|
362
399
|
input: GQLBrevoContactUpdateInput;
|
|
363
400
|
scope: GQLEmailCampaignContentScopeInput;
|
|
364
401
|
};
|
|
365
402
|
export type GQLMutationupdateBrevoEmailCampaignArgs = {
|
|
366
|
-
id: Scalars['ID'];
|
|
403
|
+
id: Scalars['ID']['input'];
|
|
367
404
|
input: GQLEmailCampaignUpdateInput;
|
|
368
|
-
lastUpdatedAt?: InputMaybe<Scalars['DateTime']>;
|
|
405
|
+
lastUpdatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
369
406
|
};
|
|
370
407
|
export type GQLMutationupdateBrevoTargetGroupArgs = {
|
|
371
|
-
id: Scalars['ID'];
|
|
408
|
+
id: Scalars['ID']['input'];
|
|
372
409
|
input: GQLTargetGroupUpdateInput;
|
|
373
|
-
lastUpdatedAt?: InputMaybe<Scalars['DateTime']>;
|
|
410
|
+
lastUpdatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
374
411
|
};
|
|
375
412
|
export type GQLPaginatedBrevoContacts = {
|
|
376
413
|
__typename?: 'PaginatedBrevoContacts';
|
|
377
414
|
nodes: Array<GQLBrevoContact>;
|
|
378
|
-
totalCount: Scalars['Int'];
|
|
415
|
+
totalCount: Scalars['Int']['output'];
|
|
379
416
|
};
|
|
380
417
|
export type GQLPaginatedEmailCampaigns = {
|
|
381
418
|
__typename?: 'PaginatedEmailCampaigns';
|
|
382
419
|
nodes: Array<GQLBrevoEmailCampaign>;
|
|
383
|
-
totalCount: Scalars['Int'];
|
|
420
|
+
totalCount: Scalars['Int']['output'];
|
|
384
421
|
};
|
|
385
422
|
export type GQLPaginatedTargetGroups = {
|
|
386
423
|
__typename?: 'PaginatedTargetGroups';
|
|
387
424
|
nodes: Array<GQLBrevoTargetGroup>;
|
|
388
|
-
totalCount: Scalars['Int'];
|
|
425
|
+
totalCount: Scalars['Int']['output'];
|
|
389
426
|
};
|
|
427
|
+
export type GQLPermission = 'blockPreview' | 'brevoNewsletter' | 'brevoNewsletterConfig' | 'builds' | 'cronJobs' | 'dam' | 'dependencies' | 'fileUploads' | 'impersonation' | 'pageTree' | 'prelogin' | 'sitePreview' | 'translation' | 'userPermissions' | 'warnings';
|
|
390
428
|
export type GQLQuery = {
|
|
391
429
|
__typename?: 'Query';
|
|
392
430
|
brevoConfig: Maybe<GQLBrevoConfig>;
|
|
@@ -400,75 +438,75 @@ export type GQLQuery = {
|
|
|
400
438
|
brevoTargetGroup: GQLBrevoTargetGroup;
|
|
401
439
|
brevoTargetGroups: GQLPaginatedTargetGroups;
|
|
402
440
|
brevoTestContacts: GQLPaginatedBrevoContacts;
|
|
403
|
-
isBrevoConfigDefined: Scalars['Boolean'];
|
|
441
|
+
isBrevoConfigDefined: Scalars['Boolean']['output'];
|
|
404
442
|
manuallyAssignedBrevoContacts: GQLPaginatedBrevoContacts;
|
|
405
443
|
};
|
|
406
444
|
export type GQLQuerybrevoConfigArgs = {
|
|
407
445
|
scope: GQLEmailCampaignContentScopeInput;
|
|
408
446
|
};
|
|
409
447
|
export type GQLQuerybrevoContactArgs = {
|
|
410
|
-
id: Scalars['Int'];
|
|
448
|
+
id: Scalars['Int']['input'];
|
|
411
449
|
scope: GQLEmailCampaignContentScopeInput;
|
|
412
450
|
};
|
|
413
451
|
export type GQLQuerybrevoContactsArgs = {
|
|
414
|
-
email?: InputMaybe<Scalars['String']>;
|
|
415
|
-
limit?: Scalars['Int'];
|
|
416
|
-
offset?: Scalars['Int'];
|
|
452
|
+
email?: InputMaybe<Scalars['String']['input']>;
|
|
453
|
+
limit?: Scalars['Int']['input'];
|
|
454
|
+
offset?: Scalars['Int']['input'];
|
|
417
455
|
scope: GQLEmailCampaignContentScopeInput;
|
|
418
|
-
targetGroupId?: InputMaybe<Scalars['ID']>;
|
|
456
|
+
targetGroupId?: InputMaybe<Scalars['ID']['input']>;
|
|
419
457
|
};
|
|
420
458
|
export type GQLQuerybrevoDoubleOptInTemplatesArgs = {
|
|
421
459
|
scope: GQLEmailCampaignContentScopeInput;
|
|
422
460
|
};
|
|
423
461
|
export type GQLQuerybrevoEmailCampaignArgs = {
|
|
424
|
-
id: Scalars['ID'];
|
|
462
|
+
id: Scalars['ID']['input'];
|
|
425
463
|
};
|
|
426
464
|
export type GQLQuerybrevoEmailCampaignStatisticsArgs = {
|
|
427
|
-
id: Scalars['ID'];
|
|
465
|
+
id: Scalars['ID']['input'];
|
|
428
466
|
};
|
|
429
467
|
export type GQLQuerybrevoEmailCampaignsArgs = {
|
|
430
468
|
filter?: InputMaybe<GQLEmailCampaignFilter>;
|
|
431
|
-
limit?: Scalars['Int'];
|
|
432
|
-
offset?: Scalars['Int'];
|
|
469
|
+
limit?: Scalars['Int']['input'];
|
|
470
|
+
offset?: Scalars['Int']['input'];
|
|
433
471
|
scope: GQLEmailCampaignContentScopeInput;
|
|
434
|
-
search?: InputMaybe<Scalars['String']>;
|
|
472
|
+
search?: InputMaybe<Scalars['String']['input']>;
|
|
435
473
|
sort?: InputMaybe<Array<GQLEmailCampaignSort>>;
|
|
436
474
|
};
|
|
437
475
|
export type GQLQuerybrevoSendersArgs = {
|
|
438
476
|
scope: GQLEmailCampaignContentScopeInput;
|
|
439
477
|
};
|
|
440
478
|
export type GQLQuerybrevoTargetGroupArgs = {
|
|
441
|
-
id: Scalars['ID'];
|
|
479
|
+
id: Scalars['ID']['input'];
|
|
442
480
|
};
|
|
443
481
|
export type GQLQuerybrevoTargetGroupsArgs = {
|
|
444
482
|
filter?: InputMaybe<GQLTargetGroupFilter>;
|
|
445
|
-
limit?: Scalars['Int'];
|
|
446
|
-
offset?: Scalars['Int'];
|
|
483
|
+
limit?: Scalars['Int']['input'];
|
|
484
|
+
offset?: Scalars['Int']['input'];
|
|
447
485
|
scope: GQLEmailCampaignContentScopeInput;
|
|
448
|
-
search?: InputMaybe<Scalars['String']>;
|
|
486
|
+
search?: InputMaybe<Scalars['String']['input']>;
|
|
449
487
|
sort?: InputMaybe<Array<GQLTargetGroupSort>>;
|
|
450
488
|
};
|
|
451
489
|
export type GQLQuerybrevoTestContactsArgs = {
|
|
452
|
-
email?: InputMaybe<Scalars['String']>;
|
|
453
|
-
limit?: Scalars['Int'];
|
|
454
|
-
offset?: Scalars['Int'];
|
|
490
|
+
email?: InputMaybe<Scalars['String']['input']>;
|
|
491
|
+
limit?: Scalars['Int']['input'];
|
|
492
|
+
offset?: Scalars['Int']['input'];
|
|
455
493
|
scope: GQLEmailCampaignContentScopeInput;
|
|
456
|
-
targetGroupId?: InputMaybe<Scalars['ID']>;
|
|
494
|
+
targetGroupId?: InputMaybe<Scalars['ID']['input']>;
|
|
457
495
|
};
|
|
458
496
|
export type GQLQueryisBrevoConfigDefinedArgs = {
|
|
459
497
|
scope: GQLEmailCampaignContentScopeInput;
|
|
460
498
|
};
|
|
461
499
|
export type GQLQuerymanuallyAssignedBrevoContactsArgs = {
|
|
462
|
-
email?: InputMaybe<Scalars['String']>;
|
|
463
|
-
limit?: Scalars['Int'];
|
|
464
|
-
offset?: Scalars['Int'];
|
|
465
|
-
targetGroupId: Scalars['ID'];
|
|
500
|
+
email?: InputMaybe<Scalars['String']['input']>;
|
|
501
|
+
limit?: Scalars['Int']['input'];
|
|
502
|
+
offset?: Scalars['Int']['input'];
|
|
503
|
+
targetGroupId: Scalars['ID']['input'];
|
|
466
504
|
};
|
|
467
505
|
export type GQLRemoveBrevoContactInput = {
|
|
468
|
-
brevoContactId: Scalars['Int'];
|
|
506
|
+
brevoContactId: Scalars['Int']['input'];
|
|
469
507
|
};
|
|
470
508
|
export type GQLSendTestEmailCampaignArgs = {
|
|
471
|
-
emails: Array<Scalars['String']>;
|
|
509
|
+
emails: Array<Scalars['String']['input']>;
|
|
472
510
|
};
|
|
473
511
|
export type GQLSendingState = 'DRAFT' | 'SCHEDULED' | 'SENT';
|
|
474
512
|
export type GQLSendingStateEnumFilter = {
|
|
@@ -478,16 +516,19 @@ export type GQLSendingStateEnumFilter = {
|
|
|
478
516
|
};
|
|
479
517
|
export type GQLSortDirection = 'ASC' | 'DESC';
|
|
480
518
|
export type GQLStringFilter = {
|
|
481
|
-
contains?: InputMaybe<Scalars['String']>;
|
|
482
|
-
endsWith?: InputMaybe<Scalars['String']>;
|
|
483
|
-
equal?: InputMaybe<Scalars['String']>;
|
|
484
|
-
isAnyOf?: InputMaybe<Array<Scalars['String']>>;
|
|
485
|
-
|
|
486
|
-
|
|
519
|
+
contains?: InputMaybe<Scalars['String']['input']>;
|
|
520
|
+
endsWith?: InputMaybe<Scalars['String']['input']>;
|
|
521
|
+
equal?: InputMaybe<Scalars['String']['input']>;
|
|
522
|
+
isAnyOf?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
523
|
+
isEmpty?: InputMaybe<Scalars['Boolean']['input']>;
|
|
524
|
+
isNotEmpty?: InputMaybe<Scalars['Boolean']['input']>;
|
|
525
|
+
notContains?: InputMaybe<Scalars['String']['input']>;
|
|
526
|
+
notEqual?: InputMaybe<Scalars['String']['input']>;
|
|
527
|
+
startsWith?: InputMaybe<Scalars['String']['input']>;
|
|
487
528
|
};
|
|
488
529
|
export type GQLSubscribeInput = {
|
|
489
|
-
email: Scalars['String'];
|
|
490
|
-
redirectionUrl: Scalars['String'];
|
|
530
|
+
email: Scalars['String']['input'];
|
|
531
|
+
redirectionUrl: Scalars['String']['input'];
|
|
491
532
|
};
|
|
492
533
|
export type GQLSubscribeResponse = 'ERROR_CONTACT_ALREADY_EXISTS' | 'ERROR_CONTACT_IS_BLACKLISTED' | 'ERROR_CONTAINED_IN_ECG_RTR_LIST' | 'ERROR_MAXIMAL_NUMBER_OF_TEST_CONTACTS_REACHED' | 'ERROR_UNKNOWN' | 'SUCCESSFUL';
|
|
493
534
|
export type GQLTargetGroupFilter = {
|
|
@@ -500,7 +541,7 @@ export type GQLTargetGroupFilter = {
|
|
|
500
541
|
};
|
|
501
542
|
export type GQLTargetGroupInput = {
|
|
502
543
|
filters?: InputMaybe<GQLBrevoContactFilterAttributesInput>;
|
|
503
|
-
title: Scalars['String'];
|
|
544
|
+
title: Scalars['String']['input'];
|
|
504
545
|
};
|
|
505
546
|
export type GQLTargetGroupSort = {
|
|
506
547
|
direction?: GQLSortDirection;
|
|
@@ -509,12 +550,40 @@ export type GQLTargetGroupSort = {
|
|
|
509
550
|
export type GQLTargetGroupSortField = 'createdAt' | 'title' | 'updatedAt';
|
|
510
551
|
export type GQLTargetGroupUpdateInput = {
|
|
511
552
|
filters?: InputMaybe<GQLBrevoContactFilterAttributesInput>;
|
|
512
|
-
title?: InputMaybe<Scalars['String']>;
|
|
553
|
+
title?: InputMaybe<Scalars['String']['input']>;
|
|
513
554
|
};
|
|
514
555
|
export type GQLUserPermissionsUser = {
|
|
515
556
|
__typename?: 'UserPermissionsUser';
|
|
516
|
-
email: Scalars['String'];
|
|
517
|
-
id: Scalars['String'];
|
|
518
|
-
name: Scalars['String'];
|
|
519
|
-
};
|
|
557
|
+
email: Scalars['String']['output'];
|
|
558
|
+
id: Scalars['String']['output'];
|
|
559
|
+
name: Scalars['String']['output'];
|
|
560
|
+
};
|
|
561
|
+
export type GQLWarning = {
|
|
562
|
+
__typename?: 'Warning';
|
|
563
|
+
createdAt: Scalars['DateTime']['output'];
|
|
564
|
+
id: Scalars['ID']['output'];
|
|
565
|
+
message: Scalars['String']['output'];
|
|
566
|
+
scope: Maybe<Scalars['JSONObject']['output']>;
|
|
567
|
+
severity: GQLWarningSeverity;
|
|
568
|
+
sourceInfo: GQLWarningSourceInfo;
|
|
569
|
+
status: GQLWarningStatus;
|
|
570
|
+
updatedAt: Scalars['DateTime']['output'];
|
|
571
|
+
};
|
|
572
|
+
export type GQLWarningSeverity = 'high' | 'low' | 'medium';
|
|
573
|
+
export type GQLWarningSourceInfo = {
|
|
574
|
+
__typename?: 'WarningSourceInfo';
|
|
575
|
+
jsonPath: Maybe<Scalars['String']['output']>;
|
|
576
|
+
rootColumnName: Maybe<Scalars['String']['output']>;
|
|
577
|
+
rootEntityName: Scalars['String']['output'];
|
|
578
|
+
rootPrimaryKey: Scalars['String']['output'];
|
|
579
|
+
targetId: Scalars['String']['output'];
|
|
580
|
+
};
|
|
581
|
+
export type GQLWarningSourceInfoInput = {
|
|
582
|
+
jsonPath?: InputMaybe<Scalars['String']['input']>;
|
|
583
|
+
rootColumnName?: InputMaybe<Scalars['String']['input']>;
|
|
584
|
+
rootEntityName: Scalars['String']['input'];
|
|
585
|
+
rootPrimaryKey: Scalars['String']['input'];
|
|
586
|
+
targetId: Scalars['String']['input'];
|
|
587
|
+
};
|
|
588
|
+
export type GQLWarningStatus = 'ignored' | 'open' | 'resolved';
|
|
520
589
|
//# sourceMappingURL=graphql.generated.d.ts.map
|