cf-service-sdk 0.1.39 → 0.1.40
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/generated/graphql.d.ts +7 -0
- package/dist/generated/graphql.js +5 -0
- package/dist/mutations.js +1 -0
- package/dist/queries.js +4 -0
- package/package.json +1 -1
|
@@ -2680,6 +2680,8 @@ export type MailLogObject = {
|
|
|
2680
2680
|
updatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
2681
2681
|
/** User who owns the email integration */
|
|
2682
2682
|
userId?: Maybe<Scalars['Int']['output']>;
|
|
2683
|
+
/** Display name of the user who owns the email integration */
|
|
2684
|
+
userName?: Maybe<Scalars['String']['output']>;
|
|
2683
2685
|
};
|
|
2684
2686
|
/** Email communication type */
|
|
2685
2687
|
export declare enum MailLogTypeEnum {
|
|
@@ -12423,6 +12425,7 @@ export type SendEmailToEmailThreadMutation = {
|
|
|
12423
12425
|
grantId?: string | null;
|
|
12424
12426
|
hasAttachments?: boolean | null;
|
|
12425
12427
|
userId?: number | null;
|
|
12428
|
+
userName?: string | null;
|
|
12426
12429
|
accountId?: number | null;
|
|
12427
12430
|
contactId?: number | null;
|
|
12428
12431
|
companyId?: number | null;
|
|
@@ -23151,6 +23154,7 @@ export type EmailThreadQuery = {
|
|
|
23151
23154
|
grantId?: string | null;
|
|
23152
23155
|
hasAttachments?: boolean | null;
|
|
23153
23156
|
userId?: number | null;
|
|
23157
|
+
userName?: string | null;
|
|
23154
23158
|
accountId?: number | null;
|
|
23155
23159
|
contactId?: number | null;
|
|
23156
23160
|
companyId?: number | null;
|
|
@@ -23199,6 +23203,7 @@ export type EmailThreadsByCompanyQuery = {
|
|
|
23199
23203
|
grantId?: string | null;
|
|
23200
23204
|
hasAttachments?: boolean | null;
|
|
23201
23205
|
userId?: number | null;
|
|
23206
|
+
userName?: string | null;
|
|
23202
23207
|
accountId?: number | null;
|
|
23203
23208
|
contactId?: number | null;
|
|
23204
23209
|
companyId?: number | null;
|
|
@@ -23359,6 +23364,7 @@ export type MailLogQuery = {
|
|
|
23359
23364
|
grantId?: string | null;
|
|
23360
23365
|
hasAttachments?: boolean | null;
|
|
23361
23366
|
userId?: number | null;
|
|
23367
|
+
userName?: string | null;
|
|
23362
23368
|
accountId?: number | null;
|
|
23363
23369
|
contactId?: number | null;
|
|
23364
23370
|
companyId?: number | null;
|
|
@@ -23397,6 +23403,7 @@ export type MailLogsQuery = {
|
|
|
23397
23403
|
grantId?: string | null;
|
|
23398
23404
|
hasAttachments?: boolean | null;
|
|
23399
23405
|
userId?: number | null;
|
|
23406
|
+
userName?: string | null;
|
|
23400
23407
|
accountId?: number | null;
|
|
23401
23408
|
contactId?: number | null;
|
|
23402
23409
|
companyId?: number | null;
|
|
@@ -8519,6 +8519,7 @@ exports.SendEmailToEmailThreadDocument = (0, client_1.gql) `
|
|
|
8519
8519
|
grantId
|
|
8520
8520
|
hasAttachments
|
|
8521
8521
|
userId
|
|
8522
|
+
userName
|
|
8522
8523
|
accountId
|
|
8523
8524
|
contactId
|
|
8524
8525
|
companyId
|
|
@@ -20659,6 +20660,7 @@ exports.EmailThreadDocument = (0, client_1.gql) `
|
|
|
20659
20660
|
grantId
|
|
20660
20661
|
hasAttachments
|
|
20661
20662
|
userId
|
|
20663
|
+
userName
|
|
20662
20664
|
accountId
|
|
20663
20665
|
contactId
|
|
20664
20666
|
companyId
|
|
@@ -20729,6 +20731,7 @@ exports.EmailThreadsByCompanyDocument = (0, client_1.gql) `
|
|
|
20729
20731
|
grantId
|
|
20730
20732
|
hasAttachments
|
|
20731
20733
|
userId
|
|
20734
|
+
userName
|
|
20732
20735
|
accountId
|
|
20733
20736
|
contactId
|
|
20734
20737
|
companyId
|
|
@@ -21062,6 +21065,7 @@ exports.MailLogDocument = (0, client_1.gql) `
|
|
|
21062
21065
|
grantId
|
|
21063
21066
|
hasAttachments
|
|
21064
21067
|
userId
|
|
21068
|
+
userName
|
|
21065
21069
|
accountId
|
|
21066
21070
|
contactId
|
|
21067
21071
|
companyId
|
|
@@ -21124,6 +21128,7 @@ exports.MailLogsDocument = (0, client_1.gql) `
|
|
|
21124
21128
|
grantId
|
|
21125
21129
|
hasAttachments
|
|
21126
21130
|
userId
|
|
21131
|
+
userName
|
|
21127
21132
|
accountId
|
|
21128
21133
|
contactId
|
|
21129
21134
|
companyId
|
package/dist/mutations.js
CHANGED
package/dist/queries.js
CHANGED
|
@@ -5743,6 +5743,7 @@ query MailLogs($filters: MailLogFilterInput) {
|
|
|
5743
5743
|
grantId
|
|
5744
5744
|
hasAttachments
|
|
5745
5745
|
userId
|
|
5746
|
+
userName
|
|
5746
5747
|
accountId
|
|
5747
5748
|
contactId
|
|
5748
5749
|
companyId
|
|
@@ -5784,6 +5785,7 @@ query MailLog($id: Int!) {
|
|
|
5784
5785
|
grantId
|
|
5785
5786
|
hasAttachments
|
|
5786
5787
|
userId
|
|
5788
|
+
userName
|
|
5787
5789
|
accountId
|
|
5788
5790
|
contactId
|
|
5789
5791
|
companyId
|
|
@@ -5819,6 +5821,7 @@ query EmailThread($threadId: String!, $companyId: Int) {
|
|
|
5819
5821
|
grantId
|
|
5820
5822
|
hasAttachments
|
|
5821
5823
|
userId
|
|
5824
|
+
userName
|
|
5822
5825
|
accountId
|
|
5823
5826
|
contactId
|
|
5824
5827
|
companyId
|
|
@@ -5859,6 +5862,7 @@ query EmailThreadsByCompany($companyId: Int!, $page: Int, $pageSize: Int) {
|
|
|
5859
5862
|
grantId
|
|
5860
5863
|
hasAttachments
|
|
5861
5864
|
userId
|
|
5865
|
+
userName
|
|
5862
5866
|
accountId
|
|
5863
5867
|
contactId
|
|
5864
5868
|
companyId
|