@promoboxx/graphql-gateway-types 1.1115.0 → 1.1116.0
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/graphql.schema.json +360 -0
- package/index.d.ts +44 -0
- package/package.json +1 -1
- package/schema.graphql +17 -0
package/graphql.schema.json
CHANGED
|
@@ -18220,6 +18220,26 @@
|
|
|
18220
18220
|
"isDeprecated": false,
|
|
18221
18221
|
"deprecationReason": null
|
|
18222
18222
|
},
|
|
18223
|
+
{
|
|
18224
|
+
"name": "communication_automations",
|
|
18225
|
+
"description": null,
|
|
18226
|
+
"args": [],
|
|
18227
|
+
"type": {
|
|
18228
|
+
"kind": "LIST",
|
|
18229
|
+
"name": null,
|
|
18230
|
+
"ofType": {
|
|
18231
|
+
"kind": "NON_NULL",
|
|
18232
|
+
"name": null,
|
|
18233
|
+
"ofType": {
|
|
18234
|
+
"kind": "OBJECT",
|
|
18235
|
+
"name": "CommunicationAutomation",
|
|
18236
|
+
"ofType": null
|
|
18237
|
+
}
|
|
18238
|
+
}
|
|
18239
|
+
},
|
|
18240
|
+
"isDeprecated": false,
|
|
18241
|
+
"deprecationReason": null
|
|
18242
|
+
},
|
|
18223
18243
|
{
|
|
18224
18244
|
"name": "communication_pools",
|
|
18225
18245
|
"description": null,
|
|
@@ -18448,6 +18468,18 @@
|
|
|
18448
18468
|
"description": null,
|
|
18449
18469
|
"isOneOf": null,
|
|
18450
18470
|
"fields": [
|
|
18471
|
+
{
|
|
18472
|
+
"name": "begin_schedule_at",
|
|
18473
|
+
"description": null,
|
|
18474
|
+
"args": [],
|
|
18475
|
+
"type": {
|
|
18476
|
+
"kind": "SCALAR",
|
|
18477
|
+
"name": "String",
|
|
18478
|
+
"ofType": null
|
|
18479
|
+
},
|
|
18480
|
+
"isDeprecated": false,
|
|
18481
|
+
"deprecationReason": null
|
|
18482
|
+
},
|
|
18451
18483
|
{
|
|
18452
18484
|
"name": "campaign",
|
|
18453
18485
|
"description": null,
|
|
@@ -18580,6 +18612,18 @@
|
|
|
18580
18612
|
"isDeprecated": false,
|
|
18581
18613
|
"deprecationReason": null
|
|
18582
18614
|
},
|
|
18615
|
+
{
|
|
18616
|
+
"name": "end_schedule_at",
|
|
18617
|
+
"description": null,
|
|
18618
|
+
"args": [],
|
|
18619
|
+
"type": {
|
|
18620
|
+
"kind": "SCALAR",
|
|
18621
|
+
"name": "String",
|
|
18622
|
+
"ofType": null
|
|
18623
|
+
},
|
|
18624
|
+
"isDeprecated": false,
|
|
18625
|
+
"deprecationReason": null
|
|
18626
|
+
},
|
|
18583
18627
|
{
|
|
18584
18628
|
"name": "id",
|
|
18585
18629
|
"description": null,
|
|
@@ -18782,6 +18826,114 @@
|
|
|
18782
18826
|
],
|
|
18783
18827
|
"possibleTypes": null
|
|
18784
18828
|
},
|
|
18829
|
+
{
|
|
18830
|
+
"kind": "INPUT_OBJECT",
|
|
18831
|
+
"name": "CommunicationAutomationInput",
|
|
18832
|
+
"description": null,
|
|
18833
|
+
"isOneOf": false,
|
|
18834
|
+
"fields": null,
|
|
18835
|
+
"inputFields": [
|
|
18836
|
+
{
|
|
18837
|
+
"name": "begin_schedule_at",
|
|
18838
|
+
"description": null,
|
|
18839
|
+
"type": {
|
|
18840
|
+
"kind": "SCALAR",
|
|
18841
|
+
"name": "String",
|
|
18842
|
+
"ofType": null
|
|
18843
|
+
},
|
|
18844
|
+
"defaultValue": null,
|
|
18845
|
+
"isDeprecated": false,
|
|
18846
|
+
"deprecationReason": null
|
|
18847
|
+
},
|
|
18848
|
+
{
|
|
18849
|
+
"name": "campaign_id",
|
|
18850
|
+
"description": null,
|
|
18851
|
+
"type": {
|
|
18852
|
+
"kind": "NON_NULL",
|
|
18853
|
+
"name": null,
|
|
18854
|
+
"ofType": {
|
|
18855
|
+
"kind": "SCALAR",
|
|
18856
|
+
"name": "ID",
|
|
18857
|
+
"ofType": null
|
|
18858
|
+
}
|
|
18859
|
+
},
|
|
18860
|
+
"defaultValue": null,
|
|
18861
|
+
"isDeprecated": false,
|
|
18862
|
+
"deprecationReason": null
|
|
18863
|
+
},
|
|
18864
|
+
{
|
|
18865
|
+
"name": "category",
|
|
18866
|
+
"description": null,
|
|
18867
|
+
"type": {
|
|
18868
|
+
"kind": "NON_NULL",
|
|
18869
|
+
"name": null,
|
|
18870
|
+
"ofType": {
|
|
18871
|
+
"kind": "SCALAR",
|
|
18872
|
+
"name": "String",
|
|
18873
|
+
"ofType": null
|
|
18874
|
+
}
|
|
18875
|
+
},
|
|
18876
|
+
"defaultValue": null,
|
|
18877
|
+
"isDeprecated": false,
|
|
18878
|
+
"deprecationReason": null
|
|
18879
|
+
},
|
|
18880
|
+
{
|
|
18881
|
+
"name": "communication_id",
|
|
18882
|
+
"description": null,
|
|
18883
|
+
"type": {
|
|
18884
|
+
"kind": "NON_NULL",
|
|
18885
|
+
"name": null,
|
|
18886
|
+
"ofType": {
|
|
18887
|
+
"kind": "SCALAR",
|
|
18888
|
+
"name": "ID",
|
|
18889
|
+
"ofType": null
|
|
18890
|
+
}
|
|
18891
|
+
},
|
|
18892
|
+
"defaultValue": null,
|
|
18893
|
+
"isDeprecated": false,
|
|
18894
|
+
"deprecationReason": null
|
|
18895
|
+
},
|
|
18896
|
+
{
|
|
18897
|
+
"name": "end_schedule_at",
|
|
18898
|
+
"description": null,
|
|
18899
|
+
"type": {
|
|
18900
|
+
"kind": "SCALAR",
|
|
18901
|
+
"name": "String",
|
|
18902
|
+
"ofType": null
|
|
18903
|
+
},
|
|
18904
|
+
"defaultValue": null,
|
|
18905
|
+
"isDeprecated": false,
|
|
18906
|
+
"deprecationReason": null
|
|
18907
|
+
},
|
|
18908
|
+
{
|
|
18909
|
+
"name": "schedule_at",
|
|
18910
|
+
"description": null,
|
|
18911
|
+
"type": {
|
|
18912
|
+
"kind": "SCALAR",
|
|
18913
|
+
"name": "String",
|
|
18914
|
+
"ofType": null
|
|
18915
|
+
},
|
|
18916
|
+
"defaultValue": null,
|
|
18917
|
+
"isDeprecated": false,
|
|
18918
|
+
"deprecationReason": null
|
|
18919
|
+
},
|
|
18920
|
+
{
|
|
18921
|
+
"name": "share_setting_id",
|
|
18922
|
+
"description": null,
|
|
18923
|
+
"type": {
|
|
18924
|
+
"kind": "SCALAR",
|
|
18925
|
+
"name": "ID",
|
|
18926
|
+
"ofType": null
|
|
18927
|
+
},
|
|
18928
|
+
"defaultValue": null,
|
|
18929
|
+
"isDeprecated": false,
|
|
18930
|
+
"deprecationReason": null
|
|
18931
|
+
}
|
|
18932
|
+
],
|
|
18933
|
+
"interfaces": null,
|
|
18934
|
+
"enumValues": null,
|
|
18935
|
+
"possibleTypes": null
|
|
18936
|
+
},
|
|
18785
18937
|
{
|
|
18786
18938
|
"kind": "OBJECT",
|
|
18787
18939
|
"name": "CommunicationCounts",
|
|
@@ -52367,6 +52519,59 @@
|
|
|
52367
52519
|
"isDeprecated": false,
|
|
52368
52520
|
"deprecationReason": null
|
|
52369
52521
|
},
|
|
52522
|
+
{
|
|
52523
|
+
"name": "createCommunicationAutomation",
|
|
52524
|
+
"description": null,
|
|
52525
|
+
"args": [
|
|
52526
|
+
{
|
|
52527
|
+
"name": "communication_automation",
|
|
52528
|
+
"description": null,
|
|
52529
|
+
"type": {
|
|
52530
|
+
"kind": "NON_NULL",
|
|
52531
|
+
"name": null,
|
|
52532
|
+
"ofType": {
|
|
52533
|
+
"kind": "INPUT_OBJECT",
|
|
52534
|
+
"name": "CommunicationAutomationInput",
|
|
52535
|
+
"ofType": null
|
|
52536
|
+
}
|
|
52537
|
+
},
|
|
52538
|
+
"defaultValue": null,
|
|
52539
|
+
"isDeprecated": false,
|
|
52540
|
+
"deprecationReason": null
|
|
52541
|
+
},
|
|
52542
|
+
{
|
|
52543
|
+
"name": "fields",
|
|
52544
|
+
"description": null,
|
|
52545
|
+
"type": {
|
|
52546
|
+
"kind": "LIST",
|
|
52547
|
+
"name": null,
|
|
52548
|
+
"ofType": {
|
|
52549
|
+
"kind": "NON_NULL",
|
|
52550
|
+
"name": null,
|
|
52551
|
+
"ofType": {
|
|
52552
|
+
"kind": "SCALAR",
|
|
52553
|
+
"name": "String",
|
|
52554
|
+
"ofType": null
|
|
52555
|
+
}
|
|
52556
|
+
}
|
|
52557
|
+
},
|
|
52558
|
+
"defaultValue": null,
|
|
52559
|
+
"isDeprecated": false,
|
|
52560
|
+
"deprecationReason": null
|
|
52561
|
+
}
|
|
52562
|
+
],
|
|
52563
|
+
"type": {
|
|
52564
|
+
"kind": "NON_NULL",
|
|
52565
|
+
"name": null,
|
|
52566
|
+
"ofType": {
|
|
52567
|
+
"kind": "OBJECT",
|
|
52568
|
+
"name": "CommunicationAutomation",
|
|
52569
|
+
"ofType": null
|
|
52570
|
+
}
|
|
52571
|
+
},
|
|
52572
|
+
"isDeprecated": false,
|
|
52573
|
+
"deprecationReason": null
|
|
52574
|
+
},
|
|
52370
52575
|
{
|
|
52371
52576
|
"name": "createContentDiscoveryCampaign",
|
|
52372
52577
|
"description": null,
|
|
@@ -54440,6 +54645,39 @@
|
|
|
54440
54645
|
"isDeprecated": false,
|
|
54441
54646
|
"deprecationReason": null
|
|
54442
54647
|
},
|
|
54648
|
+
{
|
|
54649
|
+
"name": "deleteCommunicationAutomation",
|
|
54650
|
+
"description": null,
|
|
54651
|
+
"args": [
|
|
54652
|
+
{
|
|
54653
|
+
"name": "id",
|
|
54654
|
+
"description": null,
|
|
54655
|
+
"type": {
|
|
54656
|
+
"kind": "NON_NULL",
|
|
54657
|
+
"name": null,
|
|
54658
|
+
"ofType": {
|
|
54659
|
+
"kind": "SCALAR",
|
|
54660
|
+
"name": "ID",
|
|
54661
|
+
"ofType": null
|
|
54662
|
+
}
|
|
54663
|
+
},
|
|
54664
|
+
"defaultValue": null,
|
|
54665
|
+
"isDeprecated": false,
|
|
54666
|
+
"deprecationReason": null
|
|
54667
|
+
}
|
|
54668
|
+
],
|
|
54669
|
+
"type": {
|
|
54670
|
+
"kind": "NON_NULL",
|
|
54671
|
+
"name": null,
|
|
54672
|
+
"ofType": {
|
|
54673
|
+
"kind": "SCALAR",
|
|
54674
|
+
"name": "Boolean",
|
|
54675
|
+
"ofType": null
|
|
54676
|
+
}
|
|
54677
|
+
},
|
|
54678
|
+
"isDeprecated": false,
|
|
54679
|
+
"deprecationReason": null
|
|
54680
|
+
},
|
|
54443
54681
|
{
|
|
54444
54682
|
"name": "deleteDigitalAsset",
|
|
54445
54683
|
"description": null,
|
|
@@ -61280,6 +61518,75 @@
|
|
|
61280
61518
|
"isDeprecated": false,
|
|
61281
61519
|
"deprecationReason": null
|
|
61282
61520
|
},
|
|
61521
|
+
{
|
|
61522
|
+
"name": "updateCommunicationAutomation",
|
|
61523
|
+
"description": null,
|
|
61524
|
+
"args": [
|
|
61525
|
+
{
|
|
61526
|
+
"name": "communication_automation",
|
|
61527
|
+
"description": null,
|
|
61528
|
+
"type": {
|
|
61529
|
+
"kind": "NON_NULL",
|
|
61530
|
+
"name": null,
|
|
61531
|
+
"ofType": {
|
|
61532
|
+
"kind": "INPUT_OBJECT",
|
|
61533
|
+
"name": "CommunicationAutomationInput",
|
|
61534
|
+
"ofType": null
|
|
61535
|
+
}
|
|
61536
|
+
},
|
|
61537
|
+
"defaultValue": null,
|
|
61538
|
+
"isDeprecated": false,
|
|
61539
|
+
"deprecationReason": null
|
|
61540
|
+
},
|
|
61541
|
+
{
|
|
61542
|
+
"name": "fields",
|
|
61543
|
+
"description": null,
|
|
61544
|
+
"type": {
|
|
61545
|
+
"kind": "LIST",
|
|
61546
|
+
"name": null,
|
|
61547
|
+
"ofType": {
|
|
61548
|
+
"kind": "NON_NULL",
|
|
61549
|
+
"name": null,
|
|
61550
|
+
"ofType": {
|
|
61551
|
+
"kind": "SCALAR",
|
|
61552
|
+
"name": "String",
|
|
61553
|
+
"ofType": null
|
|
61554
|
+
}
|
|
61555
|
+
}
|
|
61556
|
+
},
|
|
61557
|
+
"defaultValue": null,
|
|
61558
|
+
"isDeprecated": false,
|
|
61559
|
+
"deprecationReason": null
|
|
61560
|
+
},
|
|
61561
|
+
{
|
|
61562
|
+
"name": "id",
|
|
61563
|
+
"description": null,
|
|
61564
|
+
"type": {
|
|
61565
|
+
"kind": "NON_NULL",
|
|
61566
|
+
"name": null,
|
|
61567
|
+
"ofType": {
|
|
61568
|
+
"kind": "SCALAR",
|
|
61569
|
+
"name": "ID",
|
|
61570
|
+
"ofType": null
|
|
61571
|
+
}
|
|
61572
|
+
},
|
|
61573
|
+
"defaultValue": null,
|
|
61574
|
+
"isDeprecated": false,
|
|
61575
|
+
"deprecationReason": null
|
|
61576
|
+
}
|
|
61577
|
+
],
|
|
61578
|
+
"type": {
|
|
61579
|
+
"kind": "NON_NULL",
|
|
61580
|
+
"name": null,
|
|
61581
|
+
"ofType": {
|
|
61582
|
+
"kind": "OBJECT",
|
|
61583
|
+
"name": "CommunicationAutomation",
|
|
61584
|
+
"ofType": null
|
|
61585
|
+
}
|
|
61586
|
+
},
|
|
61587
|
+
"isDeprecated": false,
|
|
61588
|
+
"deprecationReason": null
|
|
61589
|
+
},
|
|
61283
61590
|
{
|
|
61284
61591
|
"name": "updateContentDiscoveryItem",
|
|
61285
61592
|
"description": null,
|
|
@@ -73937,6 +74244,59 @@
|
|
|
73937
74244
|
"isDeprecated": false,
|
|
73938
74245
|
"deprecationReason": null
|
|
73939
74246
|
},
|
|
74247
|
+
{
|
|
74248
|
+
"name": "getCommunication",
|
|
74249
|
+
"description": null,
|
|
74250
|
+
"args": [
|
|
74251
|
+
{
|
|
74252
|
+
"name": "fields",
|
|
74253
|
+
"description": null,
|
|
74254
|
+
"type": {
|
|
74255
|
+
"kind": "LIST",
|
|
74256
|
+
"name": null,
|
|
74257
|
+
"ofType": {
|
|
74258
|
+
"kind": "NON_NULL",
|
|
74259
|
+
"name": null,
|
|
74260
|
+
"ofType": {
|
|
74261
|
+
"kind": "SCALAR",
|
|
74262
|
+
"name": "String",
|
|
74263
|
+
"ofType": null
|
|
74264
|
+
}
|
|
74265
|
+
}
|
|
74266
|
+
},
|
|
74267
|
+
"defaultValue": null,
|
|
74268
|
+
"isDeprecated": false,
|
|
74269
|
+
"deprecationReason": null
|
|
74270
|
+
},
|
|
74271
|
+
{
|
|
74272
|
+
"name": "id",
|
|
74273
|
+
"description": null,
|
|
74274
|
+
"type": {
|
|
74275
|
+
"kind": "NON_NULL",
|
|
74276
|
+
"name": null,
|
|
74277
|
+
"ofType": {
|
|
74278
|
+
"kind": "SCALAR",
|
|
74279
|
+
"name": "ID",
|
|
74280
|
+
"ofType": null
|
|
74281
|
+
}
|
|
74282
|
+
},
|
|
74283
|
+
"defaultValue": null,
|
|
74284
|
+
"isDeprecated": false,
|
|
74285
|
+
"deprecationReason": null
|
|
74286
|
+
}
|
|
74287
|
+
],
|
|
74288
|
+
"type": {
|
|
74289
|
+
"kind": "NON_NULL",
|
|
74290
|
+
"name": null,
|
|
74291
|
+
"ofType": {
|
|
74292
|
+
"kind": "OBJECT",
|
|
74293
|
+
"name": "Communication",
|
|
74294
|
+
"ofType": null
|
|
74295
|
+
}
|
|
74296
|
+
},
|
|
74297
|
+
"isDeprecated": false,
|
|
74298
|
+
"deprecationReason": null
|
|
74299
|
+
},
|
|
73940
74300
|
{
|
|
73941
74301
|
"name": "getCommunicationAutomation",
|
|
73942
74302
|
"description": null,
|
package/index.d.ts
CHANGED
|
@@ -1935,6 +1935,7 @@ export type Communication = {
|
|
|
1935
1935
|
__typename?: 'Communication';
|
|
1936
1936
|
brand_id?: Maybe<Scalars['ID']['output']>;
|
|
1937
1937
|
campaign_id?: Maybe<Scalars['ID']['output']>;
|
|
1938
|
+
communication_automations?: Maybe<Array<CommunicationAutomation>>;
|
|
1938
1939
|
communication_pools?: Maybe<Array<CommunicationPool>>;
|
|
1939
1940
|
completed_at?: Maybe<Scalars['String']['output']>;
|
|
1940
1941
|
created_at?: Maybe<Scalars['String']['output']>;
|
|
@@ -1956,6 +1957,7 @@ export type Communication = {
|
|
|
1956
1957
|
|
|
1957
1958
|
export type CommunicationAutomation = {
|
|
1958
1959
|
__typename?: 'CommunicationAutomation';
|
|
1960
|
+
begin_schedule_at?: Maybe<Scalars['String']['output']>;
|
|
1959
1961
|
campaign?: Maybe<Campaign>;
|
|
1960
1962
|
campaign_id: Scalars['ID']['output'];
|
|
1961
1963
|
campaign_name?: Maybe<Scalars['String']['output']>;
|
|
@@ -1965,6 +1967,7 @@ export type CommunicationAutomation = {
|
|
|
1965
1967
|
created_at: Scalars['String']['output'];
|
|
1966
1968
|
created_by_id: Scalars['ID']['output'];
|
|
1967
1969
|
deleted_at: Scalars['String']['output'];
|
|
1970
|
+
end_schedule_at?: Maybe<Scalars['String']['output']>;
|
|
1968
1971
|
id: Scalars['ID']['output'];
|
|
1969
1972
|
progress_stats?: Maybe<Scalars['String']['output']>;
|
|
1970
1973
|
result?: Maybe<Scalars['String']['output']>;
|
|
@@ -1988,6 +1991,16 @@ export type CommunicationAutomationFields =
|
|
|
1988
1991
|
| 'share_setting__share_setting_copy_options'
|
|
1989
1992
|
| 'share_setting_name';
|
|
1990
1993
|
|
|
1994
|
+
export type CommunicationAutomationInput = {
|
|
1995
|
+
begin_schedule_at?: InputMaybe<Scalars['String']['input']>;
|
|
1996
|
+
campaign_id: Scalars['ID']['input'];
|
|
1997
|
+
category: Scalars['String']['input'];
|
|
1998
|
+
communication_id: Scalars['ID']['input'];
|
|
1999
|
+
end_schedule_at?: InputMaybe<Scalars['String']['input']>;
|
|
2000
|
+
schedule_at?: InputMaybe<Scalars['String']['input']>;
|
|
2001
|
+
share_setting_id?: InputMaybe<Scalars['ID']['input']>;
|
|
2002
|
+
};
|
|
2003
|
+
|
|
1991
2004
|
export type CommunicationCounts = {
|
|
1992
2005
|
__typename?: 'CommunicationCounts';
|
|
1993
2006
|
draft?: Maybe<Scalars['Int']['output']>;
|
|
@@ -5394,6 +5407,7 @@ export type Mutation = {
|
|
|
5394
5407
|
createCampaignInvitations?: Maybe<Array<Maybe<Invitation>>>;
|
|
5395
5408
|
createCampaignInviteable: Scalars['String']['output'];
|
|
5396
5409
|
createCollection?: Maybe<Collection>;
|
|
5410
|
+
createCommunicationAutomation: CommunicationAutomation;
|
|
5397
5411
|
createContentDiscoveryCampaign: Campaign;
|
|
5398
5412
|
createCustomFieldValue?: Maybe<CustomFieldValues>;
|
|
5399
5413
|
createDigitalAsset?: Maybe<DigitalAsset>;
|
|
@@ -5439,6 +5453,7 @@ export type Mutation = {
|
|
|
5439
5453
|
deleteCampaignInvitation: Scalars['ID']['output'];
|
|
5440
5454
|
deleteCampaignInviteable: Scalars['String']['output'];
|
|
5441
5455
|
deleteCollection?: Maybe<Scalars['ID']['output']>;
|
|
5456
|
+
deleteCommunicationAutomation: Scalars['Boolean']['output'];
|
|
5442
5457
|
deleteDigitalAsset?: Maybe<DeleteDigitalAssetResponse>;
|
|
5443
5458
|
deleteDivision: Scalars['ID']['output'];
|
|
5444
5459
|
deleteEnrollmentSession?: Maybe<Scalars['ID']['output']>;
|
|
@@ -5711,6 +5726,7 @@ export type Mutation = {
|
|
|
5711
5726
|
updateCampaignDescription: Scalars['ID']['output'];
|
|
5712
5727
|
updateChannelCampaign?: Maybe<UpdateChannelCampaignResponse>;
|
|
5713
5728
|
updateCollection?: Maybe<Collection>;
|
|
5729
|
+
updateCommunicationAutomation: CommunicationAutomation;
|
|
5714
5730
|
updateContentDiscoveryItem: ContentDiscovery;
|
|
5715
5731
|
updateContract?: Maybe<Contract>;
|
|
5716
5732
|
updateCustomFieldValue?: Maybe<CustomFieldValues>;
|
|
@@ -6294,6 +6310,13 @@ export type MutationCreateCollectionArgs = {
|
|
|
6294
6310
|
};
|
|
6295
6311
|
|
|
6296
6312
|
|
|
6313
|
+
/** mutation root */
|
|
6314
|
+
export type MutationCreateCommunicationAutomationArgs = {
|
|
6315
|
+
communication_automation: CommunicationAutomationInput;
|
|
6316
|
+
fields?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
6317
|
+
};
|
|
6318
|
+
|
|
6319
|
+
|
|
6297
6320
|
/** mutation root */
|
|
6298
6321
|
export type MutationCreateContentDiscoveryCampaignArgs = {
|
|
6299
6322
|
contentDiscoveryId: Scalars['ID']['input'];
|
|
@@ -6591,6 +6614,12 @@ export type MutationDeleteCollectionArgs = {
|
|
|
6591
6614
|
};
|
|
6592
6615
|
|
|
6593
6616
|
|
|
6617
|
+
/** mutation root */
|
|
6618
|
+
export type MutationDeleteCommunicationAutomationArgs = {
|
|
6619
|
+
id: Scalars['ID']['input'];
|
|
6620
|
+
};
|
|
6621
|
+
|
|
6622
|
+
|
|
6594
6623
|
/** mutation root */
|
|
6595
6624
|
export type MutationDeleteDigitalAssetArgs = {
|
|
6596
6625
|
params: DeleteDigitalAssetParams;
|
|
@@ -7736,6 +7765,14 @@ export type MutationUpdateCollectionArgs = {
|
|
|
7736
7765
|
};
|
|
7737
7766
|
|
|
7738
7767
|
|
|
7768
|
+
/** mutation root */
|
|
7769
|
+
export type MutationUpdateCommunicationAutomationArgs = {
|
|
7770
|
+
communication_automation: CommunicationAutomationInput;
|
|
7771
|
+
fields?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
7772
|
+
id: Scalars['ID']['input'];
|
|
7773
|
+
};
|
|
7774
|
+
|
|
7775
|
+
|
|
7739
7776
|
/** mutation root */
|
|
7740
7777
|
export type MutationUpdateContentDiscoveryItemArgs = {
|
|
7741
7778
|
content_discovery_item: UpdateContentDiscoveryItem;
|
|
@@ -8863,6 +8900,7 @@ export type Query = {
|
|
|
8863
8900
|
getCloudinarySignature: GetCloudinarySignatureResponse;
|
|
8864
8901
|
getCollection?: Maybe<Collection>;
|
|
8865
8902
|
getCollections: Array<Collection>;
|
|
8903
|
+
getCommunication: Communication;
|
|
8866
8904
|
getCommunicationAutomation?: Maybe<CommunicationAutomation>;
|
|
8867
8905
|
getCommunicationOptOuts: Array<CommunicationOptOut>;
|
|
8868
8906
|
getCommunications: Array<Communication>;
|
|
@@ -9682,6 +9720,12 @@ export type QueryGetCollectionsArgs = {
|
|
|
9682
9720
|
};
|
|
9683
9721
|
|
|
9684
9722
|
|
|
9723
|
+
export type QueryGetCommunicationArgs = {
|
|
9724
|
+
fields?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
9725
|
+
id: Scalars['ID']['input'];
|
|
9726
|
+
};
|
|
9727
|
+
|
|
9728
|
+
|
|
9685
9729
|
export type QueryGetCommunicationAutomationArgs = {
|
|
9686
9730
|
fields?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
9687
9731
|
id: Scalars['ID']['input'];
|
package/package.json
CHANGED
package/schema.graphql
CHANGED
|
@@ -1838,6 +1838,7 @@ enum CollectionsResourceType {
|
|
|
1838
1838
|
type Communication {
|
|
1839
1839
|
brand_id: ID
|
|
1840
1840
|
campaign_id: ID
|
|
1841
|
+
communication_automations: [CommunicationAutomation!]
|
|
1841
1842
|
communication_pools: [CommunicationPool!]
|
|
1842
1843
|
completed_at: String
|
|
1843
1844
|
created_at: String
|
|
@@ -1858,6 +1859,7 @@ type Communication {
|
|
|
1858
1859
|
}
|
|
1859
1860
|
|
|
1860
1861
|
type CommunicationAutomation {
|
|
1862
|
+
begin_schedule_at: String
|
|
1861
1863
|
campaign: Campaign
|
|
1862
1864
|
campaign_id: ID!
|
|
1863
1865
|
campaign_name: String
|
|
@@ -1867,6 +1869,7 @@ type CommunicationAutomation {
|
|
|
1867
1869
|
created_at: String!
|
|
1868
1870
|
created_by_id: ID!
|
|
1869
1871
|
deleted_at: String!
|
|
1872
|
+
end_schedule_at: String
|
|
1870
1873
|
id: ID!
|
|
1871
1874
|
progress_stats: String
|
|
1872
1875
|
result: String
|
|
@@ -1891,6 +1894,16 @@ enum CommunicationAutomationFields {
|
|
|
1891
1894
|
share_setting_name
|
|
1892
1895
|
}
|
|
1893
1896
|
|
|
1897
|
+
input CommunicationAutomationInput {
|
|
1898
|
+
begin_schedule_at: String
|
|
1899
|
+
campaign_id: ID!
|
|
1900
|
+
category: String!
|
|
1901
|
+
communication_id: ID!
|
|
1902
|
+
end_schedule_at: String
|
|
1903
|
+
schedule_at: String
|
|
1904
|
+
share_setting_id: ID
|
|
1905
|
+
}
|
|
1906
|
+
|
|
1894
1907
|
type CommunicationCounts {
|
|
1895
1908
|
draft: Int
|
|
1896
1909
|
launched: Int
|
|
@@ -5160,6 +5173,7 @@ type Mutation {
|
|
|
5160
5173
|
createCampaignInvitations(campaignId: ID!, params: CreateCampaignInvitationsParams!): [Invitation]
|
|
5161
5174
|
createCampaignInviteable(campaignId: ID!, inviteableId: ID!, inviteableType: String!): String!
|
|
5162
5175
|
createCollection(data: CreateCollectionData!): Collection
|
|
5176
|
+
createCommunicationAutomation(communication_automation: CommunicationAutomationInput!, fields: [String!]): CommunicationAutomation!
|
|
5163
5177
|
createContentDiscoveryCampaign(contentDiscoveryId: ID!, retailerId: ID!): Campaign!
|
|
5164
5178
|
createCustomFieldValue(data: CreateCustomFieldValueData!, resourceId: ID!, resourceType: CreateCustomFieldResourceType!): CustomFieldValues
|
|
5165
5179
|
createDigitalAsset(params: CreateDigitalAssetParams!): DigitalAsset
|
|
@@ -5206,6 +5220,7 @@ type Mutation {
|
|
|
5206
5220
|
deleteCampaignInvitation(id: ID!): ID!
|
|
5207
5221
|
deleteCampaignInviteable(campaignId: ID!, inviteableId: ID!, inviteableType: String!): String!
|
|
5208
5222
|
deleteCollection(id: ID!): ID
|
|
5223
|
+
deleteCommunicationAutomation(id: ID!): Boolean!
|
|
5209
5224
|
deleteDigitalAsset(params: DeleteDigitalAssetParams!): DeleteDigitalAssetResponse
|
|
5210
5225
|
deleteDivision(id: ID!): ID!
|
|
5211
5226
|
deleteEnrollmentSession(id: ID!): ID
|
|
@@ -6053,6 +6068,7 @@ type Mutation {
|
|
|
6053
6068
|
updateCampaignDescription(campaignDescriptionData: CampaignDescriptionInput!, campaignDescriptionId: ID!): ID!
|
|
6054
6069
|
updateChannelCampaign(params: UpdateChannelCampaignParams!): UpdateChannelCampaignResponse
|
|
6055
6070
|
updateCollection(group: CreateCollectionDataGroup!, id: ID!): Collection
|
|
6071
|
+
updateCommunicationAutomation(communication_automation: CommunicationAutomationInput!, fields: [String!], id: ID!): CommunicationAutomation!
|
|
6056
6072
|
updateContentDiscoveryItem(content_discovery_item: UpdateContentDiscoveryItem!, id: ID!, params: UpdateContentDiscoveryItemParams): ContentDiscovery!
|
|
6057
6073
|
updateContract(contractId: ID!, data: UpdateContractData!): Contract
|
|
6058
6074
|
updateCustomFieldValue(data: UpdateCustomFieldValueData!, resourceId: ID!): CustomFieldValues
|
|
@@ -7874,6 +7890,7 @@ type Query {
|
|
|
7874
7890
|
getCloudinarySignature(params: GetCloudinarySignatureParams): GetCloudinarySignatureResponse!
|
|
7875
7891
|
getCollection(id: ID!, params: GetCollectionParams): Collection
|
|
7876
7892
|
getCollections(params: GetCollectionsParams, resourceId: ID!, resourceType: CollectionsResourceType!): [Collection!]!
|
|
7893
|
+
getCommunication(fields: [String!], id: ID!): Communication!
|
|
7877
7894
|
getCommunicationAutomation(fields: [String!], id: ID!): CommunicationAutomation
|
|
7878
7895
|
getCommunicationOptOuts(fields: [String!], user_id: ID!): [CommunicationOptOut!]!
|
|
7879
7896
|
getCommunications(campaign_id: ID!, fields: [String!]): [Communication!]!
|