@evenicanpm/storefront-core 1.2.1 → 1.2.2
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.
|
@@ -338,6 +338,11 @@ export type AddressWrapper = {
|
|
|
338
338
|
value?: Maybe<Array<Maybe<Address>>>;
|
|
339
339
|
};
|
|
340
340
|
|
|
341
|
+
export enum ApiSource {
|
|
342
|
+
D365 = "d365",
|
|
343
|
+
E4 = "e4",
|
|
344
|
+
}
|
|
345
|
+
|
|
341
346
|
export type Application = {
|
|
342
347
|
__typename?: "Application";
|
|
343
348
|
environment: Scalars["String"]["output"];
|
|
@@ -1271,6 +1276,52 @@ export type CompleteCartMutationResponse = MutationResponse & {
|
|
|
1271
1276
|
success: Scalars["Boolean"]["output"];
|
|
1272
1277
|
};
|
|
1273
1278
|
|
|
1279
|
+
export type ConfigExport = {
|
|
1280
|
+
__typename?: "ConfigExport";
|
|
1281
|
+
DepotGroups?: Maybe<Array<Maybe<DepotGroupExport>>>;
|
|
1282
|
+
Depots?: Maybe<Array<Maybe<DepotExport>>>;
|
|
1283
|
+
Endpoints?: Maybe<Array<Maybe<EndpointExport>>>;
|
|
1284
|
+
Entities?: Maybe<Array<Maybe<EntityExport>>>;
|
|
1285
|
+
Processes?: Maybe<Array<Maybe<ProcessExport>>>;
|
|
1286
|
+
};
|
|
1287
|
+
|
|
1288
|
+
export type ConfigImport = {
|
|
1289
|
+
CreateIntegrationProc?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
1290
|
+
DepotGroups?: InputMaybe<Array<InputMaybe<DepotGroupImport>>>;
|
|
1291
|
+
Depots?: InputMaybe<Array<InputMaybe<DepotImport>>>;
|
|
1292
|
+
Endpoints?: InputMaybe<Array<InputMaybe<EndpointImport>>>;
|
|
1293
|
+
Entities?: InputMaybe<Array<InputMaybe<EntityImport>>>;
|
|
1294
|
+
Processes?: InputMaybe<Array<InputMaybe<ProcessImport>>>;
|
|
1295
|
+
RecreateStagingTable?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
1296
|
+
UseSourceEndpoint?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
1297
|
+
};
|
|
1298
|
+
|
|
1299
|
+
export type ConfigMerge = {
|
|
1300
|
+
code?: InputMaybe<Scalars["String"]["input"]>;
|
|
1301
|
+
connectionName?: InputMaybe<Scalars["String"]["input"]>;
|
|
1302
|
+
dataDescription?: InputMaybe<Scalars["String"]["input"]>;
|
|
1303
|
+
directoryPath?: InputMaybe<Scalars["String"]["input"]>;
|
|
1304
|
+
endpointRoute?: InputMaybe<Scalars["String"]["input"]>;
|
|
1305
|
+
fileType?: InputMaybe<Scalars["String"]["input"]>;
|
|
1306
|
+
header?: InputMaybe<Scalars["String"]["input"]>;
|
|
1307
|
+
maxEndpointMessageAttempts?: InputMaybe<Scalars["Int"]["input"]>;
|
|
1308
|
+
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
1309
|
+
parallelProcessingGroup?: InputMaybe<Scalars["Int"]["input"]>;
|
|
1310
|
+
paramStoredProc?: InputMaybe<Scalars["String"]["input"]>;
|
|
1311
|
+
paramStoredProcVariable?: InputMaybe<Scalars["JSON"]["input"]>;
|
|
1312
|
+
postStoredProc?: InputMaybe<Scalars["String"]["input"]>;
|
|
1313
|
+
preStoredProc?: InputMaybe<Scalars["String"]["input"]>;
|
|
1314
|
+
processId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
1315
|
+
processTemplateId: Scalars["ID"]["input"];
|
|
1316
|
+
properties?: InputMaybe<Scalars["JSON"]["input"]>;
|
|
1317
|
+
requestOptions?: InputMaybe<Scalars["String"]["input"]>;
|
|
1318
|
+
requestType?: InputMaybe<Scalars["String"]["input"]>;
|
|
1319
|
+
seed?: InputMaybe<Scalars["ID"]["input"]>;
|
|
1320
|
+
sort?: InputMaybe<Scalars["Int"]["input"]>;
|
|
1321
|
+
stagedFields?: InputMaybe<Scalars["JSON"]["input"]>;
|
|
1322
|
+
subscriptions?: InputMaybe<Scalars["JSON"]["input"]>;
|
|
1323
|
+
};
|
|
1324
|
+
|
|
1274
1325
|
export type Contact = {
|
|
1275
1326
|
__typename?: "Contact";
|
|
1276
1327
|
account: Account;
|
|
@@ -1387,6 +1438,12 @@ export type ContactsConnection = {
|
|
|
1387
1438
|
recordCount?: Maybe<Scalars["Int"]["output"]>;
|
|
1388
1439
|
};
|
|
1389
1440
|
|
|
1441
|
+
export type CopiedProcess = {
|
|
1442
|
+
__typename?: "CopiedProcess";
|
|
1443
|
+
process?: Maybe<Process>;
|
|
1444
|
+
processTasks?: Maybe<Array<Maybe<ProcessTask>>>;
|
|
1445
|
+
};
|
|
1446
|
+
|
|
1390
1447
|
export type Country = {
|
|
1391
1448
|
__typename?: "Country";
|
|
1392
1449
|
created?: Maybe<Scalars["String"]["output"]>;
|
|
@@ -1527,6 +1584,25 @@ export type CustomersSettings = {
|
|
|
1527
1584
|
resultsPerPage?: Maybe<Scalars["String"]["output"]>;
|
|
1528
1585
|
};
|
|
1529
1586
|
|
|
1587
|
+
export enum DataType {
|
|
1588
|
+
All = "all",
|
|
1589
|
+
Categories = "categories",
|
|
1590
|
+
Cms = "cms",
|
|
1591
|
+
Marketing = "marketing",
|
|
1592
|
+
Products = "products",
|
|
1593
|
+
}
|
|
1594
|
+
|
|
1595
|
+
export type DateRange = {
|
|
1596
|
+
__typename?: "DateRange";
|
|
1597
|
+
endDate?: Maybe<Scalars["DateTime"]["output"]>;
|
|
1598
|
+
startDate?: Maybe<Scalars["DateTime"]["output"]>;
|
|
1599
|
+
};
|
|
1600
|
+
|
|
1601
|
+
export type DateRangeInput = {
|
|
1602
|
+
endDate?: InputMaybe<Scalars["DateTime"]["input"]>;
|
|
1603
|
+
startDate?: InputMaybe<Scalars["DateTime"]["input"]>;
|
|
1604
|
+
};
|
|
1605
|
+
|
|
1530
1606
|
/**
|
|
1531
1607
|
* Allows removal of the assets. This is a generic method that
|
|
1532
1608
|
* removes entity by provided type.
|
|
@@ -1545,12 +1621,11 @@ export type DeleteCartLineInput = {
|
|
|
1545
1621
|
|
|
1546
1622
|
/** Removes document from the search index */
|
|
1547
1623
|
export type DeleteDocumentInput = {
|
|
1624
|
+
/** Alias name of the active index that should be updated. Defaults to 'products' */
|
|
1625
|
+
alias?: InputMaybe<Scalars["String"]["input"]>;
|
|
1548
1626
|
/** Id of the document in the index to remove */
|
|
1549
1627
|
id: Scalars["ID"]["input"];
|
|
1550
|
-
/**
|
|
1551
|
-
* Index name from which the item should be removed.
|
|
1552
|
-
* Default: products
|
|
1553
|
-
*/
|
|
1628
|
+
/** Index name that should be updated. Used when alias is not provided */
|
|
1554
1629
|
index?: InputMaybe<Scalars["String"]["input"]>;
|
|
1555
1630
|
};
|
|
1556
1631
|
|
|
@@ -1572,6 +1647,13 @@ export type DeleteRelatedAccount = {
|
|
|
1572
1647
|
relatedAccountId: Scalars["ID"]["input"];
|
|
1573
1648
|
};
|
|
1574
1649
|
|
|
1650
|
+
export type DeleteResult = {
|
|
1651
|
+
__typename?: "DeleteResult";
|
|
1652
|
+
message?: Maybe<Scalars["String"]["output"]>;
|
|
1653
|
+
/** 200 if delete successful. 500 if failed. */
|
|
1654
|
+
status: Scalars["Int"]["output"];
|
|
1655
|
+
};
|
|
1656
|
+
|
|
1575
1657
|
export type DeleteSavedCartResponse = MutationResponse & {
|
|
1576
1658
|
__typename?: "DeleteSavedCartResponse";
|
|
1577
1659
|
code: Scalars["String"]["output"];
|
|
@@ -1609,6 +1691,100 @@ export type DeleteWishlistInput = {
|
|
|
1609
1691
|
wishlistId: Scalars["ID"]["input"];
|
|
1610
1692
|
};
|
|
1611
1693
|
|
|
1694
|
+
export type DeletedRecord = {
|
|
1695
|
+
__typename?: "DeletedRecord";
|
|
1696
|
+
id: Scalars["ID"]["output"];
|
|
1697
|
+
};
|
|
1698
|
+
|
|
1699
|
+
export type Depot = {
|
|
1700
|
+
__typename?: "Depot";
|
|
1701
|
+
code?: Maybe<Scalars["String"]["output"]>;
|
|
1702
|
+
created: Scalars["DateTime"]["output"];
|
|
1703
|
+
depotGroup?: Maybe<DepotGroup>;
|
|
1704
|
+
endpointType?: Maybe<EndpointType>;
|
|
1705
|
+
extendedFields?: Maybe<Scalars["JSON"]["output"]>;
|
|
1706
|
+
id: Scalars["ID"]["output"];
|
|
1707
|
+
modified: Scalars["DateTime"]["output"];
|
|
1708
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
1709
|
+
sort?: Maybe<Scalars["Int"]["output"]>;
|
|
1710
|
+
url?: Maybe<Scalars["String"]["output"]>;
|
|
1711
|
+
};
|
|
1712
|
+
|
|
1713
|
+
export type DepotCreate = {
|
|
1714
|
+
code?: InputMaybe<Scalars["String"]["input"]>;
|
|
1715
|
+
depotGroupId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
1716
|
+
/** New entry uses this ID. If omitted, generates a random ID. Make sure the ID is not in use already! */
|
|
1717
|
+
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
1718
|
+
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
1719
|
+
};
|
|
1720
|
+
|
|
1721
|
+
export type DepotExport = {
|
|
1722
|
+
__typename?: "DepotExport";
|
|
1723
|
+
Depot: Scalars["String"]["output"];
|
|
1724
|
+
DepotGroup?: Maybe<Scalars["String"]["output"]>;
|
|
1725
|
+
DepotId?: Maybe<Scalars["ID"]["output"]>;
|
|
1726
|
+
};
|
|
1727
|
+
|
|
1728
|
+
export type DepotGroup = {
|
|
1729
|
+
__typename?: "DepotGroup";
|
|
1730
|
+
breadcrumbIds?: Maybe<Scalars["String"]["output"]>;
|
|
1731
|
+
code?: Maybe<Scalars["String"]["output"]>;
|
|
1732
|
+
created: Scalars["DateTime"]["output"];
|
|
1733
|
+
extendedFields?: Maybe<Scalars["JSON"]["output"]>;
|
|
1734
|
+
id: Scalars["ID"]["output"];
|
|
1735
|
+
modified: Scalars["DateTime"]["output"];
|
|
1736
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
1737
|
+
parentId?: Maybe<Scalars["ID"]["output"]>;
|
|
1738
|
+
rootId?: Maybe<Scalars["ID"]["output"]>;
|
|
1739
|
+
sort?: Maybe<Scalars["Int"]["output"]>;
|
|
1740
|
+
tier?: Maybe<Scalars["Int"]["output"]>;
|
|
1741
|
+
};
|
|
1742
|
+
|
|
1743
|
+
export type DepotGroupCreate = {
|
|
1744
|
+
code?: InputMaybe<Scalars["String"]["input"]>;
|
|
1745
|
+
/** New entry uses this ID. If omitted, generates a random ID. Make sure the ID is not in use already! */
|
|
1746
|
+
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
1747
|
+
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
1748
|
+
/** Specify new group's parent. If null, new group is root. */
|
|
1749
|
+
parentId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
1750
|
+
};
|
|
1751
|
+
|
|
1752
|
+
export type DepotGroupExport = {
|
|
1753
|
+
__typename?: "DepotGroupExport";
|
|
1754
|
+
DepotGroup: Scalars["String"]["output"];
|
|
1755
|
+
DepotGroupId?: Maybe<Scalars["ID"]["output"]>;
|
|
1756
|
+
};
|
|
1757
|
+
|
|
1758
|
+
export type DepotGroupImport = {
|
|
1759
|
+
DepotGroup: Scalars["String"]["input"];
|
|
1760
|
+
DepotGroupId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
1761
|
+
};
|
|
1762
|
+
|
|
1763
|
+
export type DepotGroupUpdate = {
|
|
1764
|
+
code?: InputMaybe<Scalars["String"]["input"]>;
|
|
1765
|
+
extendedFields?: InputMaybe<Scalars["JSON"]["input"]>;
|
|
1766
|
+
id: Scalars["ID"]["input"];
|
|
1767
|
+
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
1768
|
+
sort?: InputMaybe<Scalars["Int"]["input"]>;
|
|
1769
|
+
};
|
|
1770
|
+
|
|
1771
|
+
export type DepotImport = {
|
|
1772
|
+
Depot: Scalars["String"]["input"];
|
|
1773
|
+
DepotGroup?: InputMaybe<Scalars["String"]["input"]>;
|
|
1774
|
+
DepotId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
1775
|
+
};
|
|
1776
|
+
|
|
1777
|
+
export type DepotUpdate = {
|
|
1778
|
+
code?: InputMaybe<Scalars["String"]["input"]>;
|
|
1779
|
+
depotGroupId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
1780
|
+
endpointTypeId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
1781
|
+
extendedFields?: InputMaybe<Scalars["JSON"]["input"]>;
|
|
1782
|
+
id: Scalars["ID"]["input"];
|
|
1783
|
+
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
1784
|
+
sort?: InputMaybe<Scalars["Int"]["input"]>;
|
|
1785
|
+
url?: InputMaybe<Scalars["String"]["input"]>;
|
|
1786
|
+
};
|
|
1787
|
+
|
|
1612
1788
|
export type DetailSavedCartEdge = {
|
|
1613
1789
|
__typename?: "DetailSavedCartEdge";
|
|
1614
1790
|
cursor?: Maybe<Scalars["String"]["output"]>;
|
|
@@ -1674,6 +1850,94 @@ export type Dimensions = {
|
|
|
1674
1850
|
Label?: Maybe<Scalars["String"]["output"]>;
|
|
1675
1851
|
};
|
|
1676
1852
|
|
|
1853
|
+
export type Document = {
|
|
1854
|
+
__typename?: "Document";
|
|
1855
|
+
code?: Maybe<Scalars["String"]["output"]>;
|
|
1856
|
+
created: Scalars["DateTime"]["output"];
|
|
1857
|
+
documentGroup?: Maybe<DocumentGroup>;
|
|
1858
|
+
documentType: DocumentType;
|
|
1859
|
+
extendedFields?: Maybe<Scalars["JSON"]["output"]>;
|
|
1860
|
+
id: Scalars["ID"]["output"];
|
|
1861
|
+
metadata?: Maybe<Scalars["String"]["output"]>;
|
|
1862
|
+
modified: Scalars["DateTime"]["output"];
|
|
1863
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
1864
|
+
};
|
|
1865
|
+
|
|
1866
|
+
export type DocumentField = {
|
|
1867
|
+
__typename?: "DocumentField";
|
|
1868
|
+
code?: Maybe<Scalars["String"]["output"]>;
|
|
1869
|
+
created: Scalars["DateTime"]["output"];
|
|
1870
|
+
decimalPlaces?: Maybe<Scalars["Int"]["output"]>;
|
|
1871
|
+
document: Document;
|
|
1872
|
+
extendedFields?: Maybe<Scalars["JSON"]["output"]>;
|
|
1873
|
+
fieldType: FieldType;
|
|
1874
|
+
id: Scalars["ID"]["output"];
|
|
1875
|
+
isOptional?: Maybe<Scalars["Int"]["output"]>;
|
|
1876
|
+
length?: Maybe<Scalars["Int"]["output"]>;
|
|
1877
|
+
modified: Scalars["DateTime"]["output"];
|
|
1878
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
1879
|
+
sort?: Maybe<Scalars["Int"]["output"]>;
|
|
1880
|
+
validationFailureAction?: Maybe<ValidationFailureAction>;
|
|
1881
|
+
};
|
|
1882
|
+
|
|
1883
|
+
export type DocumentFieldCreate = {
|
|
1884
|
+
code?: InputMaybe<Scalars["String"]["input"]>;
|
|
1885
|
+
decimalPlaces?: InputMaybe<Scalars["Int"]["input"]>;
|
|
1886
|
+
documentId: Scalars["ID"]["input"];
|
|
1887
|
+
extendedFields?: InputMaybe<Scalars["JSON"]["input"]>;
|
|
1888
|
+
fieldTypeId: Scalars["ID"]["input"];
|
|
1889
|
+
/** New entry uses this ID. If omitted, generates a random ID. Make sure the ID is not in use already! */
|
|
1890
|
+
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
1891
|
+
isOptional?: InputMaybe<Scalars["Int"]["input"]>;
|
|
1892
|
+
length?: InputMaybe<Scalars["Int"]["input"]>;
|
|
1893
|
+
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
1894
|
+
sort?: InputMaybe<Scalars["Int"]["input"]>;
|
|
1895
|
+
validationFailureActionId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
1896
|
+
};
|
|
1897
|
+
|
|
1898
|
+
export type DocumentFieldUpdate = {
|
|
1899
|
+
code?: InputMaybe<Scalars["String"]["input"]>;
|
|
1900
|
+
decimalPlaces?: InputMaybe<Scalars["Int"]["input"]>;
|
|
1901
|
+
documentId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
1902
|
+
extendedFields?: InputMaybe<Scalars["JSON"]["input"]>;
|
|
1903
|
+
fieldTypeId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
1904
|
+
id: Scalars["ID"]["input"];
|
|
1905
|
+
isOptional?: InputMaybe<Scalars["Int"]["input"]>;
|
|
1906
|
+
length?: InputMaybe<Scalars["Int"]["input"]>;
|
|
1907
|
+
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
1908
|
+
sort?: InputMaybe<Scalars["Int"]["input"]>;
|
|
1909
|
+
validationFailureActionId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
1910
|
+
};
|
|
1911
|
+
|
|
1912
|
+
export type DocumentGroup = {
|
|
1913
|
+
__typename?: "DocumentGroup";
|
|
1914
|
+
breadcrumbIds?: Maybe<Scalars["String"]["output"]>;
|
|
1915
|
+
code?: Maybe<Scalars["String"]["output"]>;
|
|
1916
|
+
created: Scalars["DateTime"]["output"];
|
|
1917
|
+
extendedFields?: Maybe<Scalars["JSON"]["output"]>;
|
|
1918
|
+
id: Scalars["ID"]["output"];
|
|
1919
|
+
modified: Scalars["DateTime"]["output"];
|
|
1920
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
1921
|
+
parentId?: Maybe<Scalars["ID"]["output"]>;
|
|
1922
|
+
rootId?: Maybe<Scalars["ID"]["output"]>;
|
|
1923
|
+
sort?: Maybe<Scalars["Int"]["output"]>;
|
|
1924
|
+
tier?: Maybe<Scalars["Int"]["output"]>;
|
|
1925
|
+
};
|
|
1926
|
+
|
|
1927
|
+
export type DocumentType = {
|
|
1928
|
+
__typename?: "DocumentType";
|
|
1929
|
+
code?: Maybe<Scalars["String"]["output"]>;
|
|
1930
|
+
created: Scalars["DateTime"]["output"];
|
|
1931
|
+
id: Scalars["ID"]["output"];
|
|
1932
|
+
metadataSchema?: Maybe<Scalars["String"]["output"]>;
|
|
1933
|
+
modified: Scalars["DateTime"]["output"];
|
|
1934
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
1935
|
+
parentId?: Maybe<Scalars["ID"]["output"]>;
|
|
1936
|
+
rootId?: Maybe<Scalars["ID"]["output"]>;
|
|
1937
|
+
sort?: Maybe<Scalars["Int"]["output"]>;
|
|
1938
|
+
tier?: Maybe<Scalars["Int"]["output"]>;
|
|
1939
|
+
};
|
|
1940
|
+
|
|
1677
1941
|
export type Email = Node & {
|
|
1678
1942
|
__typename?: "Email";
|
|
1679
1943
|
contact: Contact;
|
|
@@ -1685,10 +1949,403 @@ export type Email = Node & {
|
|
|
1685
1949
|
modifiedBy?: Maybe<Contact>;
|
|
1686
1950
|
};
|
|
1687
1951
|
|
|
1952
|
+
export type Endpoint = {
|
|
1953
|
+
__typename?: "Endpoint";
|
|
1954
|
+
code?: Maybe<Scalars["String"]["output"]>;
|
|
1955
|
+
collectionPropertyName?: Maybe<Scalars["String"]["output"]>;
|
|
1956
|
+
created: Scalars["DateTime"]["output"];
|
|
1957
|
+
defaultProcessTaskType?: Maybe<ProcessTaskType>;
|
|
1958
|
+
depot?: Maybe<Depot>;
|
|
1959
|
+
displayName?: Maybe<Scalars["String"]["output"]>;
|
|
1960
|
+
document?: Maybe<Document>;
|
|
1961
|
+
endpointStatus?: Maybe<EndpointStatus>;
|
|
1962
|
+
endpointType?: Maybe<EndpointType>;
|
|
1963
|
+
entity?: Maybe<Entity>;
|
|
1964
|
+
id: Scalars["ID"]["output"];
|
|
1965
|
+
isPublish?: Maybe<Scalars["Int"]["output"]>;
|
|
1966
|
+
metadata?: Maybe<Scalars["String"]["output"]>;
|
|
1967
|
+
modified: Scalars["DateTime"]["output"];
|
|
1968
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
1969
|
+
processTemplate?: Maybe<ProcessTemplate>;
|
|
1970
|
+
stagingTableName?: Maybe<Scalars["String"]["output"]>;
|
|
1971
|
+
stagingTableSchema?: Maybe<Scalars["String"]["output"]>;
|
|
1972
|
+
templateConfig?: Maybe<Scalars["String"]["output"]>;
|
|
1973
|
+
};
|
|
1974
|
+
|
|
1975
|
+
export type EndpointConnection = {
|
|
1976
|
+
__typename?: "EndpointConnection";
|
|
1977
|
+
edges: Array<EndpointEdge>;
|
|
1978
|
+
nodes?: Maybe<Array<Maybe<Endpoint>>>;
|
|
1979
|
+
pageInfo: PageInfo;
|
|
1980
|
+
recordCount?: Maybe<Scalars["Int"]["output"]>;
|
|
1981
|
+
};
|
|
1982
|
+
|
|
1983
|
+
export type EndpointCreate = {
|
|
1984
|
+
code?: InputMaybe<Scalars["String"]["input"]>;
|
|
1985
|
+
collectionPropertyName?: InputMaybe<Scalars["String"]["input"]>;
|
|
1986
|
+
depotId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
1987
|
+
endpointTypeId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
1988
|
+
entityId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
1989
|
+
/** New entry uses this ID. If omitted, generates a random ID. Make sure the ID is not in use already! */
|
|
1990
|
+
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
1991
|
+
metadata?: InputMaybe<Scalars["String"]["input"]>;
|
|
1992
|
+
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
1993
|
+
processTemplateId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
1994
|
+
stagingTableName?: InputMaybe<Scalars["String"]["input"]>;
|
|
1995
|
+
stagingTableSchema?: InputMaybe<Scalars["String"]["input"]>;
|
|
1996
|
+
templateConfig?: InputMaybe<Scalars["String"]["input"]>;
|
|
1997
|
+
};
|
|
1998
|
+
|
|
1999
|
+
export type EndpointEdge = {
|
|
2000
|
+
__typename?: "EndpointEdge";
|
|
2001
|
+
cursor?: Maybe<Scalars["String"]["output"]>;
|
|
2002
|
+
node: Endpoint;
|
|
2003
|
+
};
|
|
2004
|
+
|
|
2005
|
+
export type EndpointExport = {
|
|
2006
|
+
__typename?: "EndpointExport";
|
|
2007
|
+
Depot?: Maybe<Scalars["String"]["output"]>;
|
|
2008
|
+
Endpoint?: Maybe<Scalars["String"]["output"]>;
|
|
2009
|
+
EndpointId?: Maybe<Scalars["ID"]["output"]>;
|
|
2010
|
+
EndpointType?: Maybe<Scalars["String"]["output"]>;
|
|
2011
|
+
Entity?: Maybe<Scalars["String"]["output"]>;
|
|
2012
|
+
Metadata?: Maybe<Scalars["String"]["output"]>;
|
|
2013
|
+
Name?: Maybe<Scalars["String"]["output"]>;
|
|
2014
|
+
ProcessTemplateId?: Maybe<Scalars["ID"]["output"]>;
|
|
2015
|
+
StagingTableName?: Maybe<Scalars["String"]["output"]>;
|
|
2016
|
+
StagingTableSchema?: Maybe<Scalars["String"]["output"]>;
|
|
2017
|
+
Subscriptions?: Maybe<Array<Maybe<EndpointSubscriptionExport>>>;
|
|
2018
|
+
TemplateConfig?: Maybe<Scalars["JSON"]["output"]>;
|
|
2019
|
+
};
|
|
2020
|
+
|
|
2021
|
+
export type EndpointImport = {
|
|
2022
|
+
Depot?: InputMaybe<Scalars["String"]["input"]>;
|
|
2023
|
+
Endpoint?: InputMaybe<Scalars["String"]["input"]>;
|
|
2024
|
+
EndpointId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
2025
|
+
EndpointType?: InputMaybe<Scalars["String"]["input"]>;
|
|
2026
|
+
Entity?: InputMaybe<Scalars["String"]["input"]>;
|
|
2027
|
+
KeyHint?: InputMaybe<Scalars["String"]["input"]>;
|
|
2028
|
+
Metadata?: InputMaybe<Scalars["String"]["input"]>;
|
|
2029
|
+
Name?: InputMaybe<Scalars["String"]["input"]>;
|
|
2030
|
+
ProcessTemplateId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
2031
|
+
StagingTableName?: InputMaybe<Scalars["String"]["input"]>;
|
|
2032
|
+
StagingTableSchema?: InputMaybe<Scalars["String"]["input"]>;
|
|
2033
|
+
Subscriptions?: InputMaybe<Array<InputMaybe<EndpointSubscriptionImport>>>;
|
|
2034
|
+
TemplateConfig?: InputMaybe<Scalars["JSON"]["input"]>;
|
|
2035
|
+
};
|
|
2036
|
+
|
|
2037
|
+
export type EndpointQueue = {
|
|
2038
|
+
__typename?: "EndpointQueue";
|
|
2039
|
+
code?: Maybe<Scalars["String"]["output"]>;
|
|
2040
|
+
created: Scalars["DateTime"]["output"];
|
|
2041
|
+
endpoint: Endpoint;
|
|
2042
|
+
endpointQueueStatus?: Maybe<EndpointQueueStatus>;
|
|
2043
|
+
extendedFields?: Maybe<Scalars["JSON"]["output"]>;
|
|
2044
|
+
id: Scalars["ID"]["output"];
|
|
2045
|
+
modified: Scalars["DateTime"]["output"];
|
|
2046
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
2047
|
+
};
|
|
2048
|
+
|
|
2049
|
+
export type EndpointQueueCreate = {
|
|
2050
|
+
code?: InputMaybe<Scalars["String"]["input"]>;
|
|
2051
|
+
endpointId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
2052
|
+
/** New entry uses this ID. If omitted, generates a random ID. Make sure the ID is not in use already! */
|
|
2053
|
+
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
2054
|
+
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
2055
|
+
};
|
|
2056
|
+
|
|
2057
|
+
export type EndpointQueueStatus = {
|
|
2058
|
+
__typename?: "EndpointQueueStatus";
|
|
2059
|
+
code?: Maybe<Scalars["String"]["output"]>;
|
|
2060
|
+
created: Scalars["DateTime"]["output"];
|
|
2061
|
+
extendedFields?: Maybe<Scalars["JSON"]["output"]>;
|
|
2062
|
+
id: Scalars["ID"]["output"];
|
|
2063
|
+
modified: Scalars["DateTime"]["output"];
|
|
2064
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
2065
|
+
};
|
|
2066
|
+
|
|
2067
|
+
export type EndpointQueueUpdate = {
|
|
2068
|
+
code?: InputMaybe<Scalars["String"]["input"]>;
|
|
2069
|
+
endpointId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
2070
|
+
endpointQueueStatusId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
2071
|
+
extendedFields?: InputMaybe<Scalars["JSON"]["input"]>;
|
|
2072
|
+
id: Scalars["ID"]["input"];
|
|
2073
|
+
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
2074
|
+
};
|
|
2075
|
+
|
|
2076
|
+
export type EndpointStatus = {
|
|
2077
|
+
__typename?: "EndpointStatus";
|
|
2078
|
+
code?: Maybe<Scalars["String"]["output"]>;
|
|
2079
|
+
created: Scalars["DateTime"]["output"];
|
|
2080
|
+
extendedFields?: Maybe<Scalars["JSON"]["output"]>;
|
|
2081
|
+
id: Scalars["ID"]["output"];
|
|
2082
|
+
modified: Scalars["DateTime"]["output"];
|
|
2083
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
2084
|
+
};
|
|
2085
|
+
|
|
2086
|
+
export type EndpointSubscription = {
|
|
2087
|
+
__typename?: "EndpointSubscription";
|
|
2088
|
+
created: Scalars["DateTime"]["output"];
|
|
2089
|
+
endpoint: Endpoint;
|
|
2090
|
+
endpointQueue: EndpointQueue;
|
|
2091
|
+
extendedFields?: Maybe<Scalars["JSON"]["output"]>;
|
|
2092
|
+
id: Scalars["ID"]["output"];
|
|
2093
|
+
modified: Scalars["DateTime"]["output"];
|
|
2094
|
+
subscriptionDate?: Maybe<Scalars["DateTime"]["output"]>;
|
|
2095
|
+
};
|
|
2096
|
+
|
|
2097
|
+
export type EndpointSubscriptionCreate = {
|
|
2098
|
+
endpointId: Scalars["ID"]["input"];
|
|
2099
|
+
endpointQueueId: Scalars["ID"]["input"];
|
|
2100
|
+
/** New entry uses this ID. If omitted, generates a random ID. Make sure the ID is not in use already! */
|
|
2101
|
+
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
2102
|
+
subscriptionDate?: InputMaybe<Scalars["DateTime"]["input"]>;
|
|
2103
|
+
};
|
|
2104
|
+
|
|
2105
|
+
export type EndpointSubscriptionExport = {
|
|
2106
|
+
__typename?: "EndpointSubscriptionExport";
|
|
2107
|
+
EndpointQueueId?: Maybe<Scalars["ID"]["output"]>;
|
|
2108
|
+
EndpointSubscriptionId?: Maybe<Scalars["ID"]["output"]>;
|
|
2109
|
+
SourceEndpoint?: Maybe<Scalars["String"]["output"]>;
|
|
2110
|
+
TargetEndpoint?: Maybe<Scalars["String"]["output"]>;
|
|
2111
|
+
Transformations?: Maybe<Array<Maybe<TransformationExport>>>;
|
|
2112
|
+
};
|
|
2113
|
+
|
|
2114
|
+
export type EndpointSubscriptionImport = {
|
|
2115
|
+
EndpointQueueId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
2116
|
+
EndpointSubscriptionId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
2117
|
+
SourceEndpoint?: InputMaybe<Scalars["String"]["input"]>;
|
|
2118
|
+
TargetEndpoint?: InputMaybe<Scalars["String"]["input"]>;
|
|
2119
|
+
Transformations?: InputMaybe<Array<InputMaybe<TransformationImport>>>;
|
|
2120
|
+
};
|
|
2121
|
+
|
|
2122
|
+
export type EndpointSubscriptionUpdate = {
|
|
2123
|
+
endpointId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
2124
|
+
endpointQueueId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
2125
|
+
extendedFields?: InputMaybe<Scalars["JSON"]["input"]>;
|
|
2126
|
+
id: Scalars["ID"]["input"];
|
|
2127
|
+
subscriptionDate?: InputMaybe<Scalars["DateTime"]["input"]>;
|
|
2128
|
+
};
|
|
2129
|
+
|
|
2130
|
+
export type EndpointType = {
|
|
2131
|
+
__typename?: "EndpointType";
|
|
2132
|
+
breadcrumbIds?: Maybe<Scalars["String"]["output"]>;
|
|
2133
|
+
code?: Maybe<Scalars["String"]["output"]>;
|
|
2134
|
+
created: Scalars["DateTime"]["output"];
|
|
2135
|
+
id: Scalars["ID"]["output"];
|
|
2136
|
+
metadataSchema?: Maybe<Scalars["String"]["output"]>;
|
|
2137
|
+
modified: Scalars["DateTime"]["output"];
|
|
2138
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
2139
|
+
parentId?: Maybe<Scalars["ID"]["output"]>;
|
|
2140
|
+
rootId?: Maybe<Scalars["ID"]["output"]>;
|
|
2141
|
+
sort?: Maybe<Scalars["Int"]["output"]>;
|
|
2142
|
+
tier?: Maybe<Scalars["Int"]["output"]>;
|
|
2143
|
+
};
|
|
2144
|
+
|
|
2145
|
+
export type EndpointUpdate = {
|
|
2146
|
+
code?: InputMaybe<Scalars["String"]["input"]>;
|
|
2147
|
+
collectionPropertyName?: InputMaybe<Scalars["String"]["input"]>;
|
|
2148
|
+
defaultProcessTaskTypeId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
2149
|
+
depotId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
2150
|
+
displayName?: InputMaybe<Scalars["String"]["input"]>;
|
|
2151
|
+
documentId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
2152
|
+
endpointStatusId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
2153
|
+
endpointTypeId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
2154
|
+
entityId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
2155
|
+
id: Scalars["ID"]["input"];
|
|
2156
|
+
isPublish?: InputMaybe<Scalars["Int"]["input"]>;
|
|
2157
|
+
metadata?: InputMaybe<Scalars["String"]["input"]>;
|
|
2158
|
+
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
2159
|
+
processTemplateId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
2160
|
+
stagingTableName?: InputMaybe<Scalars["String"]["input"]>;
|
|
2161
|
+
stagingTableSchema?: InputMaybe<Scalars["String"]["input"]>;
|
|
2162
|
+
templateConfig?: InputMaybe<Scalars["String"]["input"]>;
|
|
2163
|
+
};
|
|
2164
|
+
|
|
2165
|
+
export type Entity = {
|
|
2166
|
+
__typename?: "Entity";
|
|
2167
|
+
code?: Maybe<Scalars["String"]["output"]>;
|
|
2168
|
+
created: Scalars["DateTime"]["output"];
|
|
2169
|
+
displayName?: Maybe<Scalars["String"]["output"]>;
|
|
2170
|
+
enableParse?: Maybe<Scalars["Int"]["output"]>;
|
|
2171
|
+
entityGroup?: Maybe<EntityGroup>;
|
|
2172
|
+
entitySchema?: Maybe<Scalars["String"]["output"]>;
|
|
2173
|
+
entityType?: Maybe<EntityType>;
|
|
2174
|
+
extendedFields?: Maybe<Scalars["JSON"]["output"]>;
|
|
2175
|
+
id: Scalars["ID"]["output"];
|
|
2176
|
+
modified: Scalars["DateTime"]["output"];
|
|
2177
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
2178
|
+
parentId?: Maybe<Scalars["ID"]["output"]>;
|
|
2179
|
+
rootId?: Maybe<Scalars["ID"]["output"]>;
|
|
2180
|
+
sourceEntityName?: Maybe<Scalars["String"]["output"]>;
|
|
2181
|
+
tier?: Maybe<Scalars["Int"]["output"]>;
|
|
2182
|
+
};
|
|
2183
|
+
|
|
1688
2184
|
export type EntityAttribute = {
|
|
1689
2185
|
value?: Maybe<Scalars["String"]["output"]>;
|
|
1690
2186
|
};
|
|
1691
2187
|
|
|
2188
|
+
export type EntityCreate = {
|
|
2189
|
+
code?: InputMaybe<Scalars["String"]["input"]>;
|
|
2190
|
+
enableParse?: InputMaybe<Scalars["Int"]["input"]>;
|
|
2191
|
+
entitySchema?: InputMaybe<Scalars["String"]["input"]>;
|
|
2192
|
+
entityTypeId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
2193
|
+
extendedFields?: InputMaybe<Scalars["JSON"]["input"]>;
|
|
2194
|
+
/** New entry uses this ID. If omitted, generates a random ID. Make sure the ID is not in use already! */
|
|
2195
|
+
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
2196
|
+
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
2197
|
+
sourceEntityName?: InputMaybe<Scalars["String"]["input"]>;
|
|
2198
|
+
};
|
|
2199
|
+
|
|
2200
|
+
export type EntityExport = {
|
|
2201
|
+
__typename?: "EntityExport";
|
|
2202
|
+
EnableParse?: Maybe<Scalars["Int"]["output"]>;
|
|
2203
|
+
Entity?: Maybe<Scalars["String"]["output"]>;
|
|
2204
|
+
EntityFields?: Maybe<Array<Maybe<EntityFieldExport>>>;
|
|
2205
|
+
EntityId?: Maybe<Scalars["ID"]["output"]>;
|
|
2206
|
+
EntitySchema?: Maybe<Scalars["String"]["output"]>;
|
|
2207
|
+
EntityType?: Maybe<Scalars["String"]["output"]>;
|
|
2208
|
+
ExtendedFields?: Maybe<Scalars["String"]["output"]>;
|
|
2209
|
+
Name?: Maybe<Scalars["String"]["output"]>;
|
|
2210
|
+
SourceEntityName?: Maybe<Scalars["String"]["output"]>;
|
|
2211
|
+
};
|
|
2212
|
+
|
|
2213
|
+
export type EntityField = {
|
|
2214
|
+
__typename?: "EntityField";
|
|
2215
|
+
code?: Maybe<Scalars["String"]["output"]>;
|
|
2216
|
+
created: Scalars["DateTime"]["output"];
|
|
2217
|
+
decimalPlaces?: Maybe<Scalars["Int"]["output"]>;
|
|
2218
|
+
entity: Entity;
|
|
2219
|
+
enumId?: Maybe<Scalars["ID"]["output"]>;
|
|
2220
|
+
extendedFields?: Maybe<Scalars["JSON"]["output"]>;
|
|
2221
|
+
fieldType: FieldType;
|
|
2222
|
+
id: Scalars["ID"]["output"];
|
|
2223
|
+
isDisplay?: Maybe<Scalars["Int"]["output"]>;
|
|
2224
|
+
isEditable?: Maybe<Scalars["Int"]["output"]>;
|
|
2225
|
+
isKey?: Maybe<Scalars["Int"]["output"]>;
|
|
2226
|
+
isRequired?: Maybe<Scalars["Int"]["output"]>;
|
|
2227
|
+
length?: Maybe<Scalars["Int"]["output"]>;
|
|
2228
|
+
modified: Scalars["DateTime"]["output"];
|
|
2229
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
2230
|
+
parentEntityFieldId?: Maybe<Scalars["ID"]["output"]>;
|
|
2231
|
+
path?: Maybe<Scalars["String"]["output"]>;
|
|
2232
|
+
sort?: Maybe<Scalars["Int"]["output"]>;
|
|
2233
|
+
subEntityId?: Maybe<Scalars["ID"]["output"]>;
|
|
2234
|
+
tier?: Maybe<Scalars["Int"]["output"]>;
|
|
2235
|
+
};
|
|
2236
|
+
|
|
2237
|
+
export type EntityFieldCreate = {
|
|
2238
|
+
code?: InputMaybe<Scalars["String"]["input"]>;
|
|
2239
|
+
decimalPlaces?: InputMaybe<Scalars["Int"]["input"]>;
|
|
2240
|
+
entityId: Scalars["ID"]["input"];
|
|
2241
|
+
fieldTypeId: Scalars["ID"]["input"];
|
|
2242
|
+
/** New entry uses this ID. If omitted, generates a random ID. Make sure the ID is not in use already! */
|
|
2243
|
+
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
2244
|
+
isEditable?: InputMaybe<Scalars["Int"]["input"]>;
|
|
2245
|
+
isKey?: InputMaybe<Scalars["Int"]["input"]>;
|
|
2246
|
+
isRequired?: InputMaybe<Scalars["Int"]["input"]>;
|
|
2247
|
+
length?: InputMaybe<Scalars["Int"]["input"]>;
|
|
2248
|
+
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
2249
|
+
path?: InputMaybe<Scalars["String"]["input"]>;
|
|
2250
|
+
sort?: InputMaybe<Scalars["Int"]["input"]>;
|
|
2251
|
+
};
|
|
2252
|
+
|
|
2253
|
+
export type EntityFieldExport = {
|
|
2254
|
+
__typename?: "EntityFieldExport";
|
|
2255
|
+
EntityField?: Maybe<Scalars["String"]["output"]>;
|
|
2256
|
+
EntityFieldId?: Maybe<Scalars["ID"]["output"]>;
|
|
2257
|
+
FieldType?: Maybe<Scalars["String"]["output"]>;
|
|
2258
|
+
IsEditable?: Maybe<Scalars["Int"]["output"]>;
|
|
2259
|
+
IsKey?: Maybe<Scalars["Int"]["output"]>;
|
|
2260
|
+
IsRequired?: Maybe<Scalars["Int"]["output"]>;
|
|
2261
|
+
Length?: Maybe<Scalars["Int"]["output"]>;
|
|
2262
|
+
Path?: Maybe<Scalars["String"]["output"]>;
|
|
2263
|
+
Sort?: Maybe<Scalars["Int"]["output"]>;
|
|
2264
|
+
};
|
|
2265
|
+
|
|
2266
|
+
export type EntityFieldImport = {
|
|
2267
|
+
EntityField?: InputMaybe<Scalars["String"]["input"]>;
|
|
2268
|
+
EntityFieldId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
2269
|
+
FieldType?: InputMaybe<Scalars["String"]["input"]>;
|
|
2270
|
+
IsEditable?: InputMaybe<Scalars["Int"]["input"]>;
|
|
2271
|
+
IsKey?: InputMaybe<Scalars["Int"]["input"]>;
|
|
2272
|
+
IsRequired?: InputMaybe<Scalars["Int"]["input"]>;
|
|
2273
|
+
Length?: InputMaybe<Scalars["Int"]["input"]>;
|
|
2274
|
+
Path?: InputMaybe<Scalars["String"]["input"]>;
|
|
2275
|
+
Sort?: InputMaybe<Scalars["Int"]["input"]>;
|
|
2276
|
+
};
|
|
2277
|
+
|
|
2278
|
+
export type EntityFieldUpdate = {
|
|
2279
|
+
code?: InputMaybe<Scalars["String"]["input"]>;
|
|
2280
|
+
decimalPlaces?: InputMaybe<Scalars["Int"]["input"]>;
|
|
2281
|
+
entityId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
2282
|
+
enumId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
2283
|
+
extendedFields?: InputMaybe<Scalars["JSON"]["input"]>;
|
|
2284
|
+
fieldTypeID?: InputMaybe<Scalars["ID"]["input"]>;
|
|
2285
|
+
id: Scalars["ID"]["input"];
|
|
2286
|
+
isDisplay?: InputMaybe<Scalars["Int"]["input"]>;
|
|
2287
|
+
isEditable?: InputMaybe<Scalars["Int"]["input"]>;
|
|
2288
|
+
isKey?: InputMaybe<Scalars["Int"]["input"]>;
|
|
2289
|
+
isRequired?: InputMaybe<Scalars["Int"]["input"]>;
|
|
2290
|
+
length?: InputMaybe<Scalars["Int"]["input"]>;
|
|
2291
|
+
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
2292
|
+
parentEntityFieldId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
2293
|
+
path?: InputMaybe<Scalars["String"]["input"]>;
|
|
2294
|
+
sort?: InputMaybe<Scalars["Int"]["input"]>;
|
|
2295
|
+
subEntityId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
2296
|
+
tier?: InputMaybe<Scalars["Int"]["input"]>;
|
|
2297
|
+
};
|
|
2298
|
+
|
|
2299
|
+
export type EntityGroup = {
|
|
2300
|
+
__typename?: "EntityGroup";
|
|
2301
|
+
breadcrumbIds?: Maybe<Scalars["String"]["output"]>;
|
|
2302
|
+
code?: Maybe<Scalars["String"]["output"]>;
|
|
2303
|
+
created: Scalars["DateTime"]["output"];
|
|
2304
|
+
extendedFields?: Maybe<Scalars["JSON"]["output"]>;
|
|
2305
|
+
id: Scalars["ID"]["output"];
|
|
2306
|
+
modified: Scalars["DateTime"]["output"];
|
|
2307
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
2308
|
+
parentId?: Maybe<Scalars["ID"]["output"]>;
|
|
2309
|
+
rootId?: Maybe<Scalars["ID"]["output"]>;
|
|
2310
|
+
sort?: Maybe<Scalars["Int"]["output"]>;
|
|
2311
|
+
tier?: Maybe<Scalars["Int"]["output"]>;
|
|
2312
|
+
};
|
|
2313
|
+
|
|
2314
|
+
export type EntityImport = {
|
|
2315
|
+
EnableParse?: InputMaybe<Scalars["Int"]["input"]>;
|
|
2316
|
+
Entity?: InputMaybe<Scalars["String"]["input"]>;
|
|
2317
|
+
EntityFields?: InputMaybe<Array<InputMaybe<EntityFieldImport>>>;
|
|
2318
|
+
EntityId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
2319
|
+
EntitySchema?: InputMaybe<Scalars["String"]["input"]>;
|
|
2320
|
+
EntityType?: InputMaybe<Scalars["String"]["input"]>;
|
|
2321
|
+
ExtendedFields?: InputMaybe<Scalars["String"]["input"]>;
|
|
2322
|
+
Name?: InputMaybe<Scalars["String"]["input"]>;
|
|
2323
|
+
SourceEntityName?: InputMaybe<Scalars["String"]["input"]>;
|
|
2324
|
+
};
|
|
2325
|
+
|
|
2326
|
+
export type EntityType = {
|
|
2327
|
+
__typename?: "EntityType";
|
|
2328
|
+
code?: Maybe<Scalars["String"]["output"]>;
|
|
2329
|
+
created: Scalars["DateTime"]["output"];
|
|
2330
|
+
extendedFields?: Maybe<Scalars["JSON"]["output"]>;
|
|
2331
|
+
id: Scalars["ID"]["output"];
|
|
2332
|
+
modified: Scalars["DateTime"]["output"];
|
|
2333
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
2334
|
+
};
|
|
2335
|
+
|
|
2336
|
+
export type EntityUpdate = {
|
|
2337
|
+
code?: InputMaybe<Scalars["String"]["input"]>;
|
|
2338
|
+
displayName?: InputMaybe<Scalars["String"]["input"]>;
|
|
2339
|
+
enableParse?: InputMaybe<Scalars["Int"]["input"]>;
|
|
2340
|
+
entityGroupId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
2341
|
+
entitySchema?: InputMaybe<Scalars["String"]["input"]>;
|
|
2342
|
+
entityTypeId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
2343
|
+
extendedFields?: InputMaybe<Scalars["JSON"]["input"]>;
|
|
2344
|
+
id: Scalars["ID"]["input"];
|
|
2345
|
+
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
2346
|
+
sourceEntityName?: InputMaybe<Scalars["String"]["input"]>;
|
|
2347
|
+
};
|
|
2348
|
+
|
|
1692
2349
|
export type Enum = {
|
|
1693
2350
|
__typename?: "Enum";
|
|
1694
2351
|
code?: Maybe<Scalars["String"]["output"]>;
|
|
@@ -1716,6 +2373,16 @@ export type Error = {
|
|
|
1716
2373
|
message: Scalars["String"]["output"];
|
|
1717
2374
|
};
|
|
1718
2375
|
|
|
2376
|
+
export type ExecutionStatus = {
|
|
2377
|
+
__typename?: "ExecutionStatus";
|
|
2378
|
+
code?: Maybe<Scalars["String"]["output"]>;
|
|
2379
|
+
created: Scalars["DateTime"]["output"];
|
|
2380
|
+
extendedFields?: Maybe<Scalars["JSON"]["output"]>;
|
|
2381
|
+
id: Scalars["ID"]["output"];
|
|
2382
|
+
modified: Scalars["DateTime"]["output"];
|
|
2383
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
2384
|
+
};
|
|
2385
|
+
|
|
1719
2386
|
export type FacetFilter = {
|
|
1720
2387
|
__typename?: "FacetFilter";
|
|
1721
2388
|
attributeId?: Maybe<Scalars["String"]["output"]>;
|
|
@@ -1726,11 +2393,31 @@ export type FacetFilter = {
|
|
|
1726
2393
|
sort?: Maybe<Scalars["Int"]["output"]>;
|
|
1727
2394
|
};
|
|
1728
2395
|
|
|
2396
|
+
export type FieldType = {
|
|
2397
|
+
__typename?: "FieldType";
|
|
2398
|
+
code?: Maybe<Scalars["String"]["output"]>;
|
|
2399
|
+
created: Scalars["DateTime"]["output"];
|
|
2400
|
+
extendedFields?: Maybe<Scalars["JSON"]["output"]>;
|
|
2401
|
+
id: Scalars["ID"]["output"];
|
|
2402
|
+
modified: Scalars["DateTime"]["output"];
|
|
2403
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
2404
|
+
stagingDataType?: Maybe<Scalars["String"]["output"]>;
|
|
2405
|
+
};
|
|
2406
|
+
|
|
1729
2407
|
export type Filter = {
|
|
1730
2408
|
age?: InputMaybe<Scalars["Int"]["input"]>;
|
|
1731
2409
|
orderType?: InputMaybe<OrderType>;
|
|
1732
2410
|
};
|
|
1733
2411
|
|
|
2412
|
+
export type FilterQueryInput = {
|
|
2413
|
+
after?: InputMaybe<Scalars["String"]["input"]>;
|
|
2414
|
+
search?: InputMaybe<Scalars["String"]["input"]>;
|
|
2415
|
+
skip?: InputMaybe<Scalars["Int"]["input"]>;
|
|
2416
|
+
sort?: InputMaybe<Scalars["String"]["input"]>;
|
|
2417
|
+
sortDesc?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
2418
|
+
top?: InputMaybe<Scalars["Int"]["input"]>;
|
|
2419
|
+
};
|
|
2420
|
+
|
|
1734
2421
|
export type Folder = Node & {
|
|
1735
2422
|
__typename?: "Folder";
|
|
1736
2423
|
breadcrumb: Array<FolderBreadcrumb>;
|
|
@@ -1764,6 +2451,17 @@ export type Font = {
|
|
|
1764
2451
|
family?: Maybe<Scalars["String"]["output"]>;
|
|
1765
2452
|
};
|
|
1766
2453
|
|
|
2454
|
+
export type GenerateSitemapInput = {
|
|
2455
|
+
dataType: DataType;
|
|
2456
|
+
generationType?: InputMaybe<GenerationType>;
|
|
2457
|
+
source: ApiSource;
|
|
2458
|
+
};
|
|
2459
|
+
|
|
2460
|
+
export enum GenerationType {
|
|
2461
|
+
Manual = "MANUAL",
|
|
2462
|
+
Scheduled = "SCHEDULED",
|
|
2463
|
+
}
|
|
2464
|
+
|
|
1767
2465
|
export enum GenericQueryStatus {
|
|
1768
2466
|
Active = "ACTIVE",
|
|
1769
2467
|
All = "ALL",
|
|
@@ -1912,6 +2610,47 @@ export type Image = {
|
|
|
1912
2610
|
id: Scalars["ID"]["output"];
|
|
1913
2611
|
};
|
|
1914
2612
|
|
|
2613
|
+
export type ImportRecord = {
|
|
2614
|
+
__typename?: "ImportRecord";
|
|
2615
|
+
created?: Maybe<Scalars["Int"]["output"]>;
|
|
2616
|
+
updated?: Maybe<Scalars["Int"]["output"]>;
|
|
2617
|
+
};
|
|
2618
|
+
|
|
2619
|
+
export type ImportRecordEndpoint = {
|
|
2620
|
+
__typename?: "ImportRecordEndpoint";
|
|
2621
|
+
created?: Maybe<Scalars["Int"]["output"]>;
|
|
2622
|
+
queues?: Maybe<ImportRecord>;
|
|
2623
|
+
subscriptions?: Maybe<ImportRecord>;
|
|
2624
|
+
updated?: Maybe<Scalars["Int"]["output"]>;
|
|
2625
|
+
};
|
|
2626
|
+
|
|
2627
|
+
export type ImportRecordEntity = {
|
|
2628
|
+
__typename?: "ImportRecordEntity";
|
|
2629
|
+
created?: Maybe<Scalars["Int"]["output"]>;
|
|
2630
|
+
entityFields?: Maybe<ImportRecord>;
|
|
2631
|
+
updated?: Maybe<Scalars["Int"]["output"]>;
|
|
2632
|
+
};
|
|
2633
|
+
|
|
2634
|
+
export type ImportRecordProcess = {
|
|
2635
|
+
__typename?: "ImportRecordProcess";
|
|
2636
|
+
created?: Maybe<Scalars["Int"]["output"]>;
|
|
2637
|
+
processScheduleGroups?: Maybe<ImportRecord>;
|
|
2638
|
+
processSchedules?: Maybe<ImportRecord>;
|
|
2639
|
+
processTasks?: Maybe<ImportRecord>;
|
|
2640
|
+
updated?: Maybe<Scalars["Int"]["output"]>;
|
|
2641
|
+
};
|
|
2642
|
+
|
|
2643
|
+
export type ImportResult = {
|
|
2644
|
+
__typename?: "ImportResult";
|
|
2645
|
+
depotGroups?: Maybe<ImportRecord>;
|
|
2646
|
+
depots?: Maybe<ImportRecord>;
|
|
2647
|
+
endpoints?: Maybe<ImportRecordEndpoint>;
|
|
2648
|
+
entities?: Maybe<ImportRecordEntity>;
|
|
2649
|
+
message?: Maybe<Scalars["String"]["output"]>;
|
|
2650
|
+
processes?: Maybe<ImportRecordProcess>;
|
|
2651
|
+
success: Scalars["Boolean"]["output"];
|
|
2652
|
+
};
|
|
2653
|
+
|
|
1915
2654
|
export type IndexAttemptResponse = {
|
|
1916
2655
|
__typename?: "IndexAttemptResponse";
|
|
1917
2656
|
/** Unique id identifying the operation */
|
|
@@ -2413,6 +3152,9 @@ export type Mutation = {
|
|
|
2413
3152
|
clearCache?: Maybe<ClearCacheResponse>;
|
|
2414
3153
|
clearItemsFromWishlist?: Maybe<Scalars["String"]["output"]>;
|
|
2415
3154
|
completeCart?: Maybe<CompleteCartMutationResponse>;
|
|
3155
|
+
configurationImport?: Maybe<ImportResult>;
|
|
3156
|
+
configurationMerge?: Maybe<ImportResult>;
|
|
3157
|
+
copyProcess?: Maybe<CopiedProcess>;
|
|
2416
3158
|
createAddress?: Maybe<Address>;
|
|
2417
3159
|
createCategories: Array<Category>;
|
|
2418
3160
|
createCategoryMediaLink?: Maybe<CreateCategoryMediaLinkMutationResponse>;
|
|
@@ -2423,6 +3165,14 @@ export type Mutation = {
|
|
|
2423
3165
|
createClaim?: Maybe<Claim>;
|
|
2424
3166
|
createClaimType?: Maybe<ClaimType>;
|
|
2425
3167
|
createContact?: Maybe<CreateContactMutationResponse>;
|
|
3168
|
+
createDepot?: Maybe<Depot>;
|
|
3169
|
+
createDepotGroup?: Maybe<DepotGroup>;
|
|
3170
|
+
createDocumentField?: Maybe<DocumentField>;
|
|
3171
|
+
createEndpoint?: Maybe<Endpoint>;
|
|
3172
|
+
createEndpointQueue?: Maybe<EndpointQueue>;
|
|
3173
|
+
createEndpointSubscription?: Maybe<EndpointSubscription>;
|
|
3174
|
+
createEntity?: Maybe<Entity>;
|
|
3175
|
+
createEntityField?: Maybe<EntityField>;
|
|
2426
3176
|
createFolder?: Maybe<CreateFolderMutationResponse>;
|
|
2427
3177
|
/** Create a new index type. */
|
|
2428
3178
|
createIndex: IndexAttemptResponse;
|
|
@@ -2430,7 +3180,15 @@ export type Mutation = {
|
|
|
2430
3180
|
createMediaMimeType?: Maybe<MediaMimeType>;
|
|
2431
3181
|
createMediaType: MediaType;
|
|
2432
3182
|
createNewTheme?: Maybe<ThemeItem>;
|
|
3183
|
+
createNotification?: Maybe<NotificationIntegrate>;
|
|
3184
|
+
createNotificationGroup?: Maybe<NotificationGroup>;
|
|
3185
|
+
createNotificationTemplate?: Maybe<NotificationTemplate>;
|
|
2433
3186
|
createOrderAddress?: Maybe<Address>;
|
|
3187
|
+
createProcess?: Maybe<Process>;
|
|
3188
|
+
createProcessSchedule?: Maybe<ProcessSchedule>;
|
|
3189
|
+
createProcessScheduleGroupDetails?: Maybe<ProcessScheduleGroupDetails>;
|
|
3190
|
+
createProcessTask?: Maybe<ProcessTask>;
|
|
3191
|
+
createProcessTaskLink?: Maybe<ProcessTaskLink>;
|
|
2434
3192
|
createProduct?: Maybe<ProductMutationResponse>;
|
|
2435
3193
|
createProductEntity?: Maybe<ProductEntityMutationResponse>;
|
|
2436
3194
|
createProductStatus?: Maybe<ProductStatusMutationResponse>;
|
|
@@ -2455,7 +3213,15 @@ export type Mutation = {
|
|
|
2455
3213
|
deleteChannel?: Maybe<Scalars["String"]["output"]>;
|
|
2456
3214
|
deleteClaim?: Maybe<Claim>;
|
|
2457
3215
|
deleteClaimType?: Maybe<ClaimType>;
|
|
3216
|
+
deleteDepotGroups?: Maybe<Array<Maybe<DepotGroup>>>;
|
|
3217
|
+
deleteDepots?: Maybe<Array<Maybe<Depot>>>;
|
|
2458
3218
|
deleteDocument?: Maybe<Scalars["ID"]["output"]>;
|
|
3219
|
+
deleteDocumentFields?: Maybe<Array<Maybe<DocumentField>>>;
|
|
3220
|
+
deleteEndpointQueues?: Maybe<Array<Maybe<EndpointQueue>>>;
|
|
3221
|
+
deleteEndpointSubscriptions?: Maybe<Array<Maybe<EndpointSubscription>>>;
|
|
3222
|
+
deleteEndpoints?: Maybe<Array<Maybe<Endpoint>>>;
|
|
3223
|
+
deleteEntities?: Maybe<Array<Maybe<Entity>>>;
|
|
3224
|
+
deleteEntityFields?: Maybe<Array<Maybe<EntityField>>>;
|
|
2459
3225
|
/** Removed specified file by id. */
|
|
2460
3226
|
deleteFile?: Maybe<Media>;
|
|
2461
3227
|
/** Removes specific folder by provided Id and all the assets inside the folder. */
|
|
@@ -2464,15 +3230,23 @@ export type Mutation = {
|
|
|
2464
3230
|
deleteItemFromAllWishlists?: Maybe<Scalars["String"]["output"]>;
|
|
2465
3231
|
deleteItemFromWishlist?: Maybe<Scalars["String"]["output"]>;
|
|
2466
3232
|
deleteMappingField?: Maybe<Scalars["ID"]["output"]>;
|
|
2467
|
-
deleteMappingFields: Array<
|
|
3233
|
+
deleteMappingFields: Array<DeletedRecord>;
|
|
2468
3234
|
deleteMediaType?: Maybe<MediaType>;
|
|
3235
|
+
deleteNotificationGroups?: Maybe<Array<Maybe<NotificationGroup>>>;
|
|
3236
|
+
deleteNotificationTemplates?: Maybe<Array<Maybe<NotificationTemplate>>>;
|
|
3237
|
+
deleteNotifications?: Maybe<Array<Maybe<NotificationIntegrate>>>;
|
|
3238
|
+
deleteProcessScheduleGroup?: Maybe<DeleteResult>;
|
|
3239
|
+
deleteProcessSchedules?: Maybe<Array<Maybe<ProcessSchedule>>>;
|
|
3240
|
+
deleteProcessTaskLinks?: Maybe<Array<Maybe<ProcessTaskLink>>>;
|
|
3241
|
+
deleteProcessTasks?: Maybe<Array<Maybe<ProcessTask>>>;
|
|
3242
|
+
deleteProcesses?: Maybe<Array<Maybe<Process>>>;
|
|
2469
3243
|
deleteProduct?: Maybe<ProductMutationResponse>;
|
|
2470
3244
|
deleteProductEntity?: Maybe<ProductEntityMutationResponse>;
|
|
2471
3245
|
deleteProductStatus?: Maybe<ProductStatusMutationResponse>;
|
|
2472
3246
|
deleteRoleClaim?: Maybe<RoleClaim>;
|
|
2473
3247
|
deleteSavedCart?: Maybe<DeleteSavedCartResponse>;
|
|
2474
|
-
deleteSearchWord?: Maybe<
|
|
2475
|
-
deleteSearchWordSynonym?: Maybe<
|
|
3248
|
+
deleteSearchWord?: Maybe<Array<Maybe<DeletedRecord>>>;
|
|
3249
|
+
deleteSearchWordSynonym?: Maybe<Array<Maybe<DeletedRecord>>>;
|
|
2476
3250
|
deleteStopWord?: Maybe<StopWord>;
|
|
2477
3251
|
deleteTheme?: Maybe<DeleteSuccess>;
|
|
2478
3252
|
deleteUser: DeleteUserResponse;
|
|
@@ -2482,6 +3256,8 @@ export type Mutation = {
|
|
|
2482
3256
|
digitalInstanceDelete?: Maybe<DigitalInstanceMutationResponse>;
|
|
2483
3257
|
digitalInstanceUpdate?: Maybe<DigitalInstanceMutationResponse>;
|
|
2484
3258
|
exitSoboMode?: Maybe<Scalars["String"]["output"]>;
|
|
3259
|
+
/** Manually generate or refresh sitemap */
|
|
3260
|
+
generateSitemap?: Maybe<SitemapGenerationResponse>;
|
|
2485
3261
|
groupSetCreate?: Maybe<GroupSetMutationResponse>;
|
|
2486
3262
|
groupSetDelete?: Maybe<GroupSetMutationResponse>;
|
|
2487
3263
|
groupSetTypeCreate?: Maybe<GroupSetTypeMutationResponse>;
|
|
@@ -2518,6 +3294,7 @@ export type Mutation = {
|
|
|
2518
3294
|
requestResetPassword?: Maybe<RequestResetPasswordMutationResponse>;
|
|
2519
3295
|
resetPassword?: Maybe<ResetPasswordMutationResponse>;
|
|
2520
3296
|
restoreSavedCart?: Maybe<RestoreSavedCartResponse>;
|
|
3297
|
+
runProcess?: Maybe<RunResult>;
|
|
2521
3298
|
saveCart?: Maybe<SaveCartResponse>;
|
|
2522
3299
|
saveCategories: Array<Category>;
|
|
2523
3300
|
saveCategoryMediaLinks: Array<CategoryMediaLink>;
|
|
@@ -2551,10 +3328,26 @@ export type Mutation = {
|
|
|
2551
3328
|
updateClaim?: Maybe<Claim>;
|
|
2552
3329
|
updateClaimType?: Maybe<ClaimType>;
|
|
2553
3330
|
updateContact?: Maybe<Me>;
|
|
3331
|
+
updateDepot?: Maybe<Depot>;
|
|
3332
|
+
updateDepotGroup?: Maybe<DepotGroup>;
|
|
2554
3333
|
updateDocument?: Maybe<Scalars["ID"]["output"]>;
|
|
3334
|
+
updateDocumentField?: Maybe<DocumentField>;
|
|
3335
|
+
updateEndpoint?: Maybe<Endpoint>;
|
|
3336
|
+
updateEndpointQueue?: Maybe<EndpointQueue>;
|
|
3337
|
+
updateEndpointSubscription?: Maybe<EndpointSubscription>;
|
|
3338
|
+
updateEntity?: Maybe<Entity>;
|
|
3339
|
+
updateEntityField?: Maybe<EntityField>;
|
|
2555
3340
|
updateMapping: Array<MappingField>;
|
|
2556
3341
|
updateMappings: Array<MappingField>;
|
|
2557
3342
|
updateMediaType: MediaType;
|
|
3343
|
+
updateNotification?: Maybe<NotificationIntegrate>;
|
|
3344
|
+
updateNotificationGroup?: Maybe<NotificationGroup>;
|
|
3345
|
+
updateNotificationTemplate?: Maybe<NotificationTemplate>;
|
|
3346
|
+
updateProcess?: Maybe<Process>;
|
|
3347
|
+
updateProcessSchedule?: Maybe<ProcessSchedule>;
|
|
3348
|
+
updateProcessScheduleGroupDetails?: Maybe<ProcessScheduleGroupDetails>;
|
|
3349
|
+
updateProcessTask?: Maybe<ProcessTask>;
|
|
3350
|
+
updateProcessTaskLink?: Maybe<ProcessTaskLink>;
|
|
2558
3351
|
updateProduct?: Maybe<ProductMutationResponse>;
|
|
2559
3352
|
updateProductEntity?: Maybe<ProductEntityMutationResponse>;
|
|
2560
3353
|
updateProductStatus?: Maybe<ProductStatusMutationResponse>;
|
|
@@ -2564,6 +3357,8 @@ export type Mutation = {
|
|
|
2564
3357
|
updateSearchWord?: Maybe<SearchWord>;
|
|
2565
3358
|
updateSearchWordSynonym?: Maybe<SearchWordSynonym>;
|
|
2566
3359
|
updateSetting?: Maybe<Array<Maybe<SettingRaw>>>;
|
|
3360
|
+
/** Update sitemap schedule (daily, weekly, etc.) */
|
|
3361
|
+
updateSitemapSchedule?: Maybe<SitemapMutationResponse>;
|
|
2567
3362
|
updateUser?: Maybe<Me>;
|
|
2568
3363
|
updateWebsite: UpdateWebsiteMutationResponse;
|
|
2569
3364
|
updateWishlistItemQuantity: WishList;
|
|
@@ -2672,6 +3467,19 @@ export type MutationCompleteCartArgs = {
|
|
|
2672
3467
|
input?: InputMaybe<CompleteCartInput>;
|
|
2673
3468
|
};
|
|
2674
3469
|
|
|
3470
|
+
export type MutationConfigurationImportArgs = {
|
|
3471
|
+
config?: InputMaybe<ConfigImport>;
|
|
3472
|
+
};
|
|
3473
|
+
|
|
3474
|
+
export type MutationConfigurationMergeArgs = {
|
|
3475
|
+
input?: InputMaybe<ProcessConfigMerge>;
|
|
3476
|
+
};
|
|
3477
|
+
|
|
3478
|
+
export type MutationCopyProcessArgs = {
|
|
3479
|
+
sourceId: Scalars["ID"]["input"];
|
|
3480
|
+
targetId: Scalars["ID"]["input"];
|
|
3481
|
+
};
|
|
3482
|
+
|
|
2675
3483
|
export type MutationCreateAddressArgs = {
|
|
2676
3484
|
address: AddressInput;
|
|
2677
3485
|
};
|
|
@@ -2713,6 +3521,38 @@ export type MutationCreateContactArgs = {
|
|
|
2713
3521
|
contactInput?: InputMaybe<ContactInput>;
|
|
2714
3522
|
};
|
|
2715
3523
|
|
|
3524
|
+
export type MutationCreateDepotArgs = {
|
|
3525
|
+
input: DepotCreate;
|
|
3526
|
+
};
|
|
3527
|
+
|
|
3528
|
+
export type MutationCreateDepotGroupArgs = {
|
|
3529
|
+
input: DepotGroupCreate;
|
|
3530
|
+
};
|
|
3531
|
+
|
|
3532
|
+
export type MutationCreateDocumentFieldArgs = {
|
|
3533
|
+
input?: InputMaybe<DocumentFieldCreate>;
|
|
3534
|
+
};
|
|
3535
|
+
|
|
3536
|
+
export type MutationCreateEndpointArgs = {
|
|
3537
|
+
input: EndpointCreate;
|
|
3538
|
+
};
|
|
3539
|
+
|
|
3540
|
+
export type MutationCreateEndpointQueueArgs = {
|
|
3541
|
+
input: EndpointQueueCreate;
|
|
3542
|
+
};
|
|
3543
|
+
|
|
3544
|
+
export type MutationCreateEndpointSubscriptionArgs = {
|
|
3545
|
+
input: EndpointSubscriptionCreate;
|
|
3546
|
+
};
|
|
3547
|
+
|
|
3548
|
+
export type MutationCreateEntityArgs = {
|
|
3549
|
+
input: EntityCreate;
|
|
3550
|
+
};
|
|
3551
|
+
|
|
3552
|
+
export type MutationCreateEntityFieldArgs = {
|
|
3553
|
+
input: EntityFieldCreate;
|
|
3554
|
+
};
|
|
3555
|
+
|
|
2716
3556
|
export type MutationCreateFolderArgs = {
|
|
2717
3557
|
input?: InputMaybe<CreateFolderInput>;
|
|
2718
3558
|
};
|
|
@@ -2739,10 +3579,42 @@ export type MutationCreateNewThemeArgs = {
|
|
|
2739
3579
|
themeInput?: InputMaybe<ThemeInput>;
|
|
2740
3580
|
};
|
|
2741
3581
|
|
|
3582
|
+
export type MutationCreateNotificationArgs = {
|
|
3583
|
+
input: NotificationCreate;
|
|
3584
|
+
};
|
|
3585
|
+
|
|
3586
|
+
export type MutationCreateNotificationGroupArgs = {
|
|
3587
|
+
input: NotificationGroupCreate;
|
|
3588
|
+
};
|
|
3589
|
+
|
|
3590
|
+
export type MutationCreateNotificationTemplateArgs = {
|
|
3591
|
+
input: NotificationTemplateCreate;
|
|
3592
|
+
};
|
|
3593
|
+
|
|
2742
3594
|
export type MutationCreateOrderAddressArgs = {
|
|
2743
3595
|
address: AddressInput;
|
|
2744
3596
|
};
|
|
2745
3597
|
|
|
3598
|
+
export type MutationCreateProcessArgs = {
|
|
3599
|
+
input: ProcessCreate;
|
|
3600
|
+
};
|
|
3601
|
+
|
|
3602
|
+
export type MutationCreateProcessScheduleArgs = {
|
|
3603
|
+
input: ProcessScheduleCreate;
|
|
3604
|
+
};
|
|
3605
|
+
|
|
3606
|
+
export type MutationCreateProcessScheduleGroupDetailsArgs = {
|
|
3607
|
+
input: ProcessScheduleGroupDetailsCreate;
|
|
3608
|
+
};
|
|
3609
|
+
|
|
3610
|
+
export type MutationCreateProcessTaskArgs = {
|
|
3611
|
+
input: ProcessTaskCreate;
|
|
3612
|
+
};
|
|
3613
|
+
|
|
3614
|
+
export type MutationCreateProcessTaskLinkArgs = {
|
|
3615
|
+
input: ProcessTaskLinkCreate;
|
|
3616
|
+
};
|
|
3617
|
+
|
|
2746
3618
|
export type MutationCreateProductArgs = {
|
|
2747
3619
|
input: CreateProductInput;
|
|
2748
3620
|
};
|
|
@@ -2831,10 +3703,42 @@ export type MutationDeleteClaimTypeArgs = {
|
|
|
2831
3703
|
input?: InputMaybe<ClaimTypeInput>;
|
|
2832
3704
|
};
|
|
2833
3705
|
|
|
3706
|
+
export type MutationDeleteDepotGroupsArgs = {
|
|
3707
|
+
ids: Array<Scalars["ID"]["input"]>;
|
|
3708
|
+
};
|
|
3709
|
+
|
|
3710
|
+
export type MutationDeleteDepotsArgs = {
|
|
3711
|
+
ids: Array<Scalars["ID"]["input"]>;
|
|
3712
|
+
};
|
|
3713
|
+
|
|
2834
3714
|
export type MutationDeleteDocumentArgs = {
|
|
2835
3715
|
input?: InputMaybe<DeleteDocumentInput>;
|
|
2836
3716
|
};
|
|
2837
3717
|
|
|
3718
|
+
export type MutationDeleteDocumentFieldsArgs = {
|
|
3719
|
+
ids: Array<Scalars["ID"]["input"]>;
|
|
3720
|
+
};
|
|
3721
|
+
|
|
3722
|
+
export type MutationDeleteEndpointQueuesArgs = {
|
|
3723
|
+
ids: Array<Scalars["ID"]["input"]>;
|
|
3724
|
+
};
|
|
3725
|
+
|
|
3726
|
+
export type MutationDeleteEndpointSubscriptionsArgs = {
|
|
3727
|
+
ids: Array<Scalars["ID"]["input"]>;
|
|
3728
|
+
};
|
|
3729
|
+
|
|
3730
|
+
export type MutationDeleteEndpointsArgs = {
|
|
3731
|
+
ids: Array<Scalars["ID"]["input"]>;
|
|
3732
|
+
};
|
|
3733
|
+
|
|
3734
|
+
export type MutationDeleteEntitiesArgs = {
|
|
3735
|
+
ids: Array<Scalars["ID"]["input"]>;
|
|
3736
|
+
};
|
|
3737
|
+
|
|
3738
|
+
export type MutationDeleteEntityFieldsArgs = {
|
|
3739
|
+
ids: Array<Scalars["ID"]["input"]>;
|
|
3740
|
+
};
|
|
3741
|
+
|
|
2838
3742
|
export type MutationDeleteFileArgs = {
|
|
2839
3743
|
id: Scalars["ID"]["input"];
|
|
2840
3744
|
};
|
|
@@ -2867,6 +3771,38 @@ export type MutationDeleteMediaTypeArgs = {
|
|
|
2867
3771
|
id: Scalars["ID"]["input"];
|
|
2868
3772
|
};
|
|
2869
3773
|
|
|
3774
|
+
export type MutationDeleteNotificationGroupsArgs = {
|
|
3775
|
+
ids: Array<Scalars["ID"]["input"]>;
|
|
3776
|
+
};
|
|
3777
|
+
|
|
3778
|
+
export type MutationDeleteNotificationTemplatesArgs = {
|
|
3779
|
+
ids: Array<Scalars["ID"]["input"]>;
|
|
3780
|
+
};
|
|
3781
|
+
|
|
3782
|
+
export type MutationDeleteNotificationsArgs = {
|
|
3783
|
+
ids: Array<Scalars["ID"]["input"]>;
|
|
3784
|
+
};
|
|
3785
|
+
|
|
3786
|
+
export type MutationDeleteProcessScheduleGroupArgs = {
|
|
3787
|
+
id: Scalars["ID"]["input"];
|
|
3788
|
+
};
|
|
3789
|
+
|
|
3790
|
+
export type MutationDeleteProcessSchedulesArgs = {
|
|
3791
|
+
ids: Array<Scalars["ID"]["input"]>;
|
|
3792
|
+
};
|
|
3793
|
+
|
|
3794
|
+
export type MutationDeleteProcessTaskLinksArgs = {
|
|
3795
|
+
ids: Array<Scalars["ID"]["input"]>;
|
|
3796
|
+
};
|
|
3797
|
+
|
|
3798
|
+
export type MutationDeleteProcessTasksArgs = {
|
|
3799
|
+
ids: Array<Scalars["ID"]["input"]>;
|
|
3800
|
+
};
|
|
3801
|
+
|
|
3802
|
+
export type MutationDeleteProcessesArgs = {
|
|
3803
|
+
ids: Array<Scalars["ID"]["input"]>;
|
|
3804
|
+
};
|
|
3805
|
+
|
|
2870
3806
|
export type MutationDeleteProductArgs = {
|
|
2871
3807
|
id: Scalars["ID"]["input"];
|
|
2872
3808
|
};
|
|
@@ -2927,6 +3863,10 @@ export type MutationDigitalInstanceUpdateArgs = {
|
|
|
2927
3863
|
input?: InputMaybe<DigitalInstanceUpdateInput>;
|
|
2928
3864
|
};
|
|
2929
3865
|
|
|
3866
|
+
export type MutationGenerateSitemapArgs = {
|
|
3867
|
+
input: GenerateSitemapInput;
|
|
3868
|
+
};
|
|
3869
|
+
|
|
2930
3870
|
export type MutationGroupSetCreateArgs = {
|
|
2931
3871
|
input: GroupSetCreate;
|
|
2932
3872
|
};
|
|
@@ -3035,6 +3975,10 @@ export type MutationRestoreSavedCartArgs = {
|
|
|
3035
3975
|
cartId: Scalars["ID"]["input"];
|
|
3036
3976
|
};
|
|
3037
3977
|
|
|
3978
|
+
export type MutationRunProcessArgs = {
|
|
3979
|
+
input?: InputMaybe<ProcessRun>;
|
|
3980
|
+
};
|
|
3981
|
+
|
|
3038
3982
|
export type MutationSaveCartArgs = {
|
|
3039
3983
|
title: Scalars["String"]["input"];
|
|
3040
3984
|
};
|
|
@@ -3161,10 +4105,42 @@ export type MutationUpdateContactArgs = {
|
|
|
3161
4105
|
contact?: InputMaybe<UpdateContactInput>;
|
|
3162
4106
|
};
|
|
3163
4107
|
|
|
4108
|
+
export type MutationUpdateDepotArgs = {
|
|
4109
|
+
input: DepotUpdate;
|
|
4110
|
+
};
|
|
4111
|
+
|
|
4112
|
+
export type MutationUpdateDepotGroupArgs = {
|
|
4113
|
+
input: DepotGroupUpdate;
|
|
4114
|
+
};
|
|
4115
|
+
|
|
3164
4116
|
export type MutationUpdateDocumentArgs = {
|
|
3165
4117
|
input?: InputMaybe<UpdateDocumentInput>;
|
|
3166
4118
|
};
|
|
3167
4119
|
|
|
4120
|
+
export type MutationUpdateDocumentFieldArgs = {
|
|
4121
|
+
input?: InputMaybe<DocumentFieldCreate>;
|
|
4122
|
+
};
|
|
4123
|
+
|
|
4124
|
+
export type MutationUpdateEndpointArgs = {
|
|
4125
|
+
input: EndpointUpdate;
|
|
4126
|
+
};
|
|
4127
|
+
|
|
4128
|
+
export type MutationUpdateEndpointQueueArgs = {
|
|
4129
|
+
input: EndpointQueueUpdate;
|
|
4130
|
+
};
|
|
4131
|
+
|
|
4132
|
+
export type MutationUpdateEndpointSubscriptionArgs = {
|
|
4133
|
+
input: EndpointSubscriptionUpdate;
|
|
4134
|
+
};
|
|
4135
|
+
|
|
4136
|
+
export type MutationUpdateEntityArgs = {
|
|
4137
|
+
input: EntityUpdate;
|
|
4138
|
+
};
|
|
4139
|
+
|
|
4140
|
+
export type MutationUpdateEntityFieldArgs = {
|
|
4141
|
+
input: EntityFieldUpdate;
|
|
4142
|
+
};
|
|
4143
|
+
|
|
3168
4144
|
export type MutationUpdateMappingArgs = {
|
|
3169
4145
|
mapping: Array<MappingFieldInput>;
|
|
3170
4146
|
};
|
|
@@ -3178,6 +4154,38 @@ export type MutationUpdateMediaTypeArgs = {
|
|
|
3178
4154
|
input?: InputMaybe<MediaTypeInput>;
|
|
3179
4155
|
};
|
|
3180
4156
|
|
|
4157
|
+
export type MutationUpdateNotificationArgs = {
|
|
4158
|
+
input: NotificationUpdate;
|
|
4159
|
+
};
|
|
4160
|
+
|
|
4161
|
+
export type MutationUpdateNotificationGroupArgs = {
|
|
4162
|
+
input: NotificationGroupUpdate;
|
|
4163
|
+
};
|
|
4164
|
+
|
|
4165
|
+
export type MutationUpdateNotificationTemplateArgs = {
|
|
4166
|
+
input: NotificationTemplateUpdate;
|
|
4167
|
+
};
|
|
4168
|
+
|
|
4169
|
+
export type MutationUpdateProcessArgs = {
|
|
4170
|
+
input: ProcessUpdate;
|
|
4171
|
+
};
|
|
4172
|
+
|
|
4173
|
+
export type MutationUpdateProcessScheduleArgs = {
|
|
4174
|
+
input: ProcessScheduleUpdate;
|
|
4175
|
+
};
|
|
4176
|
+
|
|
4177
|
+
export type MutationUpdateProcessScheduleGroupDetailsArgs = {
|
|
4178
|
+
input: ProcessScheduleGroupDetailsUpdate;
|
|
4179
|
+
};
|
|
4180
|
+
|
|
4181
|
+
export type MutationUpdateProcessTaskArgs = {
|
|
4182
|
+
input: ProcessTaskUpdate;
|
|
4183
|
+
};
|
|
4184
|
+
|
|
4185
|
+
export type MutationUpdateProcessTaskLinkArgs = {
|
|
4186
|
+
input: ProcessTaskLinkUpdate;
|
|
4187
|
+
};
|
|
4188
|
+
|
|
3181
4189
|
export type MutationUpdateProductArgs = {
|
|
3182
4190
|
input: UpdateProductInput;
|
|
3183
4191
|
};
|
|
@@ -3218,6 +4226,10 @@ export type MutationUpdateSettingArgs = {
|
|
|
3218
4226
|
siteSetting: Array<SiteSettingInput>;
|
|
3219
4227
|
};
|
|
3220
4228
|
|
|
4229
|
+
export type MutationUpdateSitemapScheduleArgs = {
|
|
4230
|
+
input: UpdateSitemapScheduleInput;
|
|
4231
|
+
};
|
|
4232
|
+
|
|
3221
4233
|
export type MutationUpdateUserArgs = {
|
|
3222
4234
|
user?: InputMaybe<UserInput>;
|
|
3223
4235
|
};
|
|
@@ -3252,6 +4264,13 @@ export type Node = {
|
|
|
3252
4264
|
modifiedBy?: Maybe<Contact>;
|
|
3253
4265
|
};
|
|
3254
4266
|
|
|
4267
|
+
export type NonScheduledProcessConnection = {
|
|
4268
|
+
__typename?: "NonScheduledProcessConnection";
|
|
4269
|
+
nodes?: Maybe<Array<Maybe<Process>>>;
|
|
4270
|
+
pageInfo: PageInfo;
|
|
4271
|
+
recordCount?: Maybe<Scalars["Int"]["output"]>;
|
|
4272
|
+
};
|
|
4273
|
+
|
|
3255
4274
|
export type Notification = Node & {
|
|
3256
4275
|
__typename?: "Notification";
|
|
3257
4276
|
body: Scalars["String"]["output"];
|
|
@@ -3275,12 +4294,78 @@ export type NotificationConnection = {
|
|
|
3275
4294
|
recordCount?: Maybe<Scalars["Int"]["output"]>;
|
|
3276
4295
|
};
|
|
3277
4296
|
|
|
4297
|
+
export type NotificationCreate = {
|
|
4298
|
+
code?: InputMaybe<Scalars["String"]["input"]>;
|
|
4299
|
+
/** New entry uses this ID. If omitted, generates a random ID. Make sure the ID is not in use already! */
|
|
4300
|
+
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
4301
|
+
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
4302
|
+
notificationGroupId: Scalars["ID"]["input"];
|
|
4303
|
+
};
|
|
4304
|
+
|
|
3278
4305
|
export type NotificationEdge = {
|
|
3279
4306
|
__typename?: "NotificationEdge";
|
|
3280
4307
|
cursor?: Maybe<Scalars["String"]["output"]>;
|
|
3281
4308
|
node?: Maybe<Notification>;
|
|
3282
4309
|
};
|
|
3283
4310
|
|
|
4311
|
+
export type NotificationGroup = {
|
|
4312
|
+
__typename?: "NotificationGroup";
|
|
4313
|
+
breadcrumbIds?: Maybe<Scalars["String"]["output"]>;
|
|
4314
|
+
code?: Maybe<Scalars["String"]["output"]>;
|
|
4315
|
+
created: Scalars["DateTime"]["output"];
|
|
4316
|
+
extendedFields?: Maybe<Scalars["JSON"]["output"]>;
|
|
4317
|
+
id: Scalars["ID"]["output"];
|
|
4318
|
+
modified: Scalars["DateTime"]["output"];
|
|
4319
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
4320
|
+
parentId?: Maybe<Scalars["ID"]["output"]>;
|
|
4321
|
+
rootId?: Maybe<Scalars["ID"]["output"]>;
|
|
4322
|
+
sort?: Maybe<Scalars["Int"]["output"]>;
|
|
4323
|
+
tier?: Maybe<Scalars["Int"]["output"]>;
|
|
4324
|
+
};
|
|
4325
|
+
|
|
4326
|
+
export type NotificationGroupConnection = {
|
|
4327
|
+
__typename?: "NotificationGroupConnection";
|
|
4328
|
+
edges: Array<NotificationGroupEdge>;
|
|
4329
|
+
nodes?: Maybe<Array<Maybe<NotificationGroup>>>;
|
|
4330
|
+
pageInfo: PageInfo;
|
|
4331
|
+
recordCount?: Maybe<Scalars["Int"]["output"]>;
|
|
4332
|
+
};
|
|
4333
|
+
|
|
4334
|
+
export type NotificationGroupCreate = {
|
|
4335
|
+
code?: InputMaybe<Scalars["String"]["input"]>;
|
|
4336
|
+
/** New entry uses this ID. If omitted, generates a random ID. Make sure the ID is not in use already! */
|
|
4337
|
+
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
4338
|
+
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
4339
|
+
/** Specify new group's parent. If null, new group is root. */
|
|
4340
|
+
parentId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
4341
|
+
};
|
|
4342
|
+
|
|
4343
|
+
export type NotificationGroupEdge = {
|
|
4344
|
+
__typename?: "NotificationGroupEdge";
|
|
4345
|
+
cursor?: Maybe<Scalars["String"]["output"]>;
|
|
4346
|
+
node: NotificationGroup;
|
|
4347
|
+
};
|
|
4348
|
+
|
|
4349
|
+
export type NotificationGroupTree = {
|
|
4350
|
+
__typename?: "NotificationGroupTree";
|
|
4351
|
+
breadcrumbIds?: Maybe<Scalars["String"]["output"]>;
|
|
4352
|
+
children?: Maybe<Array<Maybe<NotificationGroupTree>>>;
|
|
4353
|
+
code?: Maybe<Scalars["String"]["output"]>;
|
|
4354
|
+
id: Scalars["ID"]["output"];
|
|
4355
|
+
label?: Maybe<Scalars["String"]["output"]>;
|
|
4356
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
4357
|
+
parentId?: Maybe<Scalars["ID"]["output"]>;
|
|
4358
|
+
rootId?: Maybe<Scalars["ID"]["output"]>;
|
|
4359
|
+
};
|
|
4360
|
+
|
|
4361
|
+
export type NotificationGroupUpdate = {
|
|
4362
|
+
code?: InputMaybe<Scalars["String"]["input"]>;
|
|
4363
|
+
extendedFields?: InputMaybe<Scalars["JSON"]["input"]>;
|
|
4364
|
+
id: Scalars["ID"]["input"];
|
|
4365
|
+
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
4366
|
+
sort?: InputMaybe<Scalars["Int"]["input"]>;
|
|
4367
|
+
};
|
|
4368
|
+
|
|
3284
4369
|
export type NotificationInput = {
|
|
3285
4370
|
body: Scalars["String"]["input"];
|
|
3286
4371
|
contactId: Array<Scalars["ID"]["input"]>;
|
|
@@ -3290,6 +4375,33 @@ export type NotificationInput = {
|
|
|
3290
4375
|
title?: InputMaybe<Scalars["String"]["input"]>;
|
|
3291
4376
|
};
|
|
3292
4377
|
|
|
4378
|
+
export type NotificationIntegrate = {
|
|
4379
|
+
__typename?: "NotificationIntegrate";
|
|
4380
|
+
code?: Maybe<Scalars["String"]["output"]>;
|
|
4381
|
+
created: Scalars["DateTime"]["output"];
|
|
4382
|
+
displayName?: Maybe<Scalars["String"]["output"]>;
|
|
4383
|
+
id: Scalars["ID"]["output"];
|
|
4384
|
+
modified: Scalars["DateTime"]["output"];
|
|
4385
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
4386
|
+
notificationGroup: NotificationGroup;
|
|
4387
|
+
sort?: Maybe<Scalars["Int"]["output"]>;
|
|
4388
|
+
status?: Maybe<Scalars["Int"]["output"]>;
|
|
4389
|
+
};
|
|
4390
|
+
|
|
4391
|
+
export type NotificationIntegrateConnection = {
|
|
4392
|
+
__typename?: "NotificationIntegrateConnection";
|
|
4393
|
+
edges: Array<NotificationIntegrateEdge>;
|
|
4394
|
+
nodes?: Maybe<Array<Maybe<NotificationIntegrate>>>;
|
|
4395
|
+
pageInfo: PageInfo;
|
|
4396
|
+
recordCount?: Maybe<Scalars["Int"]["output"]>;
|
|
4397
|
+
};
|
|
4398
|
+
|
|
4399
|
+
export type NotificationIntegrateEdge = {
|
|
4400
|
+
__typename?: "NotificationIntegrateEdge";
|
|
4401
|
+
cursor?: Maybe<Scalars["String"]["output"]>;
|
|
4402
|
+
node: NotificationIntegrate;
|
|
4403
|
+
};
|
|
4404
|
+
|
|
3293
4405
|
export type NotificationQueryInput = {
|
|
3294
4406
|
after?: InputMaybe<Scalars["String"]["input"]>;
|
|
3295
4407
|
before?: InputMaybe<Scalars["String"]["input"]>;
|
|
@@ -3299,17 +4411,119 @@ export type NotificationQueryInput = {
|
|
|
3299
4411
|
top?: InputMaybe<Scalars["Int"]["input"]>;
|
|
3300
4412
|
};
|
|
3301
4413
|
|
|
4414
|
+
export type NotificationTemplate = {
|
|
4415
|
+
__typename?: "NotificationTemplate";
|
|
4416
|
+
attachment?: Maybe<Scalars["String"]["output"]>;
|
|
4417
|
+
body?: Maybe<Scalars["String"]["output"]>;
|
|
4418
|
+
breadcrumbIds?: Maybe<Scalars["String"]["output"]>;
|
|
4419
|
+
code?: Maybe<Scalars["String"]["output"]>;
|
|
4420
|
+
created: Scalars["DateTime"]["output"];
|
|
4421
|
+
displayName?: Maybe<Scalars["String"]["output"]>;
|
|
4422
|
+
emailBcc?: Maybe<Scalars["String"]["output"]>;
|
|
4423
|
+
emailCc?: Maybe<Scalars["String"]["output"]>;
|
|
4424
|
+
emailFrom?: Maybe<Scalars["String"]["output"]>;
|
|
4425
|
+
emailReplyTo?: Maybe<Scalars["String"]["output"]>;
|
|
4426
|
+
emailTo?: Maybe<Scalars["String"]["output"]>;
|
|
4427
|
+
id: Scalars["ID"]["output"];
|
|
4428
|
+
isHtml?: Maybe<Scalars["Int"]["output"]>;
|
|
4429
|
+
modified: Scalars["DateTime"]["output"];
|
|
4430
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
4431
|
+
notification: NotificationIntegrate;
|
|
4432
|
+
notificationTemplateType?: Maybe<NotificationTemplateType>;
|
|
4433
|
+
parentId?: Maybe<Scalars["ID"]["output"]>;
|
|
4434
|
+
populateStoredProcedure?: Maybe<Scalars["String"]["output"]>;
|
|
4435
|
+
rootId?: Maybe<Scalars["ID"]["output"]>;
|
|
4436
|
+
sort?: Maybe<Scalars["Int"]["output"]>;
|
|
4437
|
+
subject?: Maybe<Scalars["String"]["output"]>;
|
|
4438
|
+
textTo?: Maybe<Scalars["String"]["output"]>;
|
|
4439
|
+
tier?: Maybe<Scalars["Int"]["output"]>;
|
|
4440
|
+
};
|
|
4441
|
+
|
|
4442
|
+
export type NotificationTemplateCreate = {
|
|
4443
|
+
code?: InputMaybe<Scalars["String"]["input"]>;
|
|
4444
|
+
/** New entry uses this ID. If omitted, generates a random ID. Make sure the ID is not in use already! */
|
|
4445
|
+
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
4446
|
+
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
4447
|
+
notificationId: Scalars["ID"]["input"];
|
|
4448
|
+
notificationTemplateTypeId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
4449
|
+
/** Specify new group's parent. If null, new group is root. */
|
|
4450
|
+
parentId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
4451
|
+
};
|
|
4452
|
+
|
|
4453
|
+
export type NotificationTemplateType = {
|
|
4454
|
+
__typename?: "NotificationTemplateType";
|
|
4455
|
+
created: Scalars["DateTime"]["output"];
|
|
4456
|
+
id: Scalars["ID"]["output"];
|
|
4457
|
+
modified: Scalars["DateTime"]["output"];
|
|
4458
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
4459
|
+
};
|
|
4460
|
+
|
|
4461
|
+
export type NotificationTemplateUpdate = {
|
|
4462
|
+
attachment?: InputMaybe<Scalars["String"]["input"]>;
|
|
4463
|
+
body?: InputMaybe<Scalars["String"]["input"]>;
|
|
4464
|
+
code?: InputMaybe<Scalars["String"]["input"]>;
|
|
4465
|
+
displayName?: InputMaybe<Scalars["String"]["input"]>;
|
|
4466
|
+
emailBcc?: InputMaybe<Scalars["String"]["input"]>;
|
|
4467
|
+
emailCc?: InputMaybe<Scalars["String"]["input"]>;
|
|
4468
|
+
emailFrom?: InputMaybe<Scalars["String"]["input"]>;
|
|
4469
|
+
emailReplyTo?: InputMaybe<Scalars["String"]["input"]>;
|
|
4470
|
+
emailTo?: InputMaybe<Scalars["String"]["input"]>;
|
|
4471
|
+
id: Scalars["ID"]["input"];
|
|
4472
|
+
isHtml?: InputMaybe<Scalars["Int"]["input"]>;
|
|
4473
|
+
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
4474
|
+
notificationId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
4475
|
+
notificationTemplateTypeId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
4476
|
+
populateStoredProcedure?: InputMaybe<Scalars["String"]["input"]>;
|
|
4477
|
+
sort?: InputMaybe<Scalars["Int"]["input"]>;
|
|
4478
|
+
subject?: InputMaybe<Scalars["String"]["input"]>;
|
|
4479
|
+
textTo?: InputMaybe<Scalars["String"]["input"]>;
|
|
4480
|
+
};
|
|
4481
|
+
|
|
3302
4482
|
export type NotificationType = {
|
|
3303
4483
|
__typename?: "NotificationType";
|
|
3304
4484
|
code?: Maybe<Scalars["String"]["output"]>;
|
|
3305
4485
|
id: Scalars["ID"]["output"];
|
|
3306
4486
|
};
|
|
3307
4487
|
|
|
4488
|
+
export type NotificationUpdate = {
|
|
4489
|
+
code?: InputMaybe<Scalars["String"]["input"]>;
|
|
4490
|
+
displayName?: InputMaybe<Scalars["String"]["input"]>;
|
|
4491
|
+
id: Scalars["ID"]["input"];
|
|
4492
|
+
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
4493
|
+
notificationGroupId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
4494
|
+
sort?: InputMaybe<Scalars["Int"]["input"]>;
|
|
4495
|
+
status?: InputMaybe<Scalars["Int"]["input"]>;
|
|
4496
|
+
};
|
|
4497
|
+
|
|
3308
4498
|
export type ODataFilter = {
|
|
3309
4499
|
key?: InputMaybe<Scalars["String"]["input"]>;
|
|
3310
4500
|
value?: InputMaybe<Scalars["String"]["input"]>;
|
|
3311
4501
|
};
|
|
3312
4502
|
|
|
4503
|
+
export type OrchestrationType = {
|
|
4504
|
+
__typename?: "OrchestrationType";
|
|
4505
|
+
code?: Maybe<Scalars["String"]["output"]>;
|
|
4506
|
+
created: Scalars["DateTime"]["output"];
|
|
4507
|
+
extendedFields?: Maybe<Scalars["JSON"]["output"]>;
|
|
4508
|
+
id: Scalars["ID"]["output"];
|
|
4509
|
+
modified: Scalars["DateTime"]["output"];
|
|
4510
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
4511
|
+
};
|
|
4512
|
+
|
|
4513
|
+
export type OrchestrationTypeConnection = {
|
|
4514
|
+
__typename?: "OrchestrationTypeConnection";
|
|
4515
|
+
edges: Array<OrchestrationTypeEdge>;
|
|
4516
|
+
nodes?: Maybe<Array<Maybe<OrchestrationType>>>;
|
|
4517
|
+
pageInfo: PageInfo;
|
|
4518
|
+
recordCount?: Maybe<Scalars["Int"]["output"]>;
|
|
4519
|
+
};
|
|
4520
|
+
|
|
4521
|
+
export type OrchestrationTypeEdge = {
|
|
4522
|
+
__typename?: "OrchestrationTypeEdge";
|
|
4523
|
+
cursor?: Maybe<Scalars["String"]["output"]>;
|
|
4524
|
+
node: OrchestrationType;
|
|
4525
|
+
};
|
|
4526
|
+
|
|
3313
4527
|
export type Order = {
|
|
3314
4528
|
__typename?: "Order";
|
|
3315
4529
|
account: Account;
|
|
@@ -3422,6 +4636,60 @@ export type PageInfo = {
|
|
|
3422
4636
|
top?: Maybe<Scalars["Int"]["output"]>;
|
|
3423
4637
|
};
|
|
3424
4638
|
|
|
4639
|
+
/** Extended PageInfo type that includes integrationTags, for ProcessConnection */
|
|
4640
|
+
export type PageInfoProcess = {
|
|
4641
|
+
__typename?: "PageInfoProcess";
|
|
4642
|
+
currentPage: Scalars["Int"]["output"];
|
|
4643
|
+
endCursor: Scalars["String"]["output"];
|
|
4644
|
+
hasNextPage: Scalars["Boolean"]["output"];
|
|
4645
|
+
hasPreviousPage: Scalars["Boolean"]["output"];
|
|
4646
|
+
integrationTags?: Maybe<Array<Maybe<Scalars["String"]["output"]>>>;
|
|
4647
|
+
pages: Array<Page>;
|
|
4648
|
+
resultsReturned: Scalars["Int"]["output"];
|
|
4649
|
+
search?: Maybe<Scalars["String"]["output"]>;
|
|
4650
|
+
skip?: Maybe<Scalars["Int"]["output"]>;
|
|
4651
|
+
sort?: Maybe<Scalars["String"]["output"]>;
|
|
4652
|
+
sortDesc?: Maybe<Scalars["Boolean"]["output"]>;
|
|
4653
|
+
startCursor: Scalars["String"]["output"];
|
|
4654
|
+
top?: Maybe<Scalars["Int"]["output"]>;
|
|
4655
|
+
};
|
|
4656
|
+
|
|
4657
|
+
/** Extended PageInfo type that includes executionStatusIds and dateRange, for ProcessExecutionConnection */
|
|
4658
|
+
export type PageInfoProcessExecution = {
|
|
4659
|
+
__typename?: "PageInfoProcessExecution";
|
|
4660
|
+
currentPage: Scalars["Int"]["output"];
|
|
4661
|
+
dateRange?: Maybe<DateRange>;
|
|
4662
|
+
endCursor: Scalars["String"]["output"];
|
|
4663
|
+
executionStatusIds?: Maybe<Array<Maybe<Scalars["ID"]["output"]>>>;
|
|
4664
|
+
hasNextPage: Scalars["Boolean"]["output"];
|
|
4665
|
+
hasPreviousPage: Scalars["Boolean"]["output"];
|
|
4666
|
+
pages: Array<Page>;
|
|
4667
|
+
resultsReturned: Scalars["Int"]["output"];
|
|
4668
|
+
search?: Maybe<Scalars["String"]["output"]>;
|
|
4669
|
+
skip?: Maybe<Scalars["Int"]["output"]>;
|
|
4670
|
+
sort?: Maybe<Scalars["String"]["output"]>;
|
|
4671
|
+
sortDesc?: Maybe<Scalars["Boolean"]["output"]>;
|
|
4672
|
+
startCursor: Scalars["String"]["output"];
|
|
4673
|
+
top?: Maybe<Scalars["Int"]["output"]>;
|
|
4674
|
+
};
|
|
4675
|
+
|
|
4676
|
+
export type PageInfoScheduledProcess = {
|
|
4677
|
+
__typename?: "PageInfoScheduledProcess";
|
|
4678
|
+
currentPage: Scalars["Int"]["output"];
|
|
4679
|
+
daysOfTheWeek?: Maybe<Array<Maybe<Scalars["String"]["output"]>>>;
|
|
4680
|
+
endCursor: Scalars["String"]["output"];
|
|
4681
|
+
hasNextPage: Scalars["Boolean"]["output"];
|
|
4682
|
+
hasPreviousPage: Scalars["Boolean"]["output"];
|
|
4683
|
+
pages: Array<Page>;
|
|
4684
|
+
resultsReturned: Scalars["Int"]["output"];
|
|
4685
|
+
search?: Maybe<Scalars["String"]["output"]>;
|
|
4686
|
+
skip?: Maybe<Scalars["Int"]["output"]>;
|
|
4687
|
+
sort?: Maybe<Scalars["String"]["output"]>;
|
|
4688
|
+
sortDesc?: Maybe<Scalars["Boolean"]["output"]>;
|
|
4689
|
+
startCursor: Scalars["String"]["output"];
|
|
4690
|
+
top?: Maybe<Scalars["Int"]["output"]>;
|
|
4691
|
+
};
|
|
4692
|
+
|
|
3425
4693
|
export type PaginationSettings = {
|
|
3426
4694
|
__typename?: "PaginationSettings";
|
|
3427
4695
|
resultsPerPage?: Maybe<Scalars["String"]["output"]>;
|
|
@@ -3471,6 +4739,30 @@ export type PaymentsSettings = {
|
|
|
3471
4739
|
paymentProviders?: Maybe<Scalars["String"]["output"]>;
|
|
3472
4740
|
};
|
|
3473
4741
|
|
|
4742
|
+
export type PerformanceTracker = {
|
|
4743
|
+
__typename?: "PerformanceTracker";
|
|
4744
|
+
interval?: Maybe<Scalars["Int"]["output"]>;
|
|
4745
|
+
/** Unit of interval (e.g. seconds) 0 = s, 1 = m, 2 = h */
|
|
4746
|
+
intervalUnit?: Maybe<Scalars["Int"]["output"]>;
|
|
4747
|
+
performanceTracker?: Maybe<Array<Maybe<PerformanceTrackerUnit>>>;
|
|
4748
|
+
/** e.g. 45m, 24h */
|
|
4749
|
+
period?: Maybe<Scalars["String"]["output"]>;
|
|
4750
|
+
};
|
|
4751
|
+
|
|
4752
|
+
export type PerformanceTrackerUnit = {
|
|
4753
|
+
__typename?: "PerformanceTrackerUnit";
|
|
4754
|
+
/** Processes created within interval */
|
|
4755
|
+
created?: Maybe<Scalars["Int"]["output"]>;
|
|
4756
|
+
endDate?: Maybe<Scalars["DateTime"]["output"]>;
|
|
4757
|
+
/** Processes executed completely within interval (succeeded + failed) */
|
|
4758
|
+
executed?: Maybe<Scalars["Int"]["output"]>;
|
|
4759
|
+
/** Process executions errored within interval */
|
|
4760
|
+
failed?: Maybe<Scalars["Int"]["output"]>;
|
|
4761
|
+
startDate?: Maybe<Scalars["DateTime"]["output"]>;
|
|
4762
|
+
/** Process executions completed successfully within interval */
|
|
4763
|
+
succeeded?: Maybe<Scalars["Int"]["output"]>;
|
|
4764
|
+
};
|
|
4765
|
+
|
|
3474
4766
|
export type Phone = Node & {
|
|
3475
4767
|
__typename?: "Phone";
|
|
3476
4768
|
account: Account;
|
|
@@ -3586,7 +4878,6 @@ export type PriceGroup = Node & {
|
|
|
3586
4878
|
type?: Maybe<PriceGroupType>;
|
|
3587
4879
|
};
|
|
3588
4880
|
|
|
3589
|
-
/** Represents attribute assigned to the product. It's more like fact which means attribute with value. */
|
|
3590
4881
|
export type PriceGroupListPrice = {
|
|
3591
4882
|
__typename?: "PriceGroupListPrice";
|
|
3592
4883
|
GroupSetId?: Maybe<Scalars["String"]["output"]>;
|
|
@@ -3652,6 +4943,699 @@ export type PriceMethodInput = {
|
|
|
3652
4943
|
top?: InputMaybe<Scalars["Int"]["input"]>;
|
|
3653
4944
|
};
|
|
3654
4945
|
|
|
4946
|
+
export type Process = {
|
|
4947
|
+
__typename?: "Process";
|
|
4948
|
+
allowParallelProcessExecution?: Maybe<Scalars["Int"]["output"]>;
|
|
4949
|
+
allowParallelTaskExecution?: Maybe<Scalars["Int"]["output"]>;
|
|
4950
|
+
code?: Maybe<Scalars["String"]["output"]>;
|
|
4951
|
+
created: Scalars["DateTime"]["output"];
|
|
4952
|
+
extendedFields?: Maybe<Scalars["JSON"]["output"]>;
|
|
4953
|
+
id: Scalars["ID"]["output"];
|
|
4954
|
+
isScheduled?: Maybe<Scalars["Int"]["output"]>;
|
|
4955
|
+
isTriggered?: Maybe<Scalars["Int"]["output"]>;
|
|
4956
|
+
maxConcurrentExecutions?: Maybe<Scalars["Int"]["output"]>;
|
|
4957
|
+
maxRetryAttempts: Scalars["Int"]["output"];
|
|
4958
|
+
modified: Scalars["DateTime"]["output"];
|
|
4959
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
4960
|
+
nextExecutionDate?: Maybe<Scalars["DateTime"]["output"]>;
|
|
4961
|
+
orchestratorInstanceId?: Maybe<Scalars["ID"]["output"]>;
|
|
4962
|
+
previousExecutionDate?: Maybe<Scalars["DateTime"]["output"]>;
|
|
4963
|
+
processIcon?: Maybe<Scalars["String"]["output"]>;
|
|
4964
|
+
processScheduleGroup?: Maybe<ProcessScheduleGroup>;
|
|
4965
|
+
processTasks?: Maybe<Array<Maybe<ProcessTask>>>;
|
|
4966
|
+
sort?: Maybe<Scalars["Int"]["output"]>;
|
|
4967
|
+
timeout?: Maybe<Scalars["Int"]["output"]>;
|
|
4968
|
+
};
|
|
4969
|
+
|
|
4970
|
+
export type ProcessConfigMerge = {
|
|
4971
|
+
config?: InputMaybe<Array<InputMaybe<ConfigMerge>>>;
|
|
4972
|
+
};
|
|
4973
|
+
|
|
4974
|
+
export type ProcessConnection = {
|
|
4975
|
+
__typename?: "ProcessConnection";
|
|
4976
|
+
edges: Array<ProcessEdge>;
|
|
4977
|
+
nodes?: Maybe<Array<Maybe<Process>>>;
|
|
4978
|
+
pageInfo: PageInfoProcess;
|
|
4979
|
+
recordCount?: Maybe<Scalars["Int"]["output"]>;
|
|
4980
|
+
};
|
|
4981
|
+
|
|
4982
|
+
export type ProcessCreate = {
|
|
4983
|
+
allowParallelProcessExecution?: InputMaybe<Scalars["Int"]["input"]>;
|
|
4984
|
+
allowParallelTaskExecution?: InputMaybe<Scalars["Int"]["input"]>;
|
|
4985
|
+
code?: InputMaybe<Scalars["String"]["input"]>;
|
|
4986
|
+
/** New entry uses this ID. If omitted, generates a random ID. Make sure the ID is not in use already! */
|
|
4987
|
+
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
4988
|
+
isTriggered?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
4989
|
+
maxConcurrentExecutions?: InputMaybe<Scalars["Int"]["input"]>;
|
|
4990
|
+
maxRetryAttempts?: InputMaybe<Scalars["Int"]["input"]>;
|
|
4991
|
+
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
4992
|
+
orchestratorInstanceId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
4993
|
+
processIcon?: InputMaybe<Scalars["String"]["input"]>;
|
|
4994
|
+
processScheduleGroupId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
4995
|
+
sort?: InputMaybe<Scalars["Int"]["input"]>;
|
|
4996
|
+
};
|
|
4997
|
+
|
|
4998
|
+
export type ProcessEdge = {
|
|
4999
|
+
__typename?: "ProcessEdge";
|
|
5000
|
+
cursor?: Maybe<Scalars["String"]["output"]>;
|
|
5001
|
+
node: Process;
|
|
5002
|
+
};
|
|
5003
|
+
|
|
5004
|
+
export type ProcessExecution = {
|
|
5005
|
+
__typename?: "ProcessExecution";
|
|
5006
|
+
allowParallelProcessExecution?: Maybe<Scalars["Int"]["output"]>;
|
|
5007
|
+
allowParallelTaskExecution?: Maybe<Scalars["Int"]["output"]>;
|
|
5008
|
+
attempt: Scalars["Int"]["output"];
|
|
5009
|
+
code?: Maybe<Scalars["String"]["output"]>;
|
|
5010
|
+
copyFromId?: Maybe<Scalars["ID"]["output"]>;
|
|
5011
|
+
created: Scalars["DateTime"]["output"];
|
|
5012
|
+
endDate?: Maybe<Scalars["DateTime"]["output"]>;
|
|
5013
|
+
executionStatus?: Maybe<ExecutionStatus>;
|
|
5014
|
+
executionStatusMessage?: Maybe<Scalars["String"]["output"]>;
|
|
5015
|
+
extendedFields?: Maybe<Scalars["JSON"]["output"]>;
|
|
5016
|
+
id: Scalars["ID"]["output"];
|
|
5017
|
+
messageSize?: Maybe<Scalars["Float"]["output"]>;
|
|
5018
|
+
modified: Scalars["DateTime"]["output"];
|
|
5019
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
5020
|
+
process?: Maybe<Process>;
|
|
5021
|
+
processBatchId?: Maybe<Scalars["ID"]["output"]>;
|
|
5022
|
+
recordCount?: Maybe<Scalars["Int"]["output"]>;
|
|
5023
|
+
retryProcessBatchId?: Maybe<Scalars["ID"]["output"]>;
|
|
5024
|
+
scheduledDate?: Maybe<Scalars["DateTime"]["output"]>;
|
|
5025
|
+
startDate?: Maybe<Scalars["DateTime"]["output"]>;
|
|
5026
|
+
timeout?: Maybe<Scalars["Int"]["output"]>;
|
|
5027
|
+
};
|
|
5028
|
+
|
|
5029
|
+
export type ProcessExecutionConnection = {
|
|
5030
|
+
__typename?: "ProcessExecutionConnection";
|
|
5031
|
+
edges: Array<ProcessExecutionEdge>;
|
|
5032
|
+
nodes?: Maybe<Array<Maybe<ProcessExecution>>>;
|
|
5033
|
+
pageInfo: PageInfoProcessExecution;
|
|
5034
|
+
recordCount?: Maybe<Scalars["Int"]["output"]>;
|
|
5035
|
+
};
|
|
5036
|
+
|
|
5037
|
+
export type ProcessExecutionDetails = {
|
|
5038
|
+
__typename?: "ProcessExecutionDetails";
|
|
5039
|
+
allowParallelProcessExecution?: Maybe<Scalars["Int"]["output"]>;
|
|
5040
|
+
allowParallelTaskExecution?: Maybe<Scalars["Int"]["output"]>;
|
|
5041
|
+
attempt: Scalars["Int"]["output"];
|
|
5042
|
+
code?: Maybe<Scalars["String"]["output"]>;
|
|
5043
|
+
copyFromId?: Maybe<Scalars["ID"]["output"]>;
|
|
5044
|
+
created: Scalars["DateTime"]["output"];
|
|
5045
|
+
endDate?: Maybe<Scalars["DateTime"]["output"]>;
|
|
5046
|
+
executionStatus?: Maybe<ExecutionStatus>;
|
|
5047
|
+
executionStatusMessage?: Maybe<Scalars["String"]["output"]>;
|
|
5048
|
+
extendedFields?: Maybe<Scalars["JSON"]["output"]>;
|
|
5049
|
+
id: Scalars["ID"]["output"];
|
|
5050
|
+
messageSize?: Maybe<Scalars["Float"]["output"]>;
|
|
5051
|
+
modified: Scalars["DateTime"]["output"];
|
|
5052
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
5053
|
+
processTaskExecutions?: Maybe<Array<Maybe<ProcessTaskExecution>>>;
|
|
5054
|
+
recordCount?: Maybe<Scalars["Int"]["output"]>;
|
|
5055
|
+
retryProcessBatchId?: Maybe<Scalars["ID"]["output"]>;
|
|
5056
|
+
scheduledDate?: Maybe<Scalars["DateTime"]["output"]>;
|
|
5057
|
+
startDate?: Maybe<Scalars["DateTime"]["output"]>;
|
|
5058
|
+
timeout?: Maybe<Scalars["Int"]["output"]>;
|
|
5059
|
+
};
|
|
5060
|
+
|
|
5061
|
+
export type ProcessExecutionEdge = {
|
|
5062
|
+
__typename?: "ProcessExecutionEdge";
|
|
5063
|
+
cursor?: Maybe<Scalars["String"]["output"]>;
|
|
5064
|
+
node: ProcessExecution;
|
|
5065
|
+
};
|
|
5066
|
+
|
|
5067
|
+
export type ProcessExecutionInput = {
|
|
5068
|
+
after?: InputMaybe<Scalars["String"]["input"]>;
|
|
5069
|
+
dateRange?: InputMaybe<DateRangeInput>;
|
|
5070
|
+
/** Requires IDs in list to be one of [300, 400, 450, 500, 999] */
|
|
5071
|
+
executionStatusIds?: InputMaybe<Array<InputMaybe<Scalars["Int"]["input"]>>>;
|
|
5072
|
+
search?: InputMaybe<Scalars["String"]["input"]>;
|
|
5073
|
+
skip?: InputMaybe<Scalars["Int"]["input"]>;
|
|
5074
|
+
sort?: InputMaybe<Scalars["String"]["input"]>;
|
|
5075
|
+
sortDesc?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5076
|
+
top?: InputMaybe<Scalars["Int"]["input"]>;
|
|
5077
|
+
};
|
|
5078
|
+
|
|
5079
|
+
export type ProcessExport = {
|
|
5080
|
+
__typename?: "ProcessExport";
|
|
5081
|
+
AllowParallelProcessExecution?: Maybe<Scalars["Boolean"]["output"]>;
|
|
5082
|
+
AllowParallelTaskExecution?: Maybe<Scalars["Boolean"]["output"]>;
|
|
5083
|
+
IsTriggered?: Maybe<Scalars["Boolean"]["output"]>;
|
|
5084
|
+
MaxConcurrentExecutions?: Maybe<Scalars["Int"]["output"]>;
|
|
5085
|
+
MaxRetryAttempts?: Maybe<Scalars["Int"]["output"]>;
|
|
5086
|
+
Name?: Maybe<Scalars["String"]["output"]>;
|
|
5087
|
+
OrchestratorInstanceId?: Maybe<Scalars["ID"]["output"]>;
|
|
5088
|
+
Process?: Maybe<Scalars["String"]["output"]>;
|
|
5089
|
+
ProcessIcon?: Maybe<Scalars["String"]["output"]>;
|
|
5090
|
+
ProcessId?: Maybe<Scalars["ID"]["output"]>;
|
|
5091
|
+
ProcessScheduleGroup?: Maybe<ProcessScheduleGroupExport>;
|
|
5092
|
+
ProcessTasks?: Maybe<Array<Maybe<ProcessTaskExport>>>;
|
|
5093
|
+
};
|
|
5094
|
+
|
|
5095
|
+
export type ProcessImport = {
|
|
5096
|
+
AllowParallelProcessExecution?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5097
|
+
AllowParallelTaskExecution?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5098
|
+
IsTriggered?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5099
|
+
MaxConcurrentExecutions?: InputMaybe<Scalars["Int"]["input"]>;
|
|
5100
|
+
MaxRetryAttempts?: InputMaybe<Scalars["Int"]["input"]>;
|
|
5101
|
+
Name?: InputMaybe<Scalars["String"]["input"]>;
|
|
5102
|
+
OrchestratorInstanceId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5103
|
+
Process?: InputMaybe<Scalars["String"]["input"]>;
|
|
5104
|
+
ProcessIcon?: InputMaybe<Scalars["String"]["input"]>;
|
|
5105
|
+
ProcessId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5106
|
+
ProcessScheduleGroup?: InputMaybe<ProcessScheduleGroupImport>;
|
|
5107
|
+
/** If a ProcessTask of a separate Process is included, it is updated to be under this Process. */
|
|
5108
|
+
ProcessTasks?: InputMaybe<Array<InputMaybe<ProcessTaskImport>>>;
|
|
5109
|
+
Sort?: InputMaybe<Scalars["Int"]["input"]>;
|
|
5110
|
+
};
|
|
5111
|
+
|
|
5112
|
+
export type ProcessInput = {
|
|
5113
|
+
after?: InputMaybe<Scalars["String"]["input"]>;
|
|
5114
|
+
/** Requires that strings in list are one of ['Schedule Pending', 'Scheduled', 'Triggered'] */
|
|
5115
|
+
integrationTags?: InputMaybe<Array<InputMaybe<Scalars["String"]["input"]>>>;
|
|
5116
|
+
search?: InputMaybe<Scalars["String"]["input"]>;
|
|
5117
|
+
skip?: InputMaybe<Scalars["Int"]["input"]>;
|
|
5118
|
+
sort?: InputMaybe<Scalars["String"]["input"]>;
|
|
5119
|
+
sortDesc?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5120
|
+
top?: InputMaybe<Scalars["Int"]["input"]>;
|
|
5121
|
+
};
|
|
5122
|
+
|
|
5123
|
+
export type ProcessRun = {
|
|
5124
|
+
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5125
|
+
processExecutionId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5126
|
+
};
|
|
5127
|
+
|
|
5128
|
+
export type ProcessSchedule = {
|
|
5129
|
+
__typename?: "ProcessSchedule";
|
|
5130
|
+
code?: Maybe<Scalars["String"]["output"]>;
|
|
5131
|
+
created: Scalars["DateTime"]["output"];
|
|
5132
|
+
description?: Maybe<Scalars["String"]["output"]>;
|
|
5133
|
+
endDate?: Maybe<Scalars["DateTime"]["output"]>;
|
|
5134
|
+
extendedFields?: Maybe<Scalars["JSON"]["output"]>;
|
|
5135
|
+
id: Scalars["ID"]["output"];
|
|
5136
|
+
interval?: Maybe<Scalars["Int"]["output"]>;
|
|
5137
|
+
intervalTypeId?: Maybe<Scalars["ID"]["output"]>;
|
|
5138
|
+
intervalUnit?: Maybe<Scalars["String"]["output"]>;
|
|
5139
|
+
intervalUnitId?: Maybe<Scalars["ID"]["output"]>;
|
|
5140
|
+
isFriday?: Maybe<Scalars["Boolean"]["output"]>;
|
|
5141
|
+
isMonday?: Maybe<Scalars["Boolean"]["output"]>;
|
|
5142
|
+
isSaturday?: Maybe<Scalars["Boolean"]["output"]>;
|
|
5143
|
+
isSunday?: Maybe<Scalars["Boolean"]["output"]>;
|
|
5144
|
+
isThursday?: Maybe<Scalars["Boolean"]["output"]>;
|
|
5145
|
+
isTuesday?: Maybe<Scalars["Boolean"]["output"]>;
|
|
5146
|
+
isWednesday?: Maybe<Scalars["Boolean"]["output"]>;
|
|
5147
|
+
modified: Scalars["DateTime"]["output"];
|
|
5148
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
5149
|
+
nextExecutionDate?: Maybe<Scalars["DateTime"]["output"]>;
|
|
5150
|
+
onceDateTime?: Maybe<Scalars["DateTime"]["output"]>;
|
|
5151
|
+
previousExecutionDate?: Maybe<Scalars["DateTime"]["output"]>;
|
|
5152
|
+
process?: Maybe<Process>;
|
|
5153
|
+
processScheduleGroup?: Maybe<ProcessScheduleGroup>;
|
|
5154
|
+
startDate?: Maybe<Scalars["DateTime"]["output"]>;
|
|
5155
|
+
};
|
|
5156
|
+
|
|
5157
|
+
export type ProcessScheduleConnection = {
|
|
5158
|
+
__typename?: "ProcessScheduleConnection";
|
|
5159
|
+
edges: Array<ProcessScheduleEdge>;
|
|
5160
|
+
nodes?: Maybe<Array<Maybe<ProcessSchedule>>>;
|
|
5161
|
+
pageInfo: PageInfo;
|
|
5162
|
+
recordCount?: Maybe<Scalars["Int"]["output"]>;
|
|
5163
|
+
};
|
|
5164
|
+
|
|
5165
|
+
export type ProcessScheduleCreate = {
|
|
5166
|
+
code?: InputMaybe<Scalars["String"]["input"]>;
|
|
5167
|
+
description?: InputMaybe<Scalars["String"]["input"]>;
|
|
5168
|
+
endDate?: InputMaybe<Scalars["DateTime"]["input"]>;
|
|
5169
|
+
extendedFields?: InputMaybe<Scalars["JSON"]["input"]>;
|
|
5170
|
+
/** New entry uses this ID. If omitted, generates a random ID. Make sure the ID is not in use already! */
|
|
5171
|
+
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5172
|
+
interval?: InputMaybe<Scalars["Int"]["input"]>;
|
|
5173
|
+
intervalTypeId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5174
|
+
intervalUnit?: InputMaybe<Scalars["String"]["input"]>;
|
|
5175
|
+
intervalUnitId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5176
|
+
isFriday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5177
|
+
isMonday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5178
|
+
isSaturday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5179
|
+
isSunday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5180
|
+
isThursday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5181
|
+
isTuesday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5182
|
+
isWednesday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5183
|
+
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
5184
|
+
nextExecutionDate?: InputMaybe<Scalars["DateTime"]["input"]>;
|
|
5185
|
+
onceDateTime?: InputMaybe<Scalars["DateTime"]["input"]>;
|
|
5186
|
+
previousExecutionDate?: InputMaybe<Scalars["DateTime"]["input"]>;
|
|
5187
|
+
processId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5188
|
+
processScheduleGroupId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5189
|
+
startDate?: InputMaybe<Scalars["DateTime"]["input"]>;
|
|
5190
|
+
};
|
|
5191
|
+
|
|
5192
|
+
export type ProcessScheduleDetails = {
|
|
5193
|
+
__typename?: "ProcessScheduleDetails";
|
|
5194
|
+
id: Scalars["ID"]["output"];
|
|
5195
|
+
processes?: Maybe<Array<Maybe<Process>>>;
|
|
5196
|
+
};
|
|
5197
|
+
|
|
5198
|
+
export type ProcessScheduleEdge = {
|
|
5199
|
+
__typename?: "ProcessScheduleEdge";
|
|
5200
|
+
cursor?: Maybe<Scalars["String"]["output"]>;
|
|
5201
|
+
node: ProcessSchedule;
|
|
5202
|
+
};
|
|
5203
|
+
|
|
5204
|
+
export type ProcessScheduleGroup = {
|
|
5205
|
+
__typename?: "ProcessScheduleGroup";
|
|
5206
|
+
code?: Maybe<Scalars["String"]["output"]>;
|
|
5207
|
+
created: Scalars["DateTime"]["output"];
|
|
5208
|
+
id: Scalars["ID"]["output"];
|
|
5209
|
+
isDisabled?: Maybe<Scalars["Int"]["output"]>;
|
|
5210
|
+
modified: Scalars["DateTime"]["output"];
|
|
5211
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
5212
|
+
};
|
|
5213
|
+
|
|
5214
|
+
export type ProcessScheduleGroupDetails = {
|
|
5215
|
+
__typename?: "ProcessScheduleGroupDetails";
|
|
5216
|
+
code?: Maybe<Scalars["String"]["output"]>;
|
|
5217
|
+
created: Scalars["DateTime"]["output"];
|
|
5218
|
+
id: Scalars["ID"]["output"];
|
|
5219
|
+
interval?: Maybe<Scalars["Int"]["output"]>;
|
|
5220
|
+
intervalTypeId?: Maybe<Scalars["ID"]["output"]>;
|
|
5221
|
+
intervalUnitId?: Maybe<Scalars["ID"]["output"]>;
|
|
5222
|
+
isDisabled?: Maybe<Scalars["Boolean"]["output"]>;
|
|
5223
|
+
isFriday?: Maybe<Scalars["Boolean"]["output"]>;
|
|
5224
|
+
isMonday?: Maybe<Scalars["Boolean"]["output"]>;
|
|
5225
|
+
isSaturday?: Maybe<Scalars["Boolean"]["output"]>;
|
|
5226
|
+
isSunday?: Maybe<Scalars["Boolean"]["output"]>;
|
|
5227
|
+
isThursday?: Maybe<Scalars["Boolean"]["output"]>;
|
|
5228
|
+
isTuesday?: Maybe<Scalars["Boolean"]["output"]>;
|
|
5229
|
+
isWednesday?: Maybe<Scalars["Boolean"]["output"]>;
|
|
5230
|
+
modified: Scalars["DateTime"]["output"];
|
|
5231
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
5232
|
+
processSchedule?: Maybe<ProcessScheduleDetails>;
|
|
5233
|
+
startDate?: Maybe<Scalars["DateTime"]["output"]>;
|
|
5234
|
+
};
|
|
5235
|
+
|
|
5236
|
+
export type ProcessScheduleGroupDetailsCreate = {
|
|
5237
|
+
code?: InputMaybe<Scalars["String"]["input"]>;
|
|
5238
|
+
/** New entry uses this ID. If omitted, generates a random ID. Make sure the ID is not in use already! */
|
|
5239
|
+
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5240
|
+
interval?: InputMaybe<Scalars["Int"]["input"]>;
|
|
5241
|
+
intervalTypeId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5242
|
+
intervalUnitId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5243
|
+
isDisabled?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5244
|
+
isFriday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5245
|
+
isMonday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5246
|
+
isSaturday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5247
|
+
isSunday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5248
|
+
isThursday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5249
|
+
isTuesday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5250
|
+
isWednesday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5251
|
+
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
5252
|
+
/** Requires at least one Process to create a schedule group. */
|
|
5253
|
+
processes: Array<ProcessScheduleGroupDetailsProcessInput>;
|
|
5254
|
+
startDate?: InputMaybe<Scalars["DateTime"]["input"]>;
|
|
5255
|
+
};
|
|
5256
|
+
|
|
5257
|
+
export type ProcessScheduleGroupDetailsProcessInput = {
|
|
5258
|
+
id: Scalars["ID"]["input"];
|
|
5259
|
+
sort: Scalars["Int"]["input"];
|
|
5260
|
+
};
|
|
5261
|
+
|
|
5262
|
+
export type ProcessScheduleGroupDetailsUpdate = {
|
|
5263
|
+
code?: InputMaybe<Scalars["String"]["input"]>;
|
|
5264
|
+
id: Scalars["ID"]["input"];
|
|
5265
|
+
interval?: InputMaybe<Scalars["Int"]["input"]>;
|
|
5266
|
+
intervalTypeId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5267
|
+
intervalUnitId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5268
|
+
isDisabled?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5269
|
+
isFriday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5270
|
+
isMonday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5271
|
+
isSaturday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5272
|
+
isSunday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5273
|
+
isThursday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5274
|
+
isTuesday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5275
|
+
isWednesday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5276
|
+
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
5277
|
+
/** If updating processes, at least one Process must be provided in the list. */
|
|
5278
|
+
processes?: InputMaybe<Array<ProcessScheduleGroupDetailsProcessInput>>;
|
|
5279
|
+
startDate?: InputMaybe<Scalars["DateTime"]["input"]>;
|
|
5280
|
+
};
|
|
5281
|
+
|
|
5282
|
+
export type ProcessScheduleGroupExport = {
|
|
5283
|
+
__typename?: "ProcessScheduleGroupExport";
|
|
5284
|
+
EndDate?: Maybe<Scalars["DateTime"]["output"]>;
|
|
5285
|
+
IsDisabled?: Maybe<Scalars["Boolean"]["output"]>;
|
|
5286
|
+
IsFriday?: Maybe<Scalars["Boolean"]["output"]>;
|
|
5287
|
+
IsMonday?: Maybe<Scalars["Boolean"]["output"]>;
|
|
5288
|
+
IsSaturday?: Maybe<Scalars["Boolean"]["output"]>;
|
|
5289
|
+
IsSunday?: Maybe<Scalars["Boolean"]["output"]>;
|
|
5290
|
+
IsThursday?: Maybe<Scalars["Boolean"]["output"]>;
|
|
5291
|
+
IsTuesday?: Maybe<Scalars["Boolean"]["output"]>;
|
|
5292
|
+
IsWednesday?: Maybe<Scalars["Boolean"]["output"]>;
|
|
5293
|
+
Name?: Maybe<Scalars["String"]["output"]>;
|
|
5294
|
+
ProcessSchedule?: Maybe<Scalars["String"]["output"]>;
|
|
5295
|
+
ProcessScheduleGroup?: Maybe<Scalars["String"]["output"]>;
|
|
5296
|
+
ProcessScheduleGroupId?: Maybe<Scalars["ID"]["output"]>;
|
|
5297
|
+
ProcessScheduleId?: Maybe<Scalars["ID"]["output"]>;
|
|
5298
|
+
SchedulePeriod?: Maybe<Scalars["String"]["output"]>;
|
|
5299
|
+
Sort?: Maybe<Scalars["Int"]["output"]>;
|
|
5300
|
+
StartDate?: Maybe<Scalars["DateTime"]["output"]>;
|
|
5301
|
+
};
|
|
5302
|
+
|
|
5303
|
+
export type ProcessScheduleGroupImport = {
|
|
5304
|
+
EndDate?: InputMaybe<Scalars["DateTime"]["input"]>;
|
|
5305
|
+
IsDisabled?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5306
|
+
IsFriday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5307
|
+
IsMonday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5308
|
+
IsSaturday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5309
|
+
IsSunday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5310
|
+
IsThursday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5311
|
+
IsTuesday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5312
|
+
IsWednesday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5313
|
+
Name?: InputMaybe<Scalars["String"]["input"]>;
|
|
5314
|
+
ProcessSchedule?: InputMaybe<Scalars["String"]["input"]>;
|
|
5315
|
+
ProcessScheduleGroup?: InputMaybe<Scalars["String"]["input"]>;
|
|
5316
|
+
ProcessScheduleGroupId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5317
|
+
ProcessScheduleId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5318
|
+
SchedulePeriod?: InputMaybe<Scalars["String"]["input"]>;
|
|
5319
|
+
Sort?: InputMaybe<Scalars["Int"]["input"]>;
|
|
5320
|
+
StartDate?: InputMaybe<Scalars["DateTime"]["input"]>;
|
|
5321
|
+
};
|
|
5322
|
+
|
|
5323
|
+
export type ProcessScheduleUpdate = {
|
|
5324
|
+
code?: InputMaybe<Scalars["String"]["input"]>;
|
|
5325
|
+
description?: InputMaybe<Scalars["String"]["input"]>;
|
|
5326
|
+
endDate?: InputMaybe<Scalars["DateTime"]["input"]>;
|
|
5327
|
+
extendedFields?: InputMaybe<Scalars["JSON"]["input"]>;
|
|
5328
|
+
id: Scalars["ID"]["input"];
|
|
5329
|
+
interval?: InputMaybe<Scalars["Int"]["input"]>;
|
|
5330
|
+
intervalTypeId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5331
|
+
intervalUnit?: InputMaybe<Scalars["String"]["input"]>;
|
|
5332
|
+
intervalUnitId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5333
|
+
isFriday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5334
|
+
isMonday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5335
|
+
isSaturday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5336
|
+
isSunday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5337
|
+
isThursday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5338
|
+
isTuesday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5339
|
+
isWednesday?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5340
|
+
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
5341
|
+
nextExecutionDate?: InputMaybe<Scalars["DateTime"]["input"]>;
|
|
5342
|
+
onceDateTime?: InputMaybe<Scalars["DateTime"]["input"]>;
|
|
5343
|
+
previousExecutionDate?: InputMaybe<Scalars["DateTime"]["input"]>;
|
|
5344
|
+
processId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5345
|
+
processScheduleGroupId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5346
|
+
startDate?: InputMaybe<Scalars["DateTime"]["input"]>;
|
|
5347
|
+
};
|
|
5348
|
+
|
|
5349
|
+
export type ProcessTask = {
|
|
5350
|
+
__typename?: "ProcessTask";
|
|
5351
|
+
code?: Maybe<Scalars["String"]["output"]>;
|
|
5352
|
+
created: Scalars["DateTime"]["output"];
|
|
5353
|
+
endpoint?: Maybe<Endpoint>;
|
|
5354
|
+
executionProcedure?: Maybe<Scalars["String"]["output"]>;
|
|
5355
|
+
extendedFields?: Maybe<Scalars["JSON"]["output"]>;
|
|
5356
|
+
id: Scalars["ID"]["output"];
|
|
5357
|
+
maxEndpointMessageAttempts?: Maybe<Scalars["Int"]["output"]>;
|
|
5358
|
+
modified: Scalars["DateTime"]["output"];
|
|
5359
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
5360
|
+
orchestrationType?: Maybe<OrchestrationType>;
|
|
5361
|
+
parallelProcessingGroup?: Maybe<Scalars["Int"]["output"]>;
|
|
5362
|
+
params?: Maybe<Scalars["JSON"]["output"]>;
|
|
5363
|
+
postExecutionProcedure?: Maybe<Scalars["String"]["output"]>;
|
|
5364
|
+
preExecutionProcedure?: Maybe<Scalars["String"]["output"]>;
|
|
5365
|
+
process: Process;
|
|
5366
|
+
processTaskType?: Maybe<ProcessTaskType>;
|
|
5367
|
+
properties?: Maybe<Scalars["JSON"]["output"]>;
|
|
5368
|
+
sort?: Maybe<Scalars["Int"]["output"]>;
|
|
5369
|
+
};
|
|
5370
|
+
|
|
5371
|
+
export type ProcessTaskConnection = {
|
|
5372
|
+
__typename?: "ProcessTaskConnection";
|
|
5373
|
+
edges: Array<ProcessTaskEdge>;
|
|
5374
|
+
nodes?: Maybe<Array<Maybe<ProcessTask>>>;
|
|
5375
|
+
pageInfo: PageInfo;
|
|
5376
|
+
recordCount?: Maybe<Scalars["Int"]["output"]>;
|
|
5377
|
+
};
|
|
5378
|
+
|
|
5379
|
+
export type ProcessTaskCreate = {
|
|
5380
|
+
code?: InputMaybe<Scalars["String"]["input"]>;
|
|
5381
|
+
endpointId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5382
|
+
/** New entry uses this ID. If omitted, generates a random ID. Make sure the ID is not in use already! */
|
|
5383
|
+
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5384
|
+
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
5385
|
+
orchestrationTypeId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5386
|
+
parallelProcessingGroup?: InputMaybe<Scalars["Int"]["input"]>;
|
|
5387
|
+
params?: InputMaybe<Scalars["String"]["input"]>;
|
|
5388
|
+
postExecutionProcedure?: InputMaybe<Scalars["String"]["input"]>;
|
|
5389
|
+
preExecutionProcedure?: InputMaybe<Scalars["String"]["input"]>;
|
|
5390
|
+
processId: Scalars["ID"]["input"];
|
|
5391
|
+
processTaskTypeId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5392
|
+
sort?: InputMaybe<Scalars["Int"]["input"]>;
|
|
5393
|
+
};
|
|
5394
|
+
|
|
5395
|
+
export type ProcessTaskEdge = {
|
|
5396
|
+
__typename?: "ProcessTaskEdge";
|
|
5397
|
+
cursor?: Maybe<Scalars["String"]["output"]>;
|
|
5398
|
+
node: ProcessTask;
|
|
5399
|
+
};
|
|
5400
|
+
|
|
5401
|
+
export type ProcessTaskExecution = {
|
|
5402
|
+
__typename?: "ProcessTaskExecution";
|
|
5403
|
+
code?: Maybe<Scalars["String"]["output"]>;
|
|
5404
|
+
copyFromId?: Maybe<Scalars["ID"]["output"]>;
|
|
5405
|
+
created: Scalars["DateTime"]["output"];
|
|
5406
|
+
endDate?: Maybe<Scalars["DateTime"]["output"]>;
|
|
5407
|
+
endpoint?: Maybe<Endpoint>;
|
|
5408
|
+
executionStatus?: Maybe<ExecutionStatus>;
|
|
5409
|
+
executionStatusMessage?: Maybe<Scalars["String"]["output"]>;
|
|
5410
|
+
extendedFields?: Maybe<Scalars["JSON"]["output"]>;
|
|
5411
|
+
id: Scalars["ID"]["output"];
|
|
5412
|
+
maxEndpointMessageAttempts?: Maybe<Scalars["Int"]["output"]>;
|
|
5413
|
+
messageSize?: Maybe<Scalars["Int"]["output"]>;
|
|
5414
|
+
modified: Scalars["DateTime"]["output"];
|
|
5415
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
5416
|
+
orchestrationType?: Maybe<OrchestrationType>;
|
|
5417
|
+
parallelProcessingGroup?: Maybe<Scalars["Int"]["output"]>;
|
|
5418
|
+
params?: Maybe<Scalars["String"]["output"]>;
|
|
5419
|
+
postExecutionProcedure?: Maybe<Scalars["String"]["output"]>;
|
|
5420
|
+
preExecutionProcedure?: Maybe<Scalars["String"]["output"]>;
|
|
5421
|
+
processExecution?: Maybe<ProcessExecution>;
|
|
5422
|
+
processTask?: Maybe<ProcessTask>;
|
|
5423
|
+
processTaskType?: Maybe<ProcessTaskType>;
|
|
5424
|
+
recordCount?: Maybe<Scalars["Int"]["output"]>;
|
|
5425
|
+
sort?: Maybe<Scalars["Int"]["output"]>;
|
|
5426
|
+
startDate?: Maybe<Scalars["DateTime"]["output"]>;
|
|
5427
|
+
};
|
|
5428
|
+
|
|
5429
|
+
export type ProcessTaskExport = {
|
|
5430
|
+
__typename?: "ProcessTaskExport";
|
|
5431
|
+
Endpoint?: Maybe<Scalars["String"]["output"]>;
|
|
5432
|
+
Name?: Maybe<Scalars["String"]["output"]>;
|
|
5433
|
+
OrchestrationType?: Maybe<Scalars["String"]["output"]>;
|
|
5434
|
+
ParallelProcessingGroup?: Maybe<Scalars["Int"]["output"]>;
|
|
5435
|
+
Params?: Maybe<Scalars["String"]["output"]>;
|
|
5436
|
+
PostExecutionProcedure?: Maybe<Scalars["String"]["output"]>;
|
|
5437
|
+
PreExecutionProcedure?: Maybe<Scalars["String"]["output"]>;
|
|
5438
|
+
ProcessTask?: Maybe<Scalars["String"]["output"]>;
|
|
5439
|
+
ProcessTaskId?: Maybe<Scalars["ID"]["output"]>;
|
|
5440
|
+
ProcessTaskType?: Maybe<Scalars["String"]["output"]>;
|
|
5441
|
+
Sort?: Maybe<Scalars["Int"]["output"]>;
|
|
5442
|
+
};
|
|
5443
|
+
|
|
5444
|
+
export type ProcessTaskImport = {
|
|
5445
|
+
Endpoint?: InputMaybe<Scalars["String"]["input"]>;
|
|
5446
|
+
Name?: InputMaybe<Scalars["String"]["input"]>;
|
|
5447
|
+
OrchestrationType?: InputMaybe<Scalars["String"]["input"]>;
|
|
5448
|
+
ParallelProcessingGroup?: InputMaybe<Scalars["Int"]["input"]>;
|
|
5449
|
+
Params?: InputMaybe<Scalars["String"]["input"]>;
|
|
5450
|
+
PostExecutionProcedure?: InputMaybe<Scalars["String"]["input"]>;
|
|
5451
|
+
PreExecutionProcedure?: InputMaybe<Scalars["String"]["input"]>;
|
|
5452
|
+
ProcessTask?: InputMaybe<Scalars["String"]["input"]>;
|
|
5453
|
+
ProcessTaskId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5454
|
+
ProcessTaskType?: InputMaybe<Scalars["String"]["input"]>;
|
|
5455
|
+
Properties?: InputMaybe<Scalars["JSON"]["input"]>;
|
|
5456
|
+
Sort?: InputMaybe<Scalars["Int"]["input"]>;
|
|
5457
|
+
};
|
|
5458
|
+
|
|
5459
|
+
export type ProcessTaskLink = {
|
|
5460
|
+
__typename?: "ProcessTaskLink";
|
|
5461
|
+
created: Scalars["DateTime"]["output"];
|
|
5462
|
+
criteria?: Maybe<Scalars["String"]["output"]>;
|
|
5463
|
+
destinationFlowId?: Maybe<Scalars["ID"]["output"]>;
|
|
5464
|
+
destinationTask?: Maybe<ProcessTask>;
|
|
5465
|
+
extendedFields?: Maybe<Scalars["JSON"]["output"]>;
|
|
5466
|
+
id: Scalars["ID"]["output"];
|
|
5467
|
+
modified: Scalars["DateTime"]["output"];
|
|
5468
|
+
sort?: Maybe<Scalars["Int"]["output"]>;
|
|
5469
|
+
sourceFlowId?: Maybe<Scalars["ID"]["output"]>;
|
|
5470
|
+
sourceTask?: Maybe<ProcessTask>;
|
|
5471
|
+
};
|
|
5472
|
+
|
|
5473
|
+
export type ProcessTaskLinkConnection = {
|
|
5474
|
+
__typename?: "ProcessTaskLinkConnection";
|
|
5475
|
+
edges: Array<ProcessTaskLinkEdge>;
|
|
5476
|
+
nodes?: Maybe<Array<Maybe<ProcessTaskLink>>>;
|
|
5477
|
+
pageInfo: PageInfo;
|
|
5478
|
+
recordCount?: Maybe<Scalars["Int"]["output"]>;
|
|
5479
|
+
};
|
|
5480
|
+
|
|
5481
|
+
export type ProcessTaskLinkCreate = {
|
|
5482
|
+
destinationTaskId: Scalars["ID"]["input"];
|
|
5483
|
+
/** New entry uses this ID. If omitted, generates a random ID. Make sure the ID is not in use already! */
|
|
5484
|
+
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5485
|
+
sourceTaskId: Scalars["ID"]["input"];
|
|
5486
|
+
};
|
|
5487
|
+
|
|
5488
|
+
export type ProcessTaskLinkEdge = {
|
|
5489
|
+
__typename?: "ProcessTaskLinkEdge";
|
|
5490
|
+
cursor?: Maybe<Scalars["String"]["output"]>;
|
|
5491
|
+
node: ProcessTaskLink;
|
|
5492
|
+
};
|
|
5493
|
+
|
|
5494
|
+
export type ProcessTaskLinkUpdate = {
|
|
5495
|
+
criteria?: InputMaybe<Scalars["String"]["input"]>;
|
|
5496
|
+
destinationFlowId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5497
|
+
destinationTaskId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5498
|
+
extendedFields?: InputMaybe<Scalars["JSON"]["input"]>;
|
|
5499
|
+
id: Scalars["ID"]["input"];
|
|
5500
|
+
sort?: InputMaybe<Scalars["Int"]["input"]>;
|
|
5501
|
+
sourceFlowId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5502
|
+
sourceTaskId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5503
|
+
};
|
|
5504
|
+
|
|
5505
|
+
export type ProcessTaskType = {
|
|
5506
|
+
__typename?: "ProcessTaskType";
|
|
5507
|
+
code?: Maybe<Scalars["String"]["output"]>;
|
|
5508
|
+
created: Scalars["DateTime"]["output"];
|
|
5509
|
+
id: Scalars["ID"]["output"];
|
|
5510
|
+
modified: Scalars["DateTime"]["output"];
|
|
5511
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
5512
|
+
paramSchema?: Maybe<Scalars["JSON"]["output"]>;
|
|
5513
|
+
};
|
|
5514
|
+
|
|
5515
|
+
export type ProcessTaskTypeConnection = {
|
|
5516
|
+
__typename?: "ProcessTaskTypeConnection";
|
|
5517
|
+
edges: Array<ProcessTaskTypeEdge>;
|
|
5518
|
+
nodes?: Maybe<Array<Maybe<ProcessTaskType>>>;
|
|
5519
|
+
pageInfo: PageInfo;
|
|
5520
|
+
recordCount?: Maybe<Scalars["Int"]["output"]>;
|
|
5521
|
+
};
|
|
5522
|
+
|
|
5523
|
+
export type ProcessTaskTypeEdge = {
|
|
5524
|
+
__typename?: "ProcessTaskTypeEdge";
|
|
5525
|
+
cursor?: Maybe<Scalars["String"]["output"]>;
|
|
5526
|
+
node: ProcessTaskType;
|
|
5527
|
+
};
|
|
5528
|
+
|
|
5529
|
+
export type ProcessTaskUpdate = {
|
|
5530
|
+
code?: InputMaybe<Scalars["String"]["input"]>;
|
|
5531
|
+
endpointId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5532
|
+
executionProcedure?: InputMaybe<Scalars["String"]["input"]>;
|
|
5533
|
+
extendedFields?: InputMaybe<Scalars["JSON"]["input"]>;
|
|
5534
|
+
id: Scalars["ID"]["input"];
|
|
5535
|
+
maxEndpointMessageAttempts?: InputMaybe<Scalars["Int"]["input"]>;
|
|
5536
|
+
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
5537
|
+
orchestrationTypeId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5538
|
+
parallelProcessingGroup?: InputMaybe<Scalars["Int"]["input"]>;
|
|
5539
|
+
params?: InputMaybe<Scalars["JSON"]["input"]>;
|
|
5540
|
+
postExecutionProcedure?: InputMaybe<Scalars["String"]["input"]>;
|
|
5541
|
+
preExecutionProcedure?: InputMaybe<Scalars["String"]["input"]>;
|
|
5542
|
+
processId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5543
|
+
processTaskTypeId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5544
|
+
properties?: InputMaybe<Scalars["String"]["input"]>;
|
|
5545
|
+
sort?: InputMaybe<Scalars["Int"]["input"]>;
|
|
5546
|
+
};
|
|
5547
|
+
|
|
5548
|
+
export type ProcessTemplate = {
|
|
5549
|
+
__typename?: "ProcessTemplate";
|
|
5550
|
+
created: Scalars["DateTime"]["output"];
|
|
5551
|
+
id: Scalars["ID"]["output"];
|
|
5552
|
+
isActive?: Maybe<Scalars["Boolean"]["output"]>;
|
|
5553
|
+
modified: Scalars["DateTime"]["output"];
|
|
5554
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
5555
|
+
pages?: Maybe<Array<Maybe<ProcessTemplatePage>>>;
|
|
5556
|
+
};
|
|
5557
|
+
|
|
5558
|
+
export type ProcessTemplateConnection = {
|
|
5559
|
+
__typename?: "ProcessTemplateConnection";
|
|
5560
|
+
nodes?: Maybe<Array<Maybe<ProcessTemplate>>>;
|
|
5561
|
+
pageInfo: PageInfo;
|
|
5562
|
+
recordCount?: Maybe<Scalars["Int"]["output"]>;
|
|
5563
|
+
};
|
|
5564
|
+
|
|
5565
|
+
export type ProcessTemplateFilter = {
|
|
5566
|
+
processTemplateGroupId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5567
|
+
processTemplateId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5568
|
+
};
|
|
5569
|
+
|
|
5570
|
+
export type ProcessTemplateGroup = {
|
|
5571
|
+
__typename?: "ProcessTemplateGroup";
|
|
5572
|
+
id: Scalars["ID"]["output"];
|
|
5573
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
5574
|
+
};
|
|
5575
|
+
|
|
5576
|
+
export type ProcessTemplateGroupConnection = {
|
|
5577
|
+
__typename?: "ProcessTemplateGroupConnection";
|
|
5578
|
+
nodes?: Maybe<Array<Maybe<ProcessTemplateGroup>>>;
|
|
5579
|
+
pageInfo: PageInfo;
|
|
5580
|
+
recordCount?: Maybe<Scalars["Int"]["output"]>;
|
|
5581
|
+
};
|
|
5582
|
+
|
|
5583
|
+
export type ProcessTemplateInput = {
|
|
5584
|
+
__typename?: "ProcessTemplateInput";
|
|
5585
|
+
created: Scalars["DateTime"]["output"];
|
|
5586
|
+
fieldName?: Maybe<Scalars["String"]["output"]>;
|
|
5587
|
+
helpText?: Maybe<Scalars["String"]["output"]>;
|
|
5588
|
+
id: Scalars["ID"]["output"];
|
|
5589
|
+
inputType?: Maybe<Scalars["String"]["output"]>;
|
|
5590
|
+
isRequired?: Maybe<Scalars["Boolean"]["output"]>;
|
|
5591
|
+
label?: Maybe<Scalars["String"]["output"]>;
|
|
5592
|
+
modified: Scalars["DateTime"]["output"];
|
|
5593
|
+
placeholder?: Maybe<Scalars["String"]["output"]>;
|
|
5594
|
+
queryName?: Maybe<Scalars["String"]["output"]>;
|
|
5595
|
+
schemas?: Maybe<Array<Maybe<ProcessTemplateInputSchema>>>;
|
|
5596
|
+
sort?: Maybe<Scalars["Int"]["output"]>;
|
|
5597
|
+
validationRegex?: Maybe<Scalars["String"]["output"]>;
|
|
5598
|
+
};
|
|
5599
|
+
|
|
5600
|
+
export type ProcessTemplateInputSchema = {
|
|
5601
|
+
__typename?: "ProcessTemplateInputSchema";
|
|
5602
|
+
defaultValue?: Maybe<Scalars["String"]["output"]>;
|
|
5603
|
+
fieldKey?: Maybe<Scalars["String"]["output"]>;
|
|
5604
|
+
id: Scalars["ID"]["output"];
|
|
5605
|
+
inputType?: Maybe<Scalars["String"]["output"]>;
|
|
5606
|
+
isRequired?: Maybe<Scalars["Boolean"]["output"]>;
|
|
5607
|
+
label?: Maybe<Scalars["String"]["output"]>;
|
|
5608
|
+
sort?: Maybe<Scalars["Int"]["output"]>;
|
|
5609
|
+
};
|
|
5610
|
+
|
|
5611
|
+
export type ProcessTemplatePage = {
|
|
5612
|
+
__typename?: "ProcessTemplatePage";
|
|
5613
|
+
description?: Maybe<Scalars["String"]["output"]>;
|
|
5614
|
+
id: Scalars["ID"]["output"];
|
|
5615
|
+
inputs?: Maybe<Array<Maybe<ProcessTemplateInput>>>;
|
|
5616
|
+
sort?: Maybe<Scalars["Int"]["output"]>;
|
|
5617
|
+
title?: Maybe<Scalars["String"]["output"]>;
|
|
5618
|
+
};
|
|
5619
|
+
|
|
5620
|
+
export type ProcessUpdate = {
|
|
5621
|
+
allowParallelProcessExecution?: InputMaybe<Scalars["Int"]["input"]>;
|
|
5622
|
+
allowParallelTaskExecution?: InputMaybe<Scalars["Int"]["input"]>;
|
|
5623
|
+
code?: InputMaybe<Scalars["String"]["input"]>;
|
|
5624
|
+
extendedFields?: InputMaybe<Scalars["JSON"]["input"]>;
|
|
5625
|
+
id: Scalars["ID"]["input"];
|
|
5626
|
+
isTriggered?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5627
|
+
maxConcurrentExecutions?: InputMaybe<Scalars["Int"]["input"]>;
|
|
5628
|
+
maxRetryAttempts?: InputMaybe<Scalars["Int"]["input"]>;
|
|
5629
|
+
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
5630
|
+
nextExecutionDate?: InputMaybe<Scalars["DateTime"]["input"]>;
|
|
5631
|
+
orchestratorInstanceId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5632
|
+
previousExecutionDate?: InputMaybe<Scalars["DateTime"]["input"]>;
|
|
5633
|
+
processIcon?: InputMaybe<Scalars["String"]["input"]>;
|
|
5634
|
+
processScheduleGroupId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5635
|
+
sort?: InputMaybe<Scalars["Int"]["input"]>;
|
|
5636
|
+
timeout?: InputMaybe<Scalars["Int"]["input"]>;
|
|
5637
|
+
};
|
|
5638
|
+
|
|
3655
5639
|
export type Product = Node & {
|
|
3656
5640
|
__typename?: "Product";
|
|
3657
5641
|
Available?: Maybe<Scalars["Int"]["output"]>;
|
|
@@ -3840,6 +5824,7 @@ export type ProductStatusMutationResponse = MutationResponse & {
|
|
|
3840
5824
|
};
|
|
3841
5825
|
|
|
3842
5826
|
export type ProductTypeaheadInput = {
|
|
5827
|
+
categoryId?: InputMaybe<Scalars["String"]["input"]>;
|
|
3843
5828
|
orderBy?: InputMaybe<Scalars["String"]["input"]>;
|
|
3844
5829
|
search?: InputMaybe<Scalars["String"]["input"]>;
|
|
3845
5830
|
skip?: InputMaybe<Scalars["Int"]["input"]>;
|
|
@@ -3967,6 +5952,12 @@ export type Query = {
|
|
|
3967
5952
|
claims?: Maybe<Array<Maybe<Claim>>>;
|
|
3968
5953
|
claimsByRoleId?: Maybe<Array<Maybe<Claim>>>;
|
|
3969
5954
|
claimsByUserId?: Maybe<Array<Maybe<Claim>>>;
|
|
5955
|
+
/**
|
|
5956
|
+
* Generate and export configuration as an object containing Depots, Entities, Endpoints, Processes.
|
|
5957
|
+
* processId specifies which Process to generate config for (default exports for all processes).
|
|
5958
|
+
* includeIds specifies whether to export ids (default does not export ids).
|
|
5959
|
+
*/
|
|
5960
|
+
configurationExport?: Maybe<ConfigExport>;
|
|
3970
5961
|
contact?: Maybe<Contact>;
|
|
3971
5962
|
contacts?: Maybe<ContactsConnection>;
|
|
3972
5963
|
contactsByType?: Maybe<ContactsConnection>;
|
|
@@ -3974,8 +5965,32 @@ export type Query = {
|
|
|
3974
5965
|
countries?: Maybe<Array<Country>>;
|
|
3975
5966
|
country?: Maybe<Country>;
|
|
3976
5967
|
currentPayment?: Maybe<CartPaymentToken>;
|
|
5968
|
+
depotById?: Maybe<Depot>;
|
|
5969
|
+
depotGroupById?: Maybe<DepotGroup>;
|
|
3977
5970
|
digitalInstanceList?: Maybe<Array<Maybe<DigitalInstance>>>;
|
|
3978
5971
|
digitalInstanceRead?: Maybe<DigitalInstance>;
|
|
5972
|
+
documentById?: Maybe<Document>;
|
|
5973
|
+
documentFieldById?: Maybe<DocumentField>;
|
|
5974
|
+
documentFieldsByDocument?: Maybe<Array<Maybe<DocumentField>>>;
|
|
5975
|
+
documentGroupById?: Maybe<DocumentGroup>;
|
|
5976
|
+
documentTypeById?: Maybe<DocumentType>;
|
|
5977
|
+
endpointById?: Maybe<Endpoint>;
|
|
5978
|
+
endpointQueueById?: Maybe<EndpointQueue>;
|
|
5979
|
+
endpointQueueStatusById?: Maybe<EndpointQueueStatus>;
|
|
5980
|
+
endpointQueues?: Maybe<Array<Maybe<EndpointQueue>>>;
|
|
5981
|
+
endpointStatusById?: Maybe<EndpointStatus>;
|
|
5982
|
+
endpointSubscriptionById?: Maybe<EndpointSubscription>;
|
|
5983
|
+
endpointSubscriptionsByQueue?: Maybe<Array<Maybe<EndpointSubscription>>>;
|
|
5984
|
+
endpointTypeById?: Maybe<EndpointType>;
|
|
5985
|
+
endpoints?: Maybe<EndpointConnection>;
|
|
5986
|
+
entityById?: Maybe<Entity>;
|
|
5987
|
+
entityFieldById?: Maybe<EntityField>;
|
|
5988
|
+
entityFieldsByEntity?: Maybe<Array<Maybe<EntityField>>>;
|
|
5989
|
+
entityGroupById?: Maybe<EntityGroup>;
|
|
5990
|
+
entityTypeById?: Maybe<EntityType>;
|
|
5991
|
+
executionStatusById?: Maybe<ExecutionStatus>;
|
|
5992
|
+
fieldTypeById?: Maybe<FieldType>;
|
|
5993
|
+
fieldTypes?: Maybe<Array<Maybe<FieldType>>>;
|
|
3979
5994
|
getAddress?: Maybe<Address>;
|
|
3980
5995
|
getAddressCount: Scalars["Int"]["output"];
|
|
3981
5996
|
getAddresses: Array<Maybe<Address>>;
|
|
@@ -4026,8 +6041,36 @@ export type Query = {
|
|
|
4026
6041
|
linkedAccounts?: Maybe<AccountConnection>;
|
|
4027
6042
|
mapping: Array<MappingField>;
|
|
4028
6043
|
me?: Maybe<Me>;
|
|
6044
|
+
nonScheduledProcesses?: Maybe<NonScheduledProcessConnection>;
|
|
6045
|
+
notificationById?: Maybe<NotificationIntegrate>;
|
|
6046
|
+
notificationGroupById?: Maybe<NotificationGroup>;
|
|
6047
|
+
notificationGroupTree?: Maybe<NotificationGroupTree>;
|
|
6048
|
+
notificationGroups?: Maybe<NotificationGroupConnection>;
|
|
6049
|
+
/** Get all notification groups in this group's subtree, excluding itself. */
|
|
6050
|
+
notificationGroupsAllChildren?: Maybe<Array<Maybe<NotificationGroup>>>;
|
|
6051
|
+
notificationGroupsByParent?: Maybe<NotificationGroupConnection>;
|
|
6052
|
+
notificationTemplateById?: Maybe<NotificationTemplate>;
|
|
6053
|
+
notificationTemplateTypeById?: Maybe<NotificationTemplateType>;
|
|
6054
|
+
notificationTemplateTypes?: Maybe<Array<Maybe<NotificationTemplateType>>>;
|
|
6055
|
+
notificationTemplates?: Maybe<Array<Maybe<NotificationTemplate>>>;
|
|
6056
|
+
/** Get all notification templates in this template's subtree, excluding itself. */
|
|
6057
|
+
notificationTemplatesAllChildren?: Maybe<Array<Maybe<NotificationTemplate>>>;
|
|
6058
|
+
notificationTemplatesByParent?: Maybe<Array<Maybe<NotificationTemplate>>>;
|
|
4029
6059
|
notificationUnReadCount: Scalars["Int"]["output"];
|
|
4030
6060
|
notifications?: Maybe<NotificationConnection>;
|
|
6061
|
+
notificationsAll?: Maybe<NotificationIntegrateConnection>;
|
|
6062
|
+
notificationsByGroup?: Maybe<NotificationIntegrateConnection>;
|
|
6063
|
+
orchestrationTypeById?: Maybe<OrchestrationType>;
|
|
6064
|
+
orchestrationTypes?: Maybe<OrchestrationTypeConnection>;
|
|
6065
|
+
/**
|
|
6066
|
+
* Retrieve performance data of integrations, including number executed, succeeded, failed, etc. over specified period.
|
|
6067
|
+
* interval is the number of intervalUnits for the period
|
|
6068
|
+
* intervalUnit is 0, 1, 2 for seconds, minutes, hours, respectively
|
|
6069
|
+
* E.g. interval = 24, intervalUnit = 2 --> 24h interval
|
|
6070
|
+
* length is number of intervals to retrieve, > 0
|
|
6071
|
+
* fromDate specifies the date up to which data is retrieved, null = today
|
|
6072
|
+
*/
|
|
6073
|
+
performanceTracker?: Maybe<PerformanceTracker>;
|
|
4031
6074
|
phone?: Maybe<Phone>;
|
|
4032
6075
|
phoneList?: Maybe<PhoneConnection>;
|
|
4033
6076
|
phoneType?: Maybe<PhoneType>;
|
|
@@ -4039,6 +6082,33 @@ export type Query = {
|
|
|
4039
6082
|
priceMethods?: Maybe<PriceMethodConnection>;
|
|
4040
6083
|
prices: Array<Price>;
|
|
4041
6084
|
primaryAddress?: Maybe<Address>;
|
|
6085
|
+
processById?: Maybe<Process>;
|
|
6086
|
+
processExecutionById?: Maybe<ProcessExecution>;
|
|
6087
|
+
processExecutionDetails?: Maybe<ProcessExecutionDetails>;
|
|
6088
|
+
processExecutions?: Maybe<ProcessExecutionConnection>;
|
|
6089
|
+
processExecutionsByProcess?: Maybe<ProcessExecutionConnection>;
|
|
6090
|
+
processScheduleById?: Maybe<ProcessSchedule>;
|
|
6091
|
+
processScheduleGroupById?: Maybe<ProcessScheduleGroup>;
|
|
6092
|
+
processScheduleGroupDetails?: Maybe<ProcessScheduleGroupDetails>;
|
|
6093
|
+
processSchedules?: Maybe<ProcessScheduleConnection>;
|
|
6094
|
+
processSchedulesByProcess?: Maybe<ProcessScheduleConnection>;
|
|
6095
|
+
processTaskById?: Maybe<ProcessTask>;
|
|
6096
|
+
/** ProcessTaskExecutions of a ProcessExecution ordered by (ParallelProcessingGroup, Sort) */
|
|
6097
|
+
processTaskExecutionsByProcessExecution?: Maybe<
|
|
6098
|
+
Array<Maybe<ProcessTaskExecution>>
|
|
6099
|
+
>;
|
|
6100
|
+
processTaskLinkById?: Maybe<ProcessTaskLink>;
|
|
6101
|
+
processTaskLinks?: Maybe<ProcessTaskLinkConnection>;
|
|
6102
|
+
processTaskLinksByDest?: Maybe<ProcessTaskLinkConnection>;
|
|
6103
|
+
processTaskLinksBySource?: Maybe<ProcessTaskLinkConnection>;
|
|
6104
|
+
processTaskTypeById?: Maybe<ProcessTaskType>;
|
|
6105
|
+
processTaskTypes?: Maybe<ProcessTaskTypeConnection>;
|
|
6106
|
+
processTasks?: Maybe<ProcessTaskConnection>;
|
|
6107
|
+
processTasksByProcess?: Maybe<ProcessTaskConnection>;
|
|
6108
|
+
processTemplate?: Maybe<Array<Maybe<ProcessTemplate>>>;
|
|
6109
|
+
processTemplateGroups?: Maybe<ProcessTemplateGroupConnection>;
|
|
6110
|
+
processTemplates?: Maybe<ProcessTemplateConnection>;
|
|
6111
|
+
processes?: Maybe<ProcessConnection>;
|
|
4042
6112
|
product?: Maybe<Product>;
|
|
4043
6113
|
productEntities?: Maybe<ProductEntityConnection>;
|
|
4044
6114
|
productEntity?: Maybe<ProductEntity>;
|
|
@@ -4054,6 +6124,7 @@ export type Query = {
|
|
|
4054
6124
|
role?: Maybe<Role>;
|
|
4055
6125
|
roleByName?: Maybe<Role>;
|
|
4056
6126
|
roles: Array<Maybe<Role>>;
|
|
6127
|
+
scheduledProcesses?: Maybe<ScheduledProcessConnection>;
|
|
4057
6128
|
searchArticles?: Maybe<Scalars["String"]["output"]>;
|
|
4058
6129
|
searchMedia?: Maybe<MediaConnection>;
|
|
4059
6130
|
searchWords: Array<SearchWord>;
|
|
@@ -4070,6 +6141,8 @@ export type Query = {
|
|
|
4070
6141
|
siteCatalog?: Maybe<CategoryConnection>;
|
|
4071
6142
|
siteComponent?: Maybe<SiteComponent>;
|
|
4072
6143
|
siteComponents?: Maybe<SiteComponentConnection>;
|
|
6144
|
+
sitemap?: Maybe<Sitemap>;
|
|
6145
|
+
sitemapSchedule?: Maybe<SitemapScheduleResponse>;
|
|
4073
6146
|
/**
|
|
4074
6147
|
* Returns list of associated accounts.
|
|
4075
6148
|
* accountId is optional and if not provided will equal the current account in session.
|
|
@@ -4090,6 +6163,7 @@ export type Query = {
|
|
|
4090
6163
|
unitOfMeasureGroups?: Maybe<UnitOfMeasureGroupConnection>;
|
|
4091
6164
|
unitOfMeasures?: Maybe<UnitOfMeasureConnection>;
|
|
4092
6165
|
usersInRole: Array<Maybe<Me>>;
|
|
6166
|
+
validationFailureActionById?: Maybe<ValidationFailureAction>;
|
|
4093
6167
|
website: Website;
|
|
4094
6168
|
websites?: Maybe<WebsiteConnection>;
|
|
4095
6169
|
wishList?: Maybe<WishList>;
|
|
@@ -4242,6 +6316,12 @@ export type QueryClaimsByUserIdArgs = {
|
|
|
4242
6316
|
userId: Scalars["String"]["input"];
|
|
4243
6317
|
};
|
|
4244
6318
|
|
|
6319
|
+
export type QueryConfigurationExportArgs = {
|
|
6320
|
+
includeIds?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
6321
|
+
processId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
6322
|
+
useSourceEndpoint?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
6323
|
+
};
|
|
6324
|
+
|
|
4245
6325
|
export type QueryContactArgs = {
|
|
4246
6326
|
id: Scalars["String"]["input"];
|
|
4247
6327
|
};
|
|
@@ -4268,6 +6348,14 @@ export type QueryCountryArgs = {
|
|
|
4268
6348
|
id: Scalars["String"]["input"];
|
|
4269
6349
|
};
|
|
4270
6350
|
|
|
6351
|
+
export type QueryDepotByIdArgs = {
|
|
6352
|
+
id: Scalars["ID"]["input"];
|
|
6353
|
+
};
|
|
6354
|
+
|
|
6355
|
+
export type QueryDepotGroupByIdArgs = {
|
|
6356
|
+
id: Scalars["ID"]["input"];
|
|
6357
|
+
};
|
|
6358
|
+
|
|
4271
6359
|
export type QueryDigitalInstanceListArgs = {
|
|
4272
6360
|
input?: InputMaybe<DigitalInstanceListInput>;
|
|
4273
6361
|
};
|
|
@@ -4276,6 +6364,86 @@ export type QueryDigitalInstanceReadArgs = {
|
|
|
4276
6364
|
id: Scalars["ID"]["input"];
|
|
4277
6365
|
};
|
|
4278
6366
|
|
|
6367
|
+
export type QueryDocumentByIdArgs = {
|
|
6368
|
+
id: Scalars["ID"]["input"];
|
|
6369
|
+
};
|
|
6370
|
+
|
|
6371
|
+
export type QueryDocumentFieldByIdArgs = {
|
|
6372
|
+
id: Scalars["ID"]["input"];
|
|
6373
|
+
};
|
|
6374
|
+
|
|
6375
|
+
export type QueryDocumentFieldsByDocumentArgs = {
|
|
6376
|
+
documentId: Scalars["ID"]["input"];
|
|
6377
|
+
};
|
|
6378
|
+
|
|
6379
|
+
export type QueryDocumentGroupByIdArgs = {
|
|
6380
|
+
id: Scalars["ID"]["input"];
|
|
6381
|
+
};
|
|
6382
|
+
|
|
6383
|
+
export type QueryDocumentTypeByIdArgs = {
|
|
6384
|
+
id: Scalars["ID"]["input"];
|
|
6385
|
+
};
|
|
6386
|
+
|
|
6387
|
+
export type QueryEndpointByIdArgs = {
|
|
6388
|
+
id: Scalars["ID"]["input"];
|
|
6389
|
+
};
|
|
6390
|
+
|
|
6391
|
+
export type QueryEndpointQueueByIdArgs = {
|
|
6392
|
+
id: Scalars["ID"]["input"];
|
|
6393
|
+
};
|
|
6394
|
+
|
|
6395
|
+
export type QueryEndpointQueueStatusByIdArgs = {
|
|
6396
|
+
id: Scalars["ID"]["input"];
|
|
6397
|
+
};
|
|
6398
|
+
|
|
6399
|
+
export type QueryEndpointStatusByIdArgs = {
|
|
6400
|
+
id: Scalars["ID"]["input"];
|
|
6401
|
+
};
|
|
6402
|
+
|
|
6403
|
+
export type QueryEndpointSubscriptionByIdArgs = {
|
|
6404
|
+
id: Scalars["ID"]["input"];
|
|
6405
|
+
};
|
|
6406
|
+
|
|
6407
|
+
export type QueryEndpointSubscriptionsByQueueArgs = {
|
|
6408
|
+
endpointQueueId: Scalars["ID"]["input"];
|
|
6409
|
+
};
|
|
6410
|
+
|
|
6411
|
+
export type QueryEndpointTypeByIdArgs = {
|
|
6412
|
+
id: Scalars["ID"]["input"];
|
|
6413
|
+
};
|
|
6414
|
+
|
|
6415
|
+
export type QueryEndpointsArgs = {
|
|
6416
|
+
input?: InputMaybe<FilterQueryInput>;
|
|
6417
|
+
};
|
|
6418
|
+
|
|
6419
|
+
export type QueryEntityByIdArgs = {
|
|
6420
|
+
id: Scalars["ID"]["input"];
|
|
6421
|
+
};
|
|
6422
|
+
|
|
6423
|
+
export type QueryEntityFieldByIdArgs = {
|
|
6424
|
+
id: Scalars["ID"]["input"];
|
|
6425
|
+
};
|
|
6426
|
+
|
|
6427
|
+
export type QueryEntityFieldsByEntityArgs = {
|
|
6428
|
+
entityId: Scalars["ID"]["input"];
|
|
6429
|
+
};
|
|
6430
|
+
|
|
6431
|
+
export type QueryEntityGroupByIdArgs = {
|
|
6432
|
+
id: Scalars["ID"]["input"];
|
|
6433
|
+
};
|
|
6434
|
+
|
|
6435
|
+
export type QueryEntityTypeByIdArgs = {
|
|
6436
|
+
id: Scalars["ID"]["input"];
|
|
6437
|
+
};
|
|
6438
|
+
|
|
6439
|
+
export type QueryExecutionStatusByIdArgs = {
|
|
6440
|
+
id: Scalars["ID"]["input"];
|
|
6441
|
+
};
|
|
6442
|
+
|
|
6443
|
+
export type QueryFieldTypeByIdArgs = {
|
|
6444
|
+
id: Scalars["ID"]["input"];
|
|
6445
|
+
};
|
|
6446
|
+
|
|
4279
6447
|
export type QueryGetAddressArgs = {
|
|
4280
6448
|
id?: InputMaybe<Scalars["String"]["input"]>;
|
|
4281
6449
|
};
|
|
@@ -4433,6 +6601,56 @@ export type QueryMappingArgs = {
|
|
|
4433
6601
|
alias: Scalars["String"]["input"];
|
|
4434
6602
|
};
|
|
4435
6603
|
|
|
6604
|
+
export type QueryNonScheduledProcessesArgs = {
|
|
6605
|
+
input?: InputMaybe<FilterQueryInput>;
|
|
6606
|
+
};
|
|
6607
|
+
|
|
6608
|
+
export type QueryNotificationByIdArgs = {
|
|
6609
|
+
id: Scalars["ID"]["input"];
|
|
6610
|
+
};
|
|
6611
|
+
|
|
6612
|
+
export type QueryNotificationGroupByIdArgs = {
|
|
6613
|
+
id: Scalars["ID"]["input"];
|
|
6614
|
+
};
|
|
6615
|
+
|
|
6616
|
+
export type QueryNotificationGroupTreeArgs = {
|
|
6617
|
+
rootId: Scalars["ID"]["input"];
|
|
6618
|
+
};
|
|
6619
|
+
|
|
6620
|
+
export type QueryNotificationGroupsArgs = {
|
|
6621
|
+
input?: InputMaybe<FilterQueryInput>;
|
|
6622
|
+
rootOnly?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
6623
|
+
};
|
|
6624
|
+
|
|
6625
|
+
export type QueryNotificationGroupsAllChildrenArgs = {
|
|
6626
|
+
id: Scalars["ID"]["input"];
|
|
6627
|
+
};
|
|
6628
|
+
|
|
6629
|
+
export type QueryNotificationGroupsByParentArgs = {
|
|
6630
|
+
input?: InputMaybe<FilterQueryInput>;
|
|
6631
|
+
parentId: Scalars["ID"]["input"];
|
|
6632
|
+
};
|
|
6633
|
+
|
|
6634
|
+
export type QueryNotificationTemplateByIdArgs = {
|
|
6635
|
+
id: Scalars["ID"]["input"];
|
|
6636
|
+
};
|
|
6637
|
+
|
|
6638
|
+
export type QueryNotificationTemplateTypeByIdArgs = {
|
|
6639
|
+
id: Scalars["ID"]["input"];
|
|
6640
|
+
};
|
|
6641
|
+
|
|
6642
|
+
export type QueryNotificationTemplatesArgs = {
|
|
6643
|
+
rootOnly?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
6644
|
+
};
|
|
6645
|
+
|
|
6646
|
+
export type QueryNotificationTemplatesAllChildrenArgs = {
|
|
6647
|
+
id: Scalars["ID"]["input"];
|
|
6648
|
+
};
|
|
6649
|
+
|
|
6650
|
+
export type QueryNotificationTemplatesByParentArgs = {
|
|
6651
|
+
parentId: Scalars["ID"]["input"];
|
|
6652
|
+
};
|
|
6653
|
+
|
|
4436
6654
|
export type QueryNotificationUnReadCountArgs = {
|
|
4437
6655
|
contactId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
4438
6656
|
};
|
|
@@ -4445,6 +6663,30 @@ export type QueryNotificationsArgs = {
|
|
|
4445
6663
|
sortDesc?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
4446
6664
|
};
|
|
4447
6665
|
|
|
6666
|
+
export type QueryNotificationsAllArgs = {
|
|
6667
|
+
input?: InputMaybe<FilterQueryInput>;
|
|
6668
|
+
};
|
|
6669
|
+
|
|
6670
|
+
export type QueryNotificationsByGroupArgs = {
|
|
6671
|
+
groupId: Scalars["ID"]["input"];
|
|
6672
|
+
input?: InputMaybe<FilterQueryInput>;
|
|
6673
|
+
};
|
|
6674
|
+
|
|
6675
|
+
export type QueryOrchestrationTypeByIdArgs = {
|
|
6676
|
+
id: Scalars["ID"]["input"];
|
|
6677
|
+
};
|
|
6678
|
+
|
|
6679
|
+
export type QueryOrchestrationTypesArgs = {
|
|
6680
|
+
input?: InputMaybe<FilterQueryInput>;
|
|
6681
|
+
};
|
|
6682
|
+
|
|
6683
|
+
export type QueryPerformanceTrackerArgs = {
|
|
6684
|
+
fromDate?: InputMaybe<Scalars["DateTime"]["input"]>;
|
|
6685
|
+
interval?: InputMaybe<Scalars["Int"]["input"]>;
|
|
6686
|
+
intervalUnit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
6687
|
+
length?: InputMaybe<Scalars["Int"]["input"]>;
|
|
6688
|
+
};
|
|
6689
|
+
|
|
4448
6690
|
export type QueryPhoneArgs = {
|
|
4449
6691
|
id: Scalars["ID"]["input"];
|
|
4450
6692
|
};
|
|
@@ -4473,6 +6715,107 @@ export type QueryPrimaryAddressArgs = {
|
|
|
4473
6715
|
id: Scalars["ID"]["input"];
|
|
4474
6716
|
};
|
|
4475
6717
|
|
|
6718
|
+
export type QueryProcessByIdArgs = {
|
|
6719
|
+
id: Scalars["ID"]["input"];
|
|
6720
|
+
};
|
|
6721
|
+
|
|
6722
|
+
export type QueryProcessExecutionByIdArgs = {
|
|
6723
|
+
id: Scalars["ID"]["input"];
|
|
6724
|
+
};
|
|
6725
|
+
|
|
6726
|
+
export type QueryProcessExecutionDetailsArgs = {
|
|
6727
|
+
id: Scalars["ID"]["input"];
|
|
6728
|
+
};
|
|
6729
|
+
|
|
6730
|
+
export type QueryProcessExecutionsArgs = {
|
|
6731
|
+
input?: InputMaybe<ProcessExecutionInput>;
|
|
6732
|
+
};
|
|
6733
|
+
|
|
6734
|
+
export type QueryProcessExecutionsByProcessArgs = {
|
|
6735
|
+
input?: InputMaybe<ProcessExecutionInput>;
|
|
6736
|
+
processId: Scalars["ID"]["input"];
|
|
6737
|
+
};
|
|
6738
|
+
|
|
6739
|
+
export type QueryProcessScheduleByIdArgs = {
|
|
6740
|
+
id: Scalars["ID"]["input"];
|
|
6741
|
+
};
|
|
6742
|
+
|
|
6743
|
+
export type QueryProcessScheduleGroupByIdArgs = {
|
|
6744
|
+
id: Scalars["ID"]["input"];
|
|
6745
|
+
};
|
|
6746
|
+
|
|
6747
|
+
export type QueryProcessScheduleGroupDetailsArgs = {
|
|
6748
|
+
id: Scalars["ID"]["input"];
|
|
6749
|
+
};
|
|
6750
|
+
|
|
6751
|
+
export type QueryProcessSchedulesArgs = {
|
|
6752
|
+
input?: InputMaybe<FilterQueryInput>;
|
|
6753
|
+
};
|
|
6754
|
+
|
|
6755
|
+
export type QueryProcessSchedulesByProcessArgs = {
|
|
6756
|
+
input?: InputMaybe<FilterQueryInput>;
|
|
6757
|
+
processId: Scalars["ID"]["input"];
|
|
6758
|
+
};
|
|
6759
|
+
|
|
6760
|
+
export type QueryProcessTaskByIdArgs = {
|
|
6761
|
+
id: Scalars["ID"]["input"];
|
|
6762
|
+
};
|
|
6763
|
+
|
|
6764
|
+
export type QueryProcessTaskExecutionsByProcessExecutionArgs = {
|
|
6765
|
+
processExecutionId: Scalars["ID"]["input"];
|
|
6766
|
+
};
|
|
6767
|
+
|
|
6768
|
+
export type QueryProcessTaskLinkByIdArgs = {
|
|
6769
|
+
id: Scalars["ID"]["input"];
|
|
6770
|
+
};
|
|
6771
|
+
|
|
6772
|
+
export type QueryProcessTaskLinksArgs = {
|
|
6773
|
+
input?: InputMaybe<FilterQueryInput>;
|
|
6774
|
+
};
|
|
6775
|
+
|
|
6776
|
+
export type QueryProcessTaskLinksByDestArgs = {
|
|
6777
|
+
destId: Scalars["ID"]["input"];
|
|
6778
|
+
input?: InputMaybe<FilterQueryInput>;
|
|
6779
|
+
};
|
|
6780
|
+
|
|
6781
|
+
export type QueryProcessTaskLinksBySourceArgs = {
|
|
6782
|
+
input?: InputMaybe<FilterQueryInput>;
|
|
6783
|
+
sourceId: Scalars["ID"]["input"];
|
|
6784
|
+
};
|
|
6785
|
+
|
|
6786
|
+
export type QueryProcessTaskTypeByIdArgs = {
|
|
6787
|
+
id: Scalars["ID"]["input"];
|
|
6788
|
+
};
|
|
6789
|
+
|
|
6790
|
+
export type QueryProcessTaskTypesArgs = {
|
|
6791
|
+
input?: InputMaybe<FilterQueryInput>;
|
|
6792
|
+
};
|
|
6793
|
+
|
|
6794
|
+
export type QueryProcessTasksArgs = {
|
|
6795
|
+
input?: InputMaybe<FilterQueryInput>;
|
|
6796
|
+
};
|
|
6797
|
+
|
|
6798
|
+
export type QueryProcessTasksByProcessArgs = {
|
|
6799
|
+
input?: InputMaybe<FilterQueryInput>;
|
|
6800
|
+
processId: Scalars["ID"]["input"];
|
|
6801
|
+
};
|
|
6802
|
+
|
|
6803
|
+
export type QueryProcessTemplateArgs = {
|
|
6804
|
+
input?: InputMaybe<ProcessTemplateFilter>;
|
|
6805
|
+
};
|
|
6806
|
+
|
|
6807
|
+
export type QueryProcessTemplateGroupsArgs = {
|
|
6808
|
+
input?: InputMaybe<FilterQueryInput>;
|
|
6809
|
+
};
|
|
6810
|
+
|
|
6811
|
+
export type QueryProcessTemplatesArgs = {
|
|
6812
|
+
input?: InputMaybe<FilterQueryInput>;
|
|
6813
|
+
};
|
|
6814
|
+
|
|
6815
|
+
export type QueryProcessesArgs = {
|
|
6816
|
+
input?: InputMaybe<ProcessInput>;
|
|
6817
|
+
};
|
|
6818
|
+
|
|
4476
6819
|
export type QueryProductArgs = {
|
|
4477
6820
|
id: Scalars["String"]["input"];
|
|
4478
6821
|
productLookupType?: ProductLookupType;
|
|
@@ -4547,6 +6890,10 @@ export type QueryRolesArgs = {
|
|
|
4547
6890
|
filter?: InputMaybe<CollectionRequestInput>;
|
|
4548
6891
|
};
|
|
4549
6892
|
|
|
6893
|
+
export type QueryScheduledProcessesArgs = {
|
|
6894
|
+
input?: InputMaybe<ScheduledProcessInput>;
|
|
6895
|
+
};
|
|
6896
|
+
|
|
4550
6897
|
export type QuerySearchMediaArgs = {
|
|
4551
6898
|
input?: InputMaybe<MediaQueryInput>;
|
|
4552
6899
|
};
|
|
@@ -4589,6 +6936,14 @@ export type QuerySiteComponentArgs = {
|
|
|
4589
6936
|
id: Scalars["ID"]["input"];
|
|
4590
6937
|
};
|
|
4591
6938
|
|
|
6939
|
+
export type QuerySitemapArgs = {
|
|
6940
|
+
source: ApiSource;
|
|
6941
|
+
};
|
|
6942
|
+
|
|
6943
|
+
export type QuerySitemapScheduleArgs = {
|
|
6944
|
+
input: SitemapScheduleInput;
|
|
6945
|
+
};
|
|
6946
|
+
|
|
4592
6947
|
export type QuerySoboAccountListArgs = {
|
|
4593
6948
|
accountId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
4594
6949
|
input?: InputMaybe<SoboAccountListInput>;
|
|
@@ -4622,6 +6977,10 @@ export type QueryUsersInRoleArgs = {
|
|
|
4622
6977
|
query: UserInRoleQuery;
|
|
4623
6978
|
};
|
|
4624
6979
|
|
|
6980
|
+
export type QueryValidationFailureActionByIdArgs = {
|
|
6981
|
+
id: Scalars["ID"]["input"];
|
|
6982
|
+
};
|
|
6983
|
+
|
|
4625
6984
|
export type QueryWebsiteArgs = {
|
|
4626
6985
|
id: Scalars["ID"]["input"];
|
|
4627
6986
|
};
|
|
@@ -4829,6 +7188,13 @@ export type RoleClaimInput = {
|
|
|
4829
7188
|
roleId?: InputMaybe<Scalars["String"]["input"]>;
|
|
4830
7189
|
};
|
|
4831
7190
|
|
|
7191
|
+
export type RunResult = {
|
|
7192
|
+
__typename?: "RunResult";
|
|
7193
|
+
id?: Maybe<Scalars["ID"]["output"]>;
|
|
7194
|
+
message?: Maybe<Scalars["String"]["output"]>;
|
|
7195
|
+
status?: Maybe<Scalars["Int"]["output"]>;
|
|
7196
|
+
};
|
|
7197
|
+
|
|
4832
7198
|
export type SalesRep = {
|
|
4833
7199
|
__typename?: "SalesRep";
|
|
4834
7200
|
AccountId: Scalars["ID"]["output"];
|
|
@@ -4859,6 +7225,47 @@ export type SavedCartsListConnection = {
|
|
|
4859
7225
|
recordCount?: Maybe<Scalars["Int"]["output"]>;
|
|
4860
7226
|
};
|
|
4861
7227
|
|
|
7228
|
+
export type ScheduledProcess = {
|
|
7229
|
+
__typename?: "ScheduledProcess";
|
|
7230
|
+
code?: Maybe<Scalars["String"]["output"]>;
|
|
7231
|
+
created: Scalars["DateTime"]["output"];
|
|
7232
|
+
id: Scalars["ID"]["output"];
|
|
7233
|
+
interval?: Maybe<Scalars["Int"]["output"]>;
|
|
7234
|
+
intervalTypeId?: Maybe<Scalars["ID"]["output"]>;
|
|
7235
|
+
intervalUnitId?: Maybe<Scalars["ID"]["output"]>;
|
|
7236
|
+
isDisabled?: Maybe<Scalars["Boolean"]["output"]>;
|
|
7237
|
+
isFriday?: Maybe<Scalars["Boolean"]["output"]>;
|
|
7238
|
+
isMonday?: Maybe<Scalars["Boolean"]["output"]>;
|
|
7239
|
+
isSaturday?: Maybe<Scalars["Boolean"]["output"]>;
|
|
7240
|
+
isSunday?: Maybe<Scalars["Boolean"]["output"]>;
|
|
7241
|
+
isThursday?: Maybe<Scalars["Boolean"]["output"]>;
|
|
7242
|
+
isTuesday?: Maybe<Scalars["Boolean"]["output"]>;
|
|
7243
|
+
isWednesday?: Maybe<Scalars["Boolean"]["output"]>;
|
|
7244
|
+
modified: Scalars["DateTime"]["output"];
|
|
7245
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
7246
|
+
processScheduleGroup?: Maybe<ProcessScheduleGroup>;
|
|
7247
|
+
scheduledIntegrations?: Maybe<Scalars["Int"]["output"]>;
|
|
7248
|
+
startDate?: Maybe<Scalars["DateTime"]["output"]>;
|
|
7249
|
+
};
|
|
7250
|
+
|
|
7251
|
+
export type ScheduledProcessConnection = {
|
|
7252
|
+
__typename?: "ScheduledProcessConnection";
|
|
7253
|
+
nodes?: Maybe<Array<Maybe<ScheduledProcess>>>;
|
|
7254
|
+
pageInfo?: Maybe<PageInfoScheduledProcess>;
|
|
7255
|
+
recordCount?: Maybe<Scalars["Int"]["output"]>;
|
|
7256
|
+
};
|
|
7257
|
+
|
|
7258
|
+
export type ScheduledProcessInput = {
|
|
7259
|
+
after?: InputMaybe<Scalars["String"]["input"]>;
|
|
7260
|
+
/** Requires strings in list to be one of ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"] */
|
|
7261
|
+
daysOfTheWeek?: InputMaybe<Array<InputMaybe<Scalars["String"]["input"]>>>;
|
|
7262
|
+
search?: InputMaybe<Scalars["String"]["input"]>;
|
|
7263
|
+
skip?: InputMaybe<Scalars["Int"]["input"]>;
|
|
7264
|
+
sort?: InputMaybe<Scalars["String"]["input"]>;
|
|
7265
|
+
sortDesc?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
7266
|
+
top?: InputMaybe<Scalars["Int"]["input"]>;
|
|
7267
|
+
};
|
|
7268
|
+
|
|
4862
7269
|
/**
|
|
4863
7270
|
* Used as a routing or pre-defined access point for the alias.
|
|
4864
7271
|
* Documents are stored in random indexes and accessed via commonly
|
|
@@ -4893,7 +7300,7 @@ export type SearchIndex = {
|
|
|
4893
7300
|
export type SearchWord = {
|
|
4894
7301
|
__typename?: "SearchWord";
|
|
4895
7302
|
/** Name of the associated SearchAlias. If not populated then search word is global. */
|
|
4896
|
-
alias
|
|
7303
|
+
alias?: Maybe<Scalars["String"]["output"]>;
|
|
4897
7304
|
/** Time data value when the search word was created */
|
|
4898
7305
|
createdAt: Scalars["String"]["output"];
|
|
4899
7306
|
/** Id of the user that created the search word */
|
|
@@ -5244,6 +7651,45 @@ export type SiteSettingInput = {
|
|
|
5244
7651
|
value?: InputMaybe<Scalars["String"]["input"]>;
|
|
5245
7652
|
};
|
|
5246
7653
|
|
|
7654
|
+
export type Sitemap = {
|
|
7655
|
+
__typename?: "Sitemap";
|
|
7656
|
+
lastGenerated: Scalars["String"]["output"];
|
|
7657
|
+
schedule?: Maybe<Scalars["String"]["output"]>;
|
|
7658
|
+
source: ApiSource;
|
|
7659
|
+
status?: Maybe<Scalars["String"]["output"]>;
|
|
7660
|
+
url: Scalars["String"]["output"];
|
|
7661
|
+
};
|
|
7662
|
+
|
|
7663
|
+
export type SitemapGenerationResponse = {
|
|
7664
|
+
__typename?: "SitemapGenerationResponse";
|
|
7665
|
+
code: Scalars["String"]["output"];
|
|
7666
|
+
dateType: DataType;
|
|
7667
|
+
generationType: GenerationType;
|
|
7668
|
+
id: Scalars["ID"]["output"];
|
|
7669
|
+
message: Scalars["String"]["output"];
|
|
7670
|
+
source: ApiSource;
|
|
7671
|
+
};
|
|
7672
|
+
|
|
7673
|
+
export type SitemapMutationResponse = MutationResponse & {
|
|
7674
|
+
__typename?: "SitemapMutationResponse";
|
|
7675
|
+
code: Scalars["String"]["output"];
|
|
7676
|
+
message: Scalars["String"]["output"];
|
|
7677
|
+
source: ApiSource;
|
|
7678
|
+
success: Scalars["Boolean"]["output"];
|
|
7679
|
+
};
|
|
7680
|
+
|
|
7681
|
+
export type SitemapScheduleInput = {
|
|
7682
|
+
source: ApiSource;
|
|
7683
|
+
};
|
|
7684
|
+
|
|
7685
|
+
export type SitemapScheduleResponse = {
|
|
7686
|
+
__typename?: "SitemapScheduleResponse";
|
|
7687
|
+
lastRunAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
7688
|
+
nextRunAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
7689
|
+
schedule: Scalars["String"]["output"];
|
|
7690
|
+
source: ApiSource;
|
|
7691
|
+
};
|
|
7692
|
+
|
|
5247
7693
|
export type Sobo = {
|
|
5248
7694
|
__typename?: "Sobo";
|
|
5249
7695
|
AccountAttributes?: Maybe<Array<Maybe<AccountAttributes>>>;
|
|
@@ -5495,6 +7941,23 @@ export type TransactStatusWrapper = {
|
|
|
5495
7941
|
recordCount: Scalars["Int"]["output"];
|
|
5496
7942
|
};
|
|
5497
7943
|
|
|
7944
|
+
export type TransformationExport = {
|
|
7945
|
+
__typename?: "TransformationExport";
|
|
7946
|
+
Enabled?: Maybe<Scalars["Int"]["output"]>;
|
|
7947
|
+
JSLT?: Maybe<Scalars["String"]["output"]>;
|
|
7948
|
+
Params?: Maybe<Scalars["String"]["output"]>;
|
|
7949
|
+
Sort?: Maybe<Scalars["Int"]["output"]>;
|
|
7950
|
+
TransformationType?: Maybe<Scalars["String"]["output"]>;
|
|
7951
|
+
};
|
|
7952
|
+
|
|
7953
|
+
export type TransformationImport = {
|
|
7954
|
+
Enabled?: InputMaybe<Scalars["Int"]["input"]>;
|
|
7955
|
+
JSLT?: InputMaybe<Scalars["String"]["input"]>;
|
|
7956
|
+
Params?: InputMaybe<Scalars["String"]["input"]>;
|
|
7957
|
+
Sort?: InputMaybe<Scalars["Int"]["input"]>;
|
|
7958
|
+
TransformationType?: InputMaybe<Scalars["String"]["input"]>;
|
|
7959
|
+
};
|
|
7960
|
+
|
|
5498
7961
|
export type Typography = {
|
|
5499
7962
|
__typename?: "Typography";
|
|
5500
7963
|
fontFamily?: Maybe<Scalars["String"]["output"]>;
|
|
@@ -5636,7 +8099,7 @@ export type UpdateCartInput = {
|
|
|
5636
8099
|
export type UpdateCartLineInput = {
|
|
5637
8100
|
productId: Scalars["ID"]["input"];
|
|
5638
8101
|
quantity?: Scalars["Int"]["input"];
|
|
5639
|
-
unitOfMeasureId
|
|
8102
|
+
unitOfMeasureId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
5640
8103
|
};
|
|
5641
8104
|
|
|
5642
8105
|
export type UpdateContactInput = {
|
|
@@ -5648,11 +8111,13 @@ export type UpdateContactInput = {
|
|
|
5648
8111
|
|
|
5649
8112
|
/** Update document in the index */
|
|
5650
8113
|
export type UpdateDocumentInput = {
|
|
8114
|
+
/** Alias name of the active index that should be updated. Defaults to 'products' */
|
|
8115
|
+
alias?: InputMaybe<Scalars["String"]["input"]>;
|
|
5651
8116
|
/** JSON representation of a document to update */
|
|
5652
8117
|
document?: InputMaybe<Scalars["GraphQLJSON"]["input"]>;
|
|
5653
8118
|
/** Id of the document to update */
|
|
5654
8119
|
id: Scalars["ID"]["input"];
|
|
5655
|
-
/** Index name that should be updated.
|
|
8120
|
+
/** Index name that should be updated. Used when alias is not provided */
|
|
5656
8121
|
index?: InputMaybe<Scalars["String"]["input"]>;
|
|
5657
8122
|
};
|
|
5658
8123
|
|
|
@@ -5678,6 +8143,12 @@ export type UpdateProductStatusInput = {
|
|
|
5678
8143
|
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
5679
8144
|
};
|
|
5680
8145
|
|
|
8146
|
+
/** Input for scheduling automatic sitemap generation */
|
|
8147
|
+
export type UpdateSitemapScheduleInput = {
|
|
8148
|
+
frequency: Scalars["String"]["input"];
|
|
8149
|
+
source: ApiSource;
|
|
8150
|
+
};
|
|
8151
|
+
|
|
5681
8152
|
export type UpdateWebsiteMutationResponse = MutationResponse & {
|
|
5682
8153
|
__typename?: "UpdateWebsiteMutationResponse";
|
|
5683
8154
|
code: Scalars["String"]["output"];
|
|
@@ -5724,6 +8195,15 @@ export type UserRoleInput = {
|
|
|
5724
8195
|
userId: Scalars["ID"]["input"];
|
|
5725
8196
|
};
|
|
5726
8197
|
|
|
8198
|
+
export type ValidationFailureAction = {
|
|
8199
|
+
__typename?: "ValidationFailureAction";
|
|
8200
|
+
code?: Maybe<Scalars["String"]["output"]>;
|
|
8201
|
+
created: Scalars["DateTime"]["output"];
|
|
8202
|
+
id: Scalars["ID"]["output"];
|
|
8203
|
+
modified: Scalars["DateTime"]["output"];
|
|
8204
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
8205
|
+
};
|
|
8206
|
+
|
|
5727
8207
|
export type VariantOptions = {
|
|
5728
8208
|
__typename?: "VariantOptions";
|
|
5729
8209
|
cdnURL?: Maybe<Scalars["String"]["output"]>;
|
|
@@ -11590,7 +14070,7 @@ export type BulkMappingMutation = {
|
|
|
11590
14070
|
sortable: boolean;
|
|
11591
14071
|
suggestable: boolean;
|
|
11592
14072
|
}>;
|
|
11593
|
-
deleteMappingFields: Array<{ __typename?: "
|
|
14073
|
+
deleteMappingFields: Array<{ __typename?: "DeletedRecord"; id: string }>;
|
|
11594
14074
|
};
|
|
11595
14075
|
|
|
11596
14076
|
export type ClaimTypesQueryVariables = Exact<{
|
|
@@ -12352,7 +14832,7 @@ export type SearchWordsQuery = {
|
|
|
12352
14832
|
searchWords: Array<{
|
|
12353
14833
|
__typename?: "SearchWord";
|
|
12354
14834
|
id: string;
|
|
12355
|
-
alias
|
|
14835
|
+
alias?: string | null;
|
|
12356
14836
|
searchWord: string;
|
|
12357
14837
|
status: string;
|
|
12358
14838
|
synonyms?: Array<{
|
|
@@ -12393,7 +14873,10 @@ export type DeleteSearchWordMutationVariables = Exact<{
|
|
|
12393
14873
|
|
|
12394
14874
|
export type DeleteSearchWordMutation = {
|
|
12395
14875
|
__typename?: "Mutation";
|
|
12396
|
-
deleteSearchWord?: {
|
|
14876
|
+
deleteSearchWord?: Array<{
|
|
14877
|
+
__typename?: "DeletedRecord";
|
|
14878
|
+
id: string;
|
|
14879
|
+
} | null> | null;
|
|
12397
14880
|
};
|
|
12398
14881
|
|
|
12399
14882
|
export type CreateSearchWordSynonymMutationVariables = Exact<{
|
|
@@ -12418,13 +14901,10 @@ export type DeleteSearchWordSynonymMutationVariables = Exact<{
|
|
|
12418
14901
|
|
|
12419
14902
|
export type DeleteSearchWordSynonymMutation = {
|
|
12420
14903
|
__typename?: "Mutation";
|
|
12421
|
-
deleteSearchWordSynonym?: {
|
|
12422
|
-
__typename?: "
|
|
14904
|
+
deleteSearchWordSynonym?: Array<{
|
|
14905
|
+
__typename?: "DeletedRecord";
|
|
12423
14906
|
id: string;
|
|
12424
|
-
|
|
12425
|
-
synonym: string;
|
|
12426
|
-
status: string;
|
|
12427
|
-
} | null;
|
|
14907
|
+
} | null> | null;
|
|
12428
14908
|
};
|
|
12429
14909
|
|
|
12430
14910
|
export type StopWordsQueryVariables = Exact<{
|
|
@@ -34975,12 +37455,6 @@ export const DeleteSearchWordSynonymDocument = {
|
|
|
34975
37455
|
kind: "SelectionSet",
|
|
34976
37456
|
selections: [
|
|
34977
37457
|
{ kind: "Field", name: { kind: "Name", value: "id" } },
|
|
34978
|
-
{
|
|
34979
|
-
kind: "Field",
|
|
34980
|
-
name: { kind: "Name", value: "searchWordId" },
|
|
34981
|
-
},
|
|
34982
|
-
{ kind: "Field", name: { kind: "Name", value: "synonym" } },
|
|
34983
|
-
{ kind: "Field", name: { kind: "Name", value: "status" } },
|
|
34984
37458
|
],
|
|
34985
37459
|
},
|
|
34986
37460
|
},
|