@takeshape/schema 8.188.2 → 8.189.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/migration/index.d.ts +1 -0
- package/dist/migration/index.d.ts.map +1 -1
- package/dist/migration/index.js +4 -1
- package/dist/migration/to/v3.18.1.d.ts +5 -0
- package/dist/migration/to/v3.18.1.d.ts.map +1 -0
- package/dist/migration/to/v3.18.1.js +28 -0
- package/dist/project-schema/index.d.ts +4 -1
- package/dist/project-schema/index.d.ts.map +1 -1
- package/dist/project-schema/index.js +20 -3
- package/dist/project-schema/latest.d.ts +1 -2
- package/dist/project-schema/latest.d.ts.map +1 -1
- package/dist/project-schema/migrate.d.ts.map +1 -1
- package/dist/project-schema/migrate.js +4 -0
- package/dist/project-schema/v3.18.1.d.ts +1333 -0
- package/dist/project-schema/v3.18.1.d.ts.map +1 -0
- package/dist/project-schema/v3.18.1.js +5 -0
- package/dist/schema-util.d.ts.map +1 -1
- package/dist/schema-util.js +13 -11
- package/dist/schemas/index.d.ts +2 -2
- package/dist/schemas/index.d.ts.map +1 -1
- package/dist/schemas/index.js +6 -4
- package/dist/schemas/index.ts +4 -2
- package/dist/schemas/project-schema/latest.json +4 -3
- package/dist/schemas/project-schema/v3.18.1.json +2351 -0
- package/dist/schemas/project-schema.json +3 -0
- package/dist/types/types.d.ts +2 -2
- package/dist/types/types.d.ts.map +1 -1
- package/dist/util/has-arg.d.ts +4 -2
- package/dist/util/has-arg.d.ts.map +1 -1
- package/dist/util/has-arg.js +6 -1
- package/dist/validate.d.ts.map +1 -1
- package/dist/validate.js +31 -2
- package/es/migration/index.js +3 -1
- package/es/migration/to/v3.18.1.js +16 -0
- package/es/project-schema/index.js +3 -1
- package/es/project-schema/migrate.js +5 -1
- package/es/project-schema/v3.18.1.js +1 -0
- package/es/schema-util.js +11 -9
- package/es/schemas/index.js +4 -3
- package/es/schemas/index.ts +4 -2
- package/es/schemas/project-schema/latest.json +4 -3
- package/es/schemas/project-schema/v3.18.1.json +2351 -0
- package/es/schemas/project-schema.json +3 -0
- package/es/util/has-arg.js +4 -1
- package/es/validate.js +28 -3
- package/examples/latest/betzino.json +2276 -2276
- package/examples/latest/blog-schema.json +44 -44
- package/examples/latest/brewery-schema.json +38 -38
- package/examples/latest/complex-project-schema.json +272 -272
- package/examples/latest/complex-schema.json +1 -1
- package/examples/latest/fabric-ecommerce.json +23 -23
- package/examples/latest/frank-and-fred-schema.json +1616 -1616
- package/examples/latest/klirr-schema.json +1951 -1951
- package/examples/latest/massive-schema.json +428 -428
- package/examples/latest/mill-components-schema.json +200 -200
- package/examples/latest/one-earth.json +613 -613
- package/examples/latest/pet-oneof-array.json +38 -38
- package/examples/latest/post-schema.json +38 -38
- package/examples/latest/pruned-shopify-product-schema.json +8 -8
- package/examples/latest/real-world-schema.json +80 -80
- package/examples/latest/recursive-repeater-schema.json +20 -20
- package/examples/latest/recursive-schema.json +20 -20
- package/examples/latest/rick-and-morty-ast.json +150 -150
- package/examples/latest/rick-and-morty-graphql.json +114 -114
- package/examples/latest/rick-and-morty-rest.json +5 -5
- package/examples/latest/schema-with-repeater-draftjs.json +20 -20
- package/examples/latest/shape-books-v3_2_0.json +122 -122
- package/examples/latest/shape-books.json +122 -122
- package/examples/latest/shopify-lookbook.json +44 -44
- package/examples/latest/shopify-store-with-widget.json +80 -80
- package/examples/latest/stripe-starter-resolved.json +83 -83
- package/examples/latest/user-schema-no-required.json +20 -20
- package/examples/latest/user-schema-with-defaults.json +20 -20
- package/package.json +4 -4
|
@@ -1828,1426 +1828,1426 @@
|
|
|
1828
1828
|
"dataKey": "supersecret",
|
|
1829
1829
|
"queries": {
|
|
1830
1830
|
"getResourceNavigation": {
|
|
1831
|
-
"
|
|
1831
|
+
"args": "TSGetSingletonArgs<ResourceNavigation>",
|
|
1832
1832
|
"resolver": {
|
|
1833
1833
|
"name": "takeshape:get",
|
|
1834
1834
|
"service": "takeshape:local",
|
|
1835
1835
|
"shapeName": "ResourceNavigation"
|
|
1836
1836
|
},
|
|
1837
|
-
"
|
|
1838
|
-
"
|
|
1837
|
+
"shape": "ResourceNavigation",
|
|
1838
|
+
"description": "Get a ResourceNavigation by ID"
|
|
1839
1839
|
},
|
|
1840
1840
|
"getArticle": {
|
|
1841
|
-
"
|
|
1841
|
+
"args": "TSGetArgs<Article>",
|
|
1842
1842
|
"resolver": {
|
|
1843
1843
|
"name": "takeshape:get",
|
|
1844
1844
|
"service": "takeshape:local",
|
|
1845
1845
|
"shapeName": "Article"
|
|
1846
1846
|
},
|
|
1847
|
-
"
|
|
1848
|
-
"
|
|
1847
|
+
"shape": "Article",
|
|
1848
|
+
"description": "Get a Article by ID"
|
|
1849
1849
|
},
|
|
1850
1850
|
"getArticleList": {
|
|
1851
|
-
"
|
|
1851
|
+
"args": "TSListArgs<Article>",
|
|
1852
1852
|
"resolver": {
|
|
1853
1853
|
"name": "takeshape:list",
|
|
1854
1854
|
"service": "takeshape:local",
|
|
1855
1855
|
"shapeName": "Article"
|
|
1856
1856
|
},
|
|
1857
|
-
"
|
|
1858
|
-
"
|
|
1857
|
+
"shape": "PaginatedList<Article>",
|
|
1858
|
+
"description": "Returns a list Article in natural order."
|
|
1859
1859
|
},
|
|
1860
1860
|
"getReport": {
|
|
1861
|
-
"
|
|
1861
|
+
"args": "TSGetArgs<Report>",
|
|
1862
1862
|
"resolver": {
|
|
1863
1863
|
"name": "takeshape:get",
|
|
1864
1864
|
"service": "takeshape:local",
|
|
1865
1865
|
"shapeName": "Report"
|
|
1866
1866
|
},
|
|
1867
|
-
"
|
|
1868
|
-
"
|
|
1867
|
+
"shape": "Report",
|
|
1868
|
+
"description": "Get a Report by ID"
|
|
1869
1869
|
},
|
|
1870
1870
|
"getReportList": {
|
|
1871
|
-
"
|
|
1871
|
+
"args": "TSListArgs<Report>",
|
|
1872
1872
|
"resolver": {
|
|
1873
1873
|
"name": "takeshape:list",
|
|
1874
1874
|
"service": "takeshape:local",
|
|
1875
1875
|
"shapeName": "Report"
|
|
1876
1876
|
},
|
|
1877
|
-
"
|
|
1878
|
-
"
|
|
1877
|
+
"shape": "PaginatedList<Report>",
|
|
1878
|
+
"description": "Returns a list Report in natural order."
|
|
1879
1879
|
},
|
|
1880
1880
|
"getPartner": {
|
|
1881
|
-
"
|
|
1881
|
+
"args": "TSGetArgs<Partner>",
|
|
1882
1882
|
"resolver": {
|
|
1883
1883
|
"name": "takeshape:get",
|
|
1884
1884
|
"service": "takeshape:local",
|
|
1885
1885
|
"shapeName": "Partner"
|
|
1886
1886
|
},
|
|
1887
|
-
"
|
|
1888
|
-
"
|
|
1887
|
+
"shape": "Partner",
|
|
1888
|
+
"description": "Get a Partner by ID"
|
|
1889
1889
|
},
|
|
1890
1890
|
"getPartnerList": {
|
|
1891
|
-
"
|
|
1891
|
+
"args": "TSListArgs<Partner>",
|
|
1892
1892
|
"resolver": {
|
|
1893
1893
|
"name": "takeshape:list",
|
|
1894
1894
|
"service": "takeshape:local",
|
|
1895
1895
|
"shapeName": "Partner"
|
|
1896
1896
|
},
|
|
1897
|
-
"
|
|
1898
|
-
"
|
|
1897
|
+
"shape": "PaginatedList<Partner>",
|
|
1898
|
+
"description": "Returns a list Partner in natural order."
|
|
1899
1899
|
},
|
|
1900
1900
|
"getHomepage": {
|
|
1901
|
-
"
|
|
1901
|
+
"args": "TSGetSingletonArgs<Homepage>",
|
|
1902
1902
|
"resolver": {
|
|
1903
1903
|
"name": "takeshape:get",
|
|
1904
1904
|
"service": "takeshape:local",
|
|
1905
1905
|
"shapeName": "Homepage"
|
|
1906
1906
|
},
|
|
1907
|
-
"
|
|
1908
|
-
"
|
|
1907
|
+
"shape": "Homepage",
|
|
1908
|
+
"description": "Get a Homepage by ID"
|
|
1909
1909
|
},
|
|
1910
1910
|
"getScienceConsortium": {
|
|
1911
|
-
"
|
|
1911
|
+
"args": "TSGetSingletonArgs<ScienceConsortium>",
|
|
1912
1912
|
"resolver": {
|
|
1913
1913
|
"name": "takeshape:get",
|
|
1914
1914
|
"service": "takeshape:local",
|
|
1915
1915
|
"shapeName": "ScienceConsortium"
|
|
1916
1916
|
},
|
|
1917
|
-
"
|
|
1918
|
-
"
|
|
1917
|
+
"shape": "ScienceConsortium",
|
|
1918
|
+
"description": "Get a ScienceConsortium by ID"
|
|
1919
1919
|
},
|
|
1920
1920
|
"getDeck": {
|
|
1921
|
-
"
|
|
1921
|
+
"args": "TSGetArgs<Deck>",
|
|
1922
1922
|
"resolver": {
|
|
1923
1923
|
"name": "takeshape:get",
|
|
1924
1924
|
"service": "takeshape:local",
|
|
1925
1925
|
"shapeName": "Deck"
|
|
1926
1926
|
},
|
|
1927
|
-
"
|
|
1928
|
-
"
|
|
1927
|
+
"shape": "Deck",
|
|
1928
|
+
"description": "Get a Deck by ID"
|
|
1929
1929
|
},
|
|
1930
1930
|
"getDeckList": {
|
|
1931
|
-
"
|
|
1931
|
+
"args": "TSListArgs<Deck>",
|
|
1932
1932
|
"resolver": {
|
|
1933
1933
|
"name": "takeshape:list",
|
|
1934
1934
|
"service": "takeshape:local",
|
|
1935
1935
|
"shapeName": "Deck"
|
|
1936
1936
|
},
|
|
1937
|
-
"
|
|
1938
|
-
"
|
|
1937
|
+
"shape": "PaginatedList<Deck>",
|
|
1938
|
+
"description": "Returns a list Deck in natural order."
|
|
1939
1939
|
},
|
|
1940
1940
|
"getAnswers": {
|
|
1941
|
-
"
|
|
1941
|
+
"args": "TSGetArgs<Answers>",
|
|
1942
1942
|
"resolver": {
|
|
1943
1943
|
"name": "takeshape:get",
|
|
1944
1944
|
"service": "takeshape:local",
|
|
1945
1945
|
"shapeName": "Answers"
|
|
1946
1946
|
},
|
|
1947
|
-
"
|
|
1948
|
-
"
|
|
1947
|
+
"shape": "Answers",
|
|
1948
|
+
"description": "Get a Answers by ID"
|
|
1949
1949
|
},
|
|
1950
1950
|
"getAnswersList": {
|
|
1951
|
-
"
|
|
1951
|
+
"args": "TSListArgs<Answers>",
|
|
1952
1952
|
"resolver": {
|
|
1953
1953
|
"name": "takeshape:list",
|
|
1954
1954
|
"service": "takeshape:local",
|
|
1955
1955
|
"shapeName": "Answers"
|
|
1956
1956
|
},
|
|
1957
|
-
"
|
|
1958
|
-
"
|
|
1957
|
+
"shape": "PaginatedList<Answers>",
|
|
1958
|
+
"description": "Returns a list Answers in natural order."
|
|
1959
1959
|
},
|
|
1960
1960
|
"getNote": {
|
|
1961
|
-
"
|
|
1961
|
+
"args": "TSGetArgs<Note>",
|
|
1962
1962
|
"resolver": {
|
|
1963
1963
|
"name": "takeshape:get",
|
|
1964
1964
|
"service": "takeshape:local",
|
|
1965
1965
|
"shapeName": "Note"
|
|
1966
1966
|
},
|
|
1967
|
-
"
|
|
1968
|
-
"
|
|
1967
|
+
"shape": "Note",
|
|
1968
|
+
"description": "Get a Note by ID"
|
|
1969
1969
|
},
|
|
1970
1970
|
"getNoteList": {
|
|
1971
|
-
"
|
|
1971
|
+
"args": "TSListArgs<Note>",
|
|
1972
1972
|
"resolver": {
|
|
1973
1973
|
"name": "takeshape:list",
|
|
1974
1974
|
"service": "takeshape:local",
|
|
1975
1975
|
"shapeName": "Note"
|
|
1976
1976
|
},
|
|
1977
|
-
"
|
|
1978
|
-
"
|
|
1977
|
+
"shape": "PaginatedList<Note>",
|
|
1978
|
+
"description": "Returns a list Note in natural order."
|
|
1979
1979
|
},
|
|
1980
1980
|
"getSupermassive": {
|
|
1981
|
-
"
|
|
1981
|
+
"args": "TSGetSingletonArgs<Supermassive>",
|
|
1982
1982
|
"resolver": {
|
|
1983
1983
|
"name": "takeshape:get",
|
|
1984
1984
|
"service": "takeshape:local",
|
|
1985
1985
|
"shapeName": "Supermassive"
|
|
1986
1986
|
},
|
|
1987
|
-
"
|
|
1988
|
-
"
|
|
1987
|
+
"shape": "Supermassive",
|
|
1988
|
+
"description": "Get a Supermassive by ID"
|
|
1989
1989
|
},
|
|
1990
1990
|
"getPodcast": {
|
|
1991
|
-
"
|
|
1991
|
+
"args": "TSGetSingletonArgs<Podcast>",
|
|
1992
1992
|
"resolver": {
|
|
1993
1993
|
"name": "takeshape:get",
|
|
1994
1994
|
"service": "takeshape:local",
|
|
1995
1995
|
"shapeName": "Podcast"
|
|
1996
1996
|
},
|
|
1997
|
-
"
|
|
1998
|
-
"
|
|
1997
|
+
"shape": "Podcast",
|
|
1998
|
+
"description": "Get a Podcast by ID"
|
|
1999
1999
|
},
|
|
2000
2000
|
"getInstitution": {
|
|
2001
|
-
"
|
|
2001
|
+
"args": "TSGetArgs<Institution>",
|
|
2002
2002
|
"resolver": {
|
|
2003
2003
|
"name": "takeshape:get",
|
|
2004
2004
|
"service": "takeshape:local",
|
|
2005
2005
|
"shapeName": "Institution"
|
|
2006
2006
|
},
|
|
2007
|
-
"
|
|
2008
|
-
"
|
|
2007
|
+
"shape": "Institution",
|
|
2008
|
+
"description": "Get a Institution by ID"
|
|
2009
2009
|
},
|
|
2010
2010
|
"getInstitutionList": {
|
|
2011
|
-
"
|
|
2011
|
+
"args": "TSListArgs<Institution>",
|
|
2012
2012
|
"resolver": {
|
|
2013
2013
|
"name": "takeshape:list",
|
|
2014
2014
|
"service": "takeshape:local",
|
|
2015
2015
|
"shapeName": "Institution"
|
|
2016
2016
|
},
|
|
2017
|
-
"
|
|
2018
|
-
"
|
|
2017
|
+
"shape": "PaginatedList<Institution>",
|
|
2018
|
+
"description": "Returns a list Institution in natural order."
|
|
2019
2019
|
},
|
|
2020
2020
|
"getEpisode": {
|
|
2021
|
-
"
|
|
2021
|
+
"args": "TSGetArgs<Episode>",
|
|
2022
2022
|
"resolver": {
|
|
2023
2023
|
"name": "takeshape:get",
|
|
2024
2024
|
"service": "takeshape:local",
|
|
2025
2025
|
"shapeName": "Episode"
|
|
2026
2026
|
},
|
|
2027
|
-
"
|
|
2028
|
-
"
|
|
2027
|
+
"shape": "Episode",
|
|
2028
|
+
"description": "Get a Episode by ID"
|
|
2029
2029
|
},
|
|
2030
2030
|
"getEpisodeList": {
|
|
2031
|
-
"
|
|
2031
|
+
"args": "TSListArgs<Episode>",
|
|
2032
2032
|
"resolver": {
|
|
2033
2033
|
"name": "takeshape:list",
|
|
2034
2034
|
"service": "takeshape:local",
|
|
2035
2035
|
"shapeName": "Episode"
|
|
2036
2036
|
},
|
|
2037
|
-
"
|
|
2038
|
-
"
|
|
2037
|
+
"shape": "PaginatedList<Episode>",
|
|
2038
|
+
"description": "Returns a list Episode in natural order."
|
|
2039
2039
|
},
|
|
2040
2040
|
"getDefaults": {
|
|
2041
|
-
"
|
|
2041
|
+
"args": "TSGetSingletonArgs<Defaults>",
|
|
2042
2042
|
"resolver": {
|
|
2043
2043
|
"name": "takeshape:get",
|
|
2044
2044
|
"service": "takeshape:local",
|
|
2045
2045
|
"shapeName": "Defaults"
|
|
2046
2046
|
},
|
|
2047
|
-
"
|
|
2048
|
-
"
|
|
2047
|
+
"shape": "Defaults",
|
|
2048
|
+
"description": "Get a Defaults by ID"
|
|
2049
2049
|
},
|
|
2050
2050
|
"getReportSection": {
|
|
2051
|
-
"
|
|
2051
|
+
"args": "TSGetArgs<ReportSection>",
|
|
2052
2052
|
"resolver": {
|
|
2053
2053
|
"name": "takeshape:get",
|
|
2054
2054
|
"service": "takeshape:local",
|
|
2055
2055
|
"shapeName": "ReportSection"
|
|
2056
2056
|
},
|
|
2057
|
-
"
|
|
2058
|
-
"
|
|
2057
|
+
"shape": "ReportSection",
|
|
2058
|
+
"description": "Get a ReportSection by ID"
|
|
2059
2059
|
},
|
|
2060
2060
|
"getReportSectionList": {
|
|
2061
|
-
"
|
|
2061
|
+
"args": "TSListArgs<ReportSection>",
|
|
2062
2062
|
"resolver": {
|
|
2063
2063
|
"name": "takeshape:list",
|
|
2064
2064
|
"service": "takeshape:local",
|
|
2065
2065
|
"shapeName": "ReportSection"
|
|
2066
2066
|
},
|
|
2067
|
-
"
|
|
2068
|
-
"
|
|
2067
|
+
"shape": "PaginatedList<ReportSection>",
|
|
2068
|
+
"description": "Returns a list ReportSection in natural order."
|
|
2069
2069
|
},
|
|
2070
2070
|
"getTarot": {
|
|
2071
|
-
"
|
|
2071
|
+
"args": "TSGetSingletonArgs<Tarot>",
|
|
2072
2072
|
"resolver": {
|
|
2073
2073
|
"name": "takeshape:get",
|
|
2074
2074
|
"service": "takeshape:local",
|
|
2075
2075
|
"shapeName": "Tarot"
|
|
2076
2076
|
},
|
|
2077
|
-
"
|
|
2078
|
-
"
|
|
2077
|
+
"shape": "Tarot",
|
|
2078
|
+
"description": "Get a Tarot by ID"
|
|
2079
2079
|
},
|
|
2080
2080
|
"getFormat": {
|
|
2081
|
-
"
|
|
2081
|
+
"args": "TSGetArgs<Format>",
|
|
2082
2082
|
"resolver": {
|
|
2083
2083
|
"name": "takeshape:get",
|
|
2084
2084
|
"service": "takeshape:local",
|
|
2085
2085
|
"shapeName": "Format"
|
|
2086
2086
|
},
|
|
2087
|
-
"
|
|
2088
|
-
"
|
|
2087
|
+
"shape": "Format",
|
|
2088
|
+
"description": "Get a Format by ID"
|
|
2089
2089
|
},
|
|
2090
2090
|
"getFormatList": {
|
|
2091
|
-
"
|
|
2091
|
+
"args": "TSListArgs<Format>",
|
|
2092
2092
|
"resolver": {
|
|
2093
2093
|
"name": "takeshape:list",
|
|
2094
2094
|
"service": "takeshape:local",
|
|
2095
2095
|
"shapeName": "Format"
|
|
2096
2096
|
},
|
|
2097
|
-
"
|
|
2098
|
-
"
|
|
2097
|
+
"shape": "PaginatedList<Format>",
|
|
2098
|
+
"description": "Returns a list Format in natural order."
|
|
2099
2099
|
},
|
|
2100
2100
|
"getPage": {
|
|
2101
|
-
"
|
|
2101
|
+
"args": "TSGetArgs<Page>",
|
|
2102
2102
|
"resolver": {
|
|
2103
2103
|
"name": "takeshape:get",
|
|
2104
2104
|
"service": "takeshape:local",
|
|
2105
2105
|
"shapeName": "Page"
|
|
2106
2106
|
},
|
|
2107
|
-
"
|
|
2108
|
-
"
|
|
2107
|
+
"shape": "Page",
|
|
2108
|
+
"description": "Get a Page by ID"
|
|
2109
2109
|
},
|
|
2110
2110
|
"getPageList": {
|
|
2111
|
-
"
|
|
2111
|
+
"args": "TSListArgs<Page>",
|
|
2112
2112
|
"resolver": {
|
|
2113
2113
|
"name": "takeshape:list",
|
|
2114
2114
|
"service": "takeshape:local",
|
|
2115
2115
|
"shapeName": "Page"
|
|
2116
2116
|
},
|
|
2117
|
-
"
|
|
2118
|
-
"
|
|
2117
|
+
"shape": "PaginatedList<Page>",
|
|
2118
|
+
"description": "Returns a list Page in natural order."
|
|
2119
2119
|
},
|
|
2120
2120
|
"getProduct": {
|
|
2121
|
-
"
|
|
2121
|
+
"args": "TSGetArgs<Product>",
|
|
2122
2122
|
"resolver": {
|
|
2123
2123
|
"name": "takeshape:get",
|
|
2124
2124
|
"service": "takeshape:local",
|
|
2125
2125
|
"shapeName": "Product"
|
|
2126
2126
|
},
|
|
2127
|
-
"
|
|
2128
|
-
"
|
|
2127
|
+
"shape": "Product",
|
|
2128
|
+
"description": "Get a Product by ID"
|
|
2129
2129
|
},
|
|
2130
2130
|
"getProductList": {
|
|
2131
|
-
"
|
|
2131
|
+
"args": "TSListArgs<Product>",
|
|
2132
2132
|
"resolver": {
|
|
2133
2133
|
"name": "takeshape:list",
|
|
2134
2134
|
"service": "takeshape:local",
|
|
2135
2135
|
"shapeName": "Product"
|
|
2136
2136
|
},
|
|
2137
|
-
"
|
|
2138
|
-
"
|
|
2137
|
+
"shape": "PaginatedList<Product>",
|
|
2138
|
+
"description": "Returns a list Product in natural order."
|
|
2139
2139
|
},
|
|
2140
2140
|
"getNewsletter": {
|
|
2141
|
-
"
|
|
2141
|
+
"args": "TSGetArgs<Newsletter>",
|
|
2142
2142
|
"resolver": {
|
|
2143
2143
|
"name": "takeshape:get",
|
|
2144
2144
|
"service": "takeshape:local",
|
|
2145
2145
|
"shapeName": "Newsletter"
|
|
2146
2146
|
},
|
|
2147
|
-
"
|
|
2148
|
-
"
|
|
2147
|
+
"shape": "Newsletter",
|
|
2148
|
+
"description": "Get a Newsletter by ID"
|
|
2149
2149
|
},
|
|
2150
2150
|
"getNewsletterList": {
|
|
2151
|
-
"
|
|
2151
|
+
"args": "TSListArgs<Newsletter>",
|
|
2152
2152
|
"resolver": {
|
|
2153
2153
|
"name": "takeshape:list",
|
|
2154
2154
|
"service": "takeshape:local",
|
|
2155
2155
|
"shapeName": "Newsletter"
|
|
2156
2156
|
},
|
|
2157
|
-
"
|
|
2158
|
-
"
|
|
2157
|
+
"shape": "PaginatedList<Newsletter>",
|
|
2158
|
+
"description": "Returns a list Newsletter in natural order."
|
|
2159
2159
|
},
|
|
2160
2160
|
"getAsset": {
|
|
2161
|
-
"
|
|
2161
|
+
"args": "TSGetArgs<Asset>",
|
|
2162
2162
|
"resolver": {
|
|
2163
2163
|
"name": "takeshape:get",
|
|
2164
2164
|
"service": "takeshape:local",
|
|
2165
2165
|
"shapeName": "Asset"
|
|
2166
2166
|
},
|
|
2167
|
-
"
|
|
2168
|
-
"
|
|
2167
|
+
"shape": "Asset",
|
|
2168
|
+
"description": "Get a Asset by ID"
|
|
2169
2169
|
},
|
|
2170
2170
|
"getAssetList": {
|
|
2171
|
-
"
|
|
2171
|
+
"args": "TSListArgs<Asset>",
|
|
2172
2172
|
"resolver": {
|
|
2173
2173
|
"name": "takeshape:list",
|
|
2174
2174
|
"service": "takeshape:local",
|
|
2175
2175
|
"shapeName": "Asset"
|
|
2176
2176
|
},
|
|
2177
|
-
"
|
|
2178
|
-
"
|
|
2177
|
+
"shape": "PaginatedList<Asset>",
|
|
2178
|
+
"description": "Returns a list Asset in natural order."
|
|
2179
2179
|
},
|
|
2180
2180
|
"getTag": {
|
|
2181
|
-
"
|
|
2181
|
+
"args": "TSGetArgs<Tag>",
|
|
2182
2182
|
"resolver": {
|
|
2183
2183
|
"name": "takeshape:get",
|
|
2184
2184
|
"service": "takeshape:local",
|
|
2185
2185
|
"shapeName": "Tag"
|
|
2186
2186
|
},
|
|
2187
|
-
"
|
|
2188
|
-
"
|
|
2187
|
+
"shape": "Tag",
|
|
2188
|
+
"description": "Get a Tag by ID"
|
|
2189
2189
|
},
|
|
2190
2190
|
"getTagList": {
|
|
2191
|
-
"
|
|
2191
|
+
"args": "TSListArgs<Tag>",
|
|
2192
2192
|
"resolver": {
|
|
2193
2193
|
"name": "takeshape:list",
|
|
2194
2194
|
"service": "takeshape:local",
|
|
2195
2195
|
"shapeName": "Tag"
|
|
2196
2196
|
},
|
|
2197
|
-
"
|
|
2198
|
-
"
|
|
2197
|
+
"shape": "PaginatedList<Tag>",
|
|
2198
|
+
"description": "Returns a list Tag in natural order."
|
|
2199
2199
|
},
|
|
2200
2200
|
"getAdvertising": {
|
|
2201
|
-
"
|
|
2201
|
+
"args": "TSGetSingletonArgs<Advertising>",
|
|
2202
2202
|
"resolver": {
|
|
2203
2203
|
"name": "takeshape:get",
|
|
2204
2204
|
"service": "takeshape:local",
|
|
2205
2205
|
"shapeName": "Advertising"
|
|
2206
2206
|
},
|
|
2207
|
-
"
|
|
2208
|
-
"
|
|
2207
|
+
"shape": "Advertising",
|
|
2208
|
+
"description": "Get a Advertising by ID"
|
|
2209
2209
|
},
|
|
2210
2210
|
"getConsortiumResource": {
|
|
2211
|
-
"
|
|
2211
|
+
"args": "TSGetArgs<ConsortiumResource>",
|
|
2212
2212
|
"resolver": {
|
|
2213
2213
|
"name": "takeshape:get",
|
|
2214
2214
|
"service": "takeshape:local",
|
|
2215
2215
|
"shapeName": "ConsortiumResource"
|
|
2216
2216
|
},
|
|
2217
|
-
"
|
|
2218
|
-
"
|
|
2217
|
+
"shape": "ConsortiumResource",
|
|
2218
|
+
"description": "Get a ConsortiumResource by ID"
|
|
2219
2219
|
},
|
|
2220
2220
|
"getConsortiumResourceList": {
|
|
2221
|
-
"
|
|
2221
|
+
"args": "TSListArgs<ConsortiumResource>",
|
|
2222
2222
|
"resolver": {
|
|
2223
2223
|
"name": "takeshape:list",
|
|
2224
2224
|
"service": "takeshape:local",
|
|
2225
2225
|
"shapeName": "ConsortiumResource"
|
|
2226
2226
|
},
|
|
2227
|
-
"
|
|
2228
|
-
"
|
|
2227
|
+
"shape": "PaginatedList<ConsortiumResource>",
|
|
2228
|
+
"description": "Returns a list ConsortiumResource in natural order."
|
|
2229
2229
|
},
|
|
2230
2230
|
"getField": {
|
|
2231
|
-
"
|
|
2231
|
+
"args": "TSGetArgs<Field>",
|
|
2232
2232
|
"resolver": {
|
|
2233
2233
|
"name": "takeshape:get",
|
|
2234
2234
|
"service": "takeshape:local",
|
|
2235
2235
|
"shapeName": "Field"
|
|
2236
2236
|
},
|
|
2237
|
-
"
|
|
2238
|
-
"
|
|
2237
|
+
"shape": "Field",
|
|
2238
|
+
"description": "Get a Field by ID"
|
|
2239
2239
|
},
|
|
2240
2240
|
"getFieldList": {
|
|
2241
|
-
"
|
|
2241
|
+
"args": "TSListArgs<Field>",
|
|
2242
2242
|
"resolver": {
|
|
2243
2243
|
"name": "takeshape:list",
|
|
2244
2244
|
"service": "takeshape:local",
|
|
2245
2245
|
"shapeName": "Field"
|
|
2246
2246
|
},
|
|
2247
|
-
"
|
|
2248
|
-
"
|
|
2247
|
+
"shape": "PaginatedList<Field>",
|
|
2248
|
+
"description": "Returns a list Field in natural order."
|
|
2249
2249
|
},
|
|
2250
2250
|
"getVideo": {
|
|
2251
|
-
"
|
|
2251
|
+
"args": "TSGetArgs<Video>",
|
|
2252
2252
|
"resolver": {
|
|
2253
2253
|
"name": "takeshape:get",
|
|
2254
2254
|
"service": "takeshape:local",
|
|
2255
2255
|
"shapeName": "Video"
|
|
2256
2256
|
},
|
|
2257
|
-
"
|
|
2258
|
-
"
|
|
2257
|
+
"shape": "Video",
|
|
2258
|
+
"description": "Get a Video by ID"
|
|
2259
2259
|
},
|
|
2260
2260
|
"getVideoList": {
|
|
2261
|
-
"
|
|
2261
|
+
"args": "TSListArgs<Video>",
|
|
2262
2262
|
"resolver": {
|
|
2263
2263
|
"name": "takeshape:list",
|
|
2264
2264
|
"service": "takeshape:local",
|
|
2265
2265
|
"shapeName": "Video"
|
|
2266
2266
|
},
|
|
2267
|
-
"
|
|
2268
|
-
"
|
|
2267
|
+
"shape": "PaginatedList<Video>",
|
|
2268
|
+
"description": "Returns a list Video in natural order."
|
|
2269
2269
|
},
|
|
2270
2270
|
"getTheme": {
|
|
2271
|
-
"
|
|
2271
|
+
"args": "TSGetArgs<Theme>",
|
|
2272
2272
|
"resolver": {
|
|
2273
2273
|
"name": "takeshape:get",
|
|
2274
2274
|
"service": "takeshape:local",
|
|
2275
2275
|
"shapeName": "Theme"
|
|
2276
2276
|
},
|
|
2277
|
-
"
|
|
2278
|
-
"
|
|
2277
|
+
"shape": "Theme",
|
|
2278
|
+
"description": "Get a Theme by ID"
|
|
2279
2279
|
},
|
|
2280
2280
|
"getThemeList": {
|
|
2281
|
-
"
|
|
2281
|
+
"args": "TSListArgs<Theme>",
|
|
2282
2282
|
"resolver": {
|
|
2283
2283
|
"name": "takeshape:list",
|
|
2284
2284
|
"service": "takeshape:local",
|
|
2285
2285
|
"shapeName": "Theme"
|
|
2286
2286
|
},
|
|
2287
|
-
"
|
|
2288
|
-
"
|
|
2287
|
+
"shape": "PaginatedList<Theme>",
|
|
2288
|
+
"description": "Returns a list Theme in natural order."
|
|
2289
2289
|
},
|
|
2290
2290
|
"getReportsLandingPage": {
|
|
2291
|
-
"
|
|
2291
|
+
"args": "TSGetSingletonArgs<ReportsLandingPage>",
|
|
2292
2292
|
"resolver": {
|
|
2293
2293
|
"name": "takeshape:get",
|
|
2294
2294
|
"service": "takeshape:local",
|
|
2295
2295
|
"shapeName": "ReportsLandingPage"
|
|
2296
2296
|
},
|
|
2297
|
-
"
|
|
2298
|
-
"
|
|
2297
|
+
"shape": "ReportsLandingPage",
|
|
2298
|
+
"description": "Get a ReportsLandingPage by ID"
|
|
2299
2299
|
},
|
|
2300
2300
|
"getPerson": {
|
|
2301
|
-
"
|
|
2301
|
+
"args": "TSGetArgs<Person>",
|
|
2302
2302
|
"resolver": {
|
|
2303
2303
|
"name": "takeshape:get",
|
|
2304
2304
|
"service": "takeshape:local",
|
|
2305
2305
|
"shapeName": "Person"
|
|
2306
2306
|
},
|
|
2307
|
-
"
|
|
2308
|
-
"
|
|
2307
|
+
"shape": "Person",
|
|
2308
|
+
"description": "Get a Person by ID"
|
|
2309
2309
|
},
|
|
2310
2310
|
"getPersonList": {
|
|
2311
|
-
"
|
|
2311
|
+
"args": "TSListArgs<Person>",
|
|
2312
2312
|
"resolver": {
|
|
2313
2313
|
"name": "takeshape:list",
|
|
2314
2314
|
"service": "takeshape:local",
|
|
2315
2315
|
"shapeName": "Person"
|
|
2316
2316
|
},
|
|
2317
|
-
"
|
|
2318
|
-
"
|
|
2317
|
+
"shape": "PaginatedList<Person>",
|
|
2318
|
+
"description": "Returns a list Person in natural order."
|
|
2319
2319
|
},
|
|
2320
2320
|
"getAboutPage": {
|
|
2321
|
-
"
|
|
2321
|
+
"args": "TSGetSingletonArgs<AboutPage>",
|
|
2322
2322
|
"resolver": {
|
|
2323
2323
|
"name": "takeshape:get",
|
|
2324
2324
|
"service": "takeshape:local",
|
|
2325
2325
|
"shapeName": "AboutPage"
|
|
2326
2326
|
},
|
|
2327
|
-
"
|
|
2328
|
-
"
|
|
2327
|
+
"shape": "AboutPage",
|
|
2328
|
+
"description": "Get a AboutPage by ID"
|
|
2329
2329
|
},
|
|
2330
2330
|
"getNavigation": {
|
|
2331
|
-
"
|
|
2331
|
+
"args": "TSGetSingletonArgs<Navigation>",
|
|
2332
2332
|
"resolver": {
|
|
2333
2333
|
"name": "takeshape:get",
|
|
2334
2334
|
"service": "takeshape:local",
|
|
2335
2335
|
"shapeName": "Navigation"
|
|
2336
2336
|
},
|
|
2337
|
-
"
|
|
2338
|
-
"
|
|
2337
|
+
"shape": "Navigation",
|
|
2338
|
+
"description": "Get a Navigation by ID"
|
|
2339
2339
|
}
|
|
2340
2340
|
},
|
|
2341
2341
|
"mutations": {
|
|
2342
2342
|
"updateResourceNavigation": {
|
|
2343
|
-
"
|
|
2343
|
+
"args": "UpdateArgs<ResourceNavigation>",
|
|
2344
2344
|
"resolver": {
|
|
2345
2345
|
"name": "takeshape:update",
|
|
2346
2346
|
"service": "takeshape:local",
|
|
2347
2347
|
"shapeName": "ResourceNavigation"
|
|
2348
2348
|
},
|
|
2349
|
-
"
|
|
2350
|
-
"
|
|
2349
|
+
"shape": "UpdateResult<ResourceNavigation>",
|
|
2350
|
+
"description": "Update ResourceNavigation"
|
|
2351
2351
|
},
|
|
2352
2352
|
"updateArticle": {
|
|
2353
|
-
"
|
|
2353
|
+
"args": "UpdateArgs<Article>",
|
|
2354
2354
|
"resolver": {
|
|
2355
2355
|
"name": "takeshape:update",
|
|
2356
2356
|
"service": "takeshape:local",
|
|
2357
2357
|
"shapeName": "Article"
|
|
2358
2358
|
},
|
|
2359
|
-
"
|
|
2360
|
-
"
|
|
2359
|
+
"shape": "UpdateResult<Article>",
|
|
2360
|
+
"description": "Update Article"
|
|
2361
2361
|
},
|
|
2362
2362
|
"createArticle": {
|
|
2363
|
-
"
|
|
2363
|
+
"args": "CreateArgs<Article>",
|
|
2364
2364
|
"resolver": {
|
|
2365
2365
|
"name": "takeshape:create",
|
|
2366
2366
|
"service": "takeshape:local",
|
|
2367
2367
|
"shapeName": "Article"
|
|
2368
2368
|
},
|
|
2369
|
-
"
|
|
2370
|
-
"
|
|
2369
|
+
"shape": "CreateResult<Article>",
|
|
2370
|
+
"description": "Create Article"
|
|
2371
2371
|
},
|
|
2372
2372
|
"duplicateArticle": {
|
|
2373
|
-
"
|
|
2373
|
+
"args": "DuplicateArgs<Article>",
|
|
2374
2374
|
"resolver": {
|
|
2375
2375
|
"name": "takeshape:duplicate",
|
|
2376
2376
|
"service": "takeshape:local",
|
|
2377
2377
|
"shapeName": "Article"
|
|
2378
2378
|
},
|
|
2379
|
-
"
|
|
2380
|
-
"
|
|
2379
|
+
"shape": "DuplicateResult<Article>",
|
|
2380
|
+
"description": "Duplicate Article"
|
|
2381
2381
|
},
|
|
2382
2382
|
"deleteArticle": {
|
|
2383
|
-
"
|
|
2383
|
+
"args": "DeleteArgs<Article>",
|
|
2384
2384
|
"resolver": {
|
|
2385
2385
|
"name": "takeshape:delete",
|
|
2386
2386
|
"service": "takeshape:local",
|
|
2387
2387
|
"shapeName": "Article"
|
|
2388
2388
|
},
|
|
2389
|
-
"
|
|
2390
|
-
"
|
|
2389
|
+
"shape": "DeleteResult<Article>",
|
|
2390
|
+
"description": "Delete Article"
|
|
2391
2391
|
},
|
|
2392
2392
|
"updateReport": {
|
|
2393
|
-
"
|
|
2393
|
+
"args": "UpdateArgs<Report>",
|
|
2394
2394
|
"resolver": {
|
|
2395
2395
|
"name": "takeshape:update",
|
|
2396
2396
|
"service": "takeshape:local",
|
|
2397
2397
|
"shapeName": "Report"
|
|
2398
2398
|
},
|
|
2399
|
-
"
|
|
2400
|
-
"
|
|
2399
|
+
"shape": "UpdateResult<Report>",
|
|
2400
|
+
"description": "Update Report"
|
|
2401
2401
|
},
|
|
2402
2402
|
"createReport": {
|
|
2403
|
-
"
|
|
2403
|
+
"args": "CreateArgs<Report>",
|
|
2404
2404
|
"resolver": {
|
|
2405
2405
|
"name": "takeshape:create",
|
|
2406
2406
|
"service": "takeshape:local",
|
|
2407
2407
|
"shapeName": "Report"
|
|
2408
2408
|
},
|
|
2409
|
-
"
|
|
2410
|
-
"
|
|
2409
|
+
"shape": "CreateResult<Report>",
|
|
2410
|
+
"description": "Create Report"
|
|
2411
2411
|
},
|
|
2412
2412
|
"duplicateReport": {
|
|
2413
|
-
"
|
|
2413
|
+
"args": "DuplicateArgs<Report>",
|
|
2414
2414
|
"resolver": {
|
|
2415
2415
|
"name": "takeshape:duplicate",
|
|
2416
2416
|
"service": "takeshape:local",
|
|
2417
2417
|
"shapeName": "Report"
|
|
2418
2418
|
},
|
|
2419
|
-
"
|
|
2420
|
-
"
|
|
2419
|
+
"shape": "DuplicateResult<Report>",
|
|
2420
|
+
"description": "Duplicate Report"
|
|
2421
2421
|
},
|
|
2422
2422
|
"deleteReport": {
|
|
2423
|
-
"
|
|
2423
|
+
"args": "DeleteArgs<Report>",
|
|
2424
2424
|
"resolver": {
|
|
2425
2425
|
"name": "takeshape:delete",
|
|
2426
2426
|
"service": "takeshape:local",
|
|
2427
2427
|
"shapeName": "Report"
|
|
2428
2428
|
},
|
|
2429
|
-
"
|
|
2430
|
-
"
|
|
2429
|
+
"shape": "DeleteResult<Report>",
|
|
2430
|
+
"description": "Delete Report"
|
|
2431
2431
|
},
|
|
2432
2432
|
"updatePartner": {
|
|
2433
|
-
"
|
|
2433
|
+
"args": "UpdateArgs<Partner>",
|
|
2434
2434
|
"resolver": {
|
|
2435
2435
|
"name": "takeshape:update",
|
|
2436
2436
|
"service": "takeshape:local",
|
|
2437
2437
|
"shapeName": "Partner"
|
|
2438
2438
|
},
|
|
2439
|
-
"
|
|
2440
|
-
"
|
|
2439
|
+
"shape": "UpdateResult<Partner>",
|
|
2440
|
+
"description": "Update Partner"
|
|
2441
2441
|
},
|
|
2442
2442
|
"createPartner": {
|
|
2443
|
-
"
|
|
2443
|
+
"args": "CreateArgs<Partner>",
|
|
2444
2444
|
"resolver": {
|
|
2445
2445
|
"name": "takeshape:create",
|
|
2446
2446
|
"service": "takeshape:local",
|
|
2447
2447
|
"shapeName": "Partner"
|
|
2448
2448
|
},
|
|
2449
|
-
"
|
|
2450
|
-
"
|
|
2449
|
+
"shape": "CreateResult<Partner>",
|
|
2450
|
+
"description": "Create Partner"
|
|
2451
2451
|
},
|
|
2452
2452
|
"duplicatePartner": {
|
|
2453
|
-
"
|
|
2453
|
+
"args": "DuplicateArgs<Partner>",
|
|
2454
2454
|
"resolver": {
|
|
2455
2455
|
"name": "takeshape:duplicate",
|
|
2456
2456
|
"service": "takeshape:local",
|
|
2457
2457
|
"shapeName": "Partner"
|
|
2458
2458
|
},
|
|
2459
|
-
"
|
|
2460
|
-
"
|
|
2459
|
+
"shape": "DuplicateResult<Partner>",
|
|
2460
|
+
"description": "Duplicate Partner"
|
|
2461
2461
|
},
|
|
2462
2462
|
"deletePartner": {
|
|
2463
|
-
"
|
|
2463
|
+
"args": "DeleteArgs<Partner>",
|
|
2464
2464
|
"resolver": {
|
|
2465
2465
|
"name": "takeshape:delete",
|
|
2466
2466
|
"service": "takeshape:local",
|
|
2467
2467
|
"shapeName": "Partner"
|
|
2468
2468
|
},
|
|
2469
|
-
"
|
|
2470
|
-
"
|
|
2469
|
+
"shape": "DeleteResult<Partner>",
|
|
2470
|
+
"description": "Delete Partner"
|
|
2471
2471
|
},
|
|
2472
2472
|
"updateHomepage": {
|
|
2473
|
-
"
|
|
2473
|
+
"args": "UpdateArgs<Homepage>",
|
|
2474
2474
|
"resolver": {
|
|
2475
2475
|
"name": "takeshape:update",
|
|
2476
2476
|
"service": "takeshape:local",
|
|
2477
2477
|
"shapeName": "Homepage"
|
|
2478
2478
|
},
|
|
2479
|
-
"
|
|
2480
|
-
"
|
|
2479
|
+
"shape": "UpdateResult<Homepage>",
|
|
2480
|
+
"description": "Update Homepage"
|
|
2481
2481
|
},
|
|
2482
2482
|
"updateScienceConsortium": {
|
|
2483
|
-
"
|
|
2483
|
+
"args": "UpdateArgs<ScienceConsortium>",
|
|
2484
2484
|
"resolver": {
|
|
2485
2485
|
"name": "takeshape:update",
|
|
2486
2486
|
"service": "takeshape:local",
|
|
2487
2487
|
"shapeName": "ScienceConsortium"
|
|
2488
2488
|
},
|
|
2489
|
-
"
|
|
2490
|
-
"
|
|
2489
|
+
"shape": "UpdateResult<ScienceConsortium>",
|
|
2490
|
+
"description": "Update ScienceConsortium"
|
|
2491
2491
|
},
|
|
2492
2492
|
"updateDeck": {
|
|
2493
|
-
"
|
|
2493
|
+
"args": "UpdateArgs<Deck>",
|
|
2494
2494
|
"resolver": {
|
|
2495
2495
|
"name": "takeshape:update",
|
|
2496
2496
|
"service": "takeshape:local",
|
|
2497
2497
|
"shapeName": "Deck"
|
|
2498
2498
|
},
|
|
2499
|
-
"
|
|
2500
|
-
"
|
|
2499
|
+
"shape": "UpdateResult<Deck>",
|
|
2500
|
+
"description": "Update Deck"
|
|
2501
2501
|
},
|
|
2502
2502
|
"createDeck": {
|
|
2503
|
-
"
|
|
2503
|
+
"args": "CreateArgs<Deck>",
|
|
2504
2504
|
"resolver": {
|
|
2505
2505
|
"name": "takeshape:create",
|
|
2506
2506
|
"service": "takeshape:local",
|
|
2507
2507
|
"shapeName": "Deck"
|
|
2508
2508
|
},
|
|
2509
|
-
"
|
|
2510
|
-
"
|
|
2509
|
+
"shape": "CreateResult<Deck>",
|
|
2510
|
+
"description": "Create Deck"
|
|
2511
2511
|
},
|
|
2512
2512
|
"duplicateDeck": {
|
|
2513
|
-
"
|
|
2513
|
+
"args": "DuplicateArgs<Deck>",
|
|
2514
2514
|
"resolver": {
|
|
2515
2515
|
"name": "takeshape:duplicate",
|
|
2516
2516
|
"service": "takeshape:local",
|
|
2517
2517
|
"shapeName": "Deck"
|
|
2518
2518
|
},
|
|
2519
|
-
"
|
|
2520
|
-
"
|
|
2519
|
+
"shape": "DuplicateResult<Deck>",
|
|
2520
|
+
"description": "Duplicate Deck"
|
|
2521
2521
|
},
|
|
2522
2522
|
"deleteDeck": {
|
|
2523
|
-
"
|
|
2523
|
+
"args": "DeleteArgs<Deck>",
|
|
2524
2524
|
"resolver": {
|
|
2525
2525
|
"name": "takeshape:delete",
|
|
2526
2526
|
"service": "takeshape:local",
|
|
2527
2527
|
"shapeName": "Deck"
|
|
2528
2528
|
},
|
|
2529
|
-
"
|
|
2530
|
-
"
|
|
2529
|
+
"shape": "DeleteResult<Deck>",
|
|
2530
|
+
"description": "Delete Deck"
|
|
2531
2531
|
},
|
|
2532
2532
|
"updateAnswers": {
|
|
2533
|
-
"
|
|
2533
|
+
"args": "UpdateArgs<Answers>",
|
|
2534
2534
|
"resolver": {
|
|
2535
2535
|
"name": "takeshape:update",
|
|
2536
2536
|
"service": "takeshape:local",
|
|
2537
2537
|
"shapeName": "Answers"
|
|
2538
2538
|
},
|
|
2539
|
-
"
|
|
2540
|
-
"
|
|
2539
|
+
"shape": "UpdateResult<Answers>",
|
|
2540
|
+
"description": "Update Answers"
|
|
2541
2541
|
},
|
|
2542
2542
|
"createAnswers": {
|
|
2543
|
-
"
|
|
2543
|
+
"args": "CreateArgs<Answers>",
|
|
2544
2544
|
"resolver": {
|
|
2545
2545
|
"name": "takeshape:create",
|
|
2546
2546
|
"service": "takeshape:local",
|
|
2547
2547
|
"shapeName": "Answers"
|
|
2548
2548
|
},
|
|
2549
|
-
"
|
|
2550
|
-
"
|
|
2549
|
+
"shape": "CreateResult<Answers>",
|
|
2550
|
+
"description": "Create Answers"
|
|
2551
2551
|
},
|
|
2552
2552
|
"duplicateAnswers": {
|
|
2553
|
-
"
|
|
2553
|
+
"args": "DuplicateArgs<Answers>",
|
|
2554
2554
|
"resolver": {
|
|
2555
2555
|
"name": "takeshape:duplicate",
|
|
2556
2556
|
"service": "takeshape:local",
|
|
2557
2557
|
"shapeName": "Answers"
|
|
2558
2558
|
},
|
|
2559
|
-
"
|
|
2560
|
-
"
|
|
2559
|
+
"shape": "DuplicateResult<Answers>",
|
|
2560
|
+
"description": "Duplicate Answers"
|
|
2561
2561
|
},
|
|
2562
2562
|
"deleteAnswers": {
|
|
2563
|
-
"
|
|
2563
|
+
"args": "DeleteArgs<Answers>",
|
|
2564
2564
|
"resolver": {
|
|
2565
2565
|
"name": "takeshape:delete",
|
|
2566
2566
|
"service": "takeshape:local",
|
|
2567
2567
|
"shapeName": "Answers"
|
|
2568
2568
|
},
|
|
2569
|
-
"
|
|
2570
|
-
"
|
|
2569
|
+
"shape": "DeleteResult<Answers>",
|
|
2570
|
+
"description": "Delete Answers"
|
|
2571
2571
|
},
|
|
2572
2572
|
"updateNote": {
|
|
2573
|
-
"
|
|
2573
|
+
"args": "UpdateArgs<Note>",
|
|
2574
2574
|
"resolver": {
|
|
2575
2575
|
"name": "takeshape:update",
|
|
2576
2576
|
"service": "takeshape:local",
|
|
2577
2577
|
"shapeName": "Note"
|
|
2578
2578
|
},
|
|
2579
|
-
"
|
|
2580
|
-
"
|
|
2579
|
+
"shape": "UpdateResult<Note>",
|
|
2580
|
+
"description": "Update Note"
|
|
2581
2581
|
},
|
|
2582
2582
|
"createNote": {
|
|
2583
|
-
"
|
|
2583
|
+
"args": "CreateArgs<Note>",
|
|
2584
2584
|
"resolver": {
|
|
2585
2585
|
"name": "takeshape:create",
|
|
2586
2586
|
"service": "takeshape:local",
|
|
2587
2587
|
"shapeName": "Note"
|
|
2588
2588
|
},
|
|
2589
|
-
"
|
|
2590
|
-
"
|
|
2589
|
+
"shape": "CreateResult<Note>",
|
|
2590
|
+
"description": "Create Note"
|
|
2591
2591
|
},
|
|
2592
2592
|
"duplicateNote": {
|
|
2593
|
-
"
|
|
2593
|
+
"args": "DuplicateArgs<Note>",
|
|
2594
2594
|
"resolver": {
|
|
2595
2595
|
"name": "takeshape:duplicate",
|
|
2596
2596
|
"service": "takeshape:local",
|
|
2597
2597
|
"shapeName": "Note"
|
|
2598
2598
|
},
|
|
2599
|
-
"
|
|
2600
|
-
"
|
|
2599
|
+
"shape": "DuplicateResult<Note>",
|
|
2600
|
+
"description": "Duplicate Note"
|
|
2601
2601
|
},
|
|
2602
2602
|
"deleteNote": {
|
|
2603
|
-
"
|
|
2603
|
+
"args": "DeleteArgs<Note>",
|
|
2604
2604
|
"resolver": {
|
|
2605
2605
|
"name": "takeshape:delete",
|
|
2606
2606
|
"service": "takeshape:local",
|
|
2607
2607
|
"shapeName": "Note"
|
|
2608
2608
|
},
|
|
2609
|
-
"
|
|
2610
|
-
"
|
|
2609
|
+
"shape": "DeleteResult<Note>",
|
|
2610
|
+
"description": "Delete Note"
|
|
2611
2611
|
},
|
|
2612
2612
|
"updateSupermassive": {
|
|
2613
|
-
"
|
|
2613
|
+
"args": "UpdateArgs<Supermassive>",
|
|
2614
2614
|
"resolver": {
|
|
2615
2615
|
"name": "takeshape:update",
|
|
2616
2616
|
"service": "takeshape:local",
|
|
2617
2617
|
"shapeName": "Supermassive"
|
|
2618
2618
|
},
|
|
2619
|
-
"
|
|
2620
|
-
"
|
|
2619
|
+
"shape": "UpdateResult<Supermassive>",
|
|
2620
|
+
"description": "Update Supermassive"
|
|
2621
2621
|
},
|
|
2622
2622
|
"updatePodcast": {
|
|
2623
|
-
"
|
|
2623
|
+
"args": "UpdateArgs<Podcast>",
|
|
2624
2624
|
"resolver": {
|
|
2625
2625
|
"name": "takeshape:update",
|
|
2626
2626
|
"service": "takeshape:local",
|
|
2627
2627
|
"shapeName": "Podcast"
|
|
2628
2628
|
},
|
|
2629
|
-
"
|
|
2630
|
-
"
|
|
2629
|
+
"shape": "UpdateResult<Podcast>",
|
|
2630
|
+
"description": "Update Podcast"
|
|
2631
2631
|
},
|
|
2632
2632
|
"updateInstitution": {
|
|
2633
|
-
"
|
|
2633
|
+
"args": "UpdateArgs<Institution>",
|
|
2634
2634
|
"resolver": {
|
|
2635
2635
|
"name": "takeshape:update",
|
|
2636
2636
|
"service": "takeshape:local",
|
|
2637
2637
|
"shapeName": "Institution"
|
|
2638
2638
|
},
|
|
2639
|
-
"
|
|
2640
|
-
"
|
|
2639
|
+
"shape": "UpdateResult<Institution>",
|
|
2640
|
+
"description": "Update Institution"
|
|
2641
2641
|
},
|
|
2642
2642
|
"createInstitution": {
|
|
2643
|
-
"
|
|
2643
|
+
"args": "CreateArgs<Institution>",
|
|
2644
2644
|
"resolver": {
|
|
2645
2645
|
"name": "takeshape:create",
|
|
2646
2646
|
"service": "takeshape:local",
|
|
2647
2647
|
"shapeName": "Institution"
|
|
2648
2648
|
},
|
|
2649
|
-
"
|
|
2650
|
-
"
|
|
2649
|
+
"shape": "CreateResult<Institution>",
|
|
2650
|
+
"description": "Create Institution"
|
|
2651
2651
|
},
|
|
2652
2652
|
"duplicateInstitution": {
|
|
2653
|
-
"
|
|
2653
|
+
"args": "DuplicateArgs<Institution>",
|
|
2654
2654
|
"resolver": {
|
|
2655
2655
|
"name": "takeshape:duplicate",
|
|
2656
2656
|
"service": "takeshape:local",
|
|
2657
2657
|
"shapeName": "Institution"
|
|
2658
2658
|
},
|
|
2659
|
-
"
|
|
2660
|
-
"
|
|
2659
|
+
"shape": "DuplicateResult<Institution>",
|
|
2660
|
+
"description": "Duplicate Institution"
|
|
2661
2661
|
},
|
|
2662
2662
|
"deleteInstitution": {
|
|
2663
|
-
"
|
|
2663
|
+
"args": "DeleteArgs<Institution>",
|
|
2664
2664
|
"resolver": {
|
|
2665
2665
|
"name": "takeshape:delete",
|
|
2666
2666
|
"service": "takeshape:local",
|
|
2667
2667
|
"shapeName": "Institution"
|
|
2668
2668
|
},
|
|
2669
|
-
"
|
|
2670
|
-
"
|
|
2669
|
+
"shape": "DeleteResult<Institution>",
|
|
2670
|
+
"description": "Delete Institution"
|
|
2671
2671
|
},
|
|
2672
2672
|
"updateEpisode": {
|
|
2673
|
-
"
|
|
2673
|
+
"args": "UpdateArgs<Episode>",
|
|
2674
2674
|
"resolver": {
|
|
2675
2675
|
"name": "takeshape:update",
|
|
2676
2676
|
"service": "takeshape:local",
|
|
2677
2677
|
"shapeName": "Episode"
|
|
2678
2678
|
},
|
|
2679
|
-
"
|
|
2680
|
-
"
|
|
2679
|
+
"shape": "UpdateResult<Episode>",
|
|
2680
|
+
"description": "Update Episode"
|
|
2681
2681
|
},
|
|
2682
2682
|
"createEpisode": {
|
|
2683
|
-
"
|
|
2683
|
+
"args": "CreateArgs<Episode>",
|
|
2684
2684
|
"resolver": {
|
|
2685
2685
|
"name": "takeshape:create",
|
|
2686
2686
|
"service": "takeshape:local",
|
|
2687
2687
|
"shapeName": "Episode"
|
|
2688
2688
|
},
|
|
2689
|
-
"
|
|
2690
|
-
"
|
|
2689
|
+
"shape": "CreateResult<Episode>",
|
|
2690
|
+
"description": "Create Episode"
|
|
2691
2691
|
},
|
|
2692
2692
|
"duplicateEpisode": {
|
|
2693
|
-
"
|
|
2693
|
+
"args": "DuplicateArgs<Episode>",
|
|
2694
2694
|
"resolver": {
|
|
2695
2695
|
"name": "takeshape:duplicate",
|
|
2696
2696
|
"service": "takeshape:local",
|
|
2697
2697
|
"shapeName": "Episode"
|
|
2698
2698
|
},
|
|
2699
|
-
"
|
|
2700
|
-
"
|
|
2699
|
+
"shape": "DuplicateResult<Episode>",
|
|
2700
|
+
"description": "Duplicate Episode"
|
|
2701
2701
|
},
|
|
2702
2702
|
"deleteEpisode": {
|
|
2703
|
-
"
|
|
2703
|
+
"args": "DeleteArgs<Episode>",
|
|
2704
2704
|
"resolver": {
|
|
2705
2705
|
"name": "takeshape:delete",
|
|
2706
2706
|
"service": "takeshape:local",
|
|
2707
2707
|
"shapeName": "Episode"
|
|
2708
2708
|
},
|
|
2709
|
-
"
|
|
2710
|
-
"
|
|
2709
|
+
"shape": "DeleteResult<Episode>",
|
|
2710
|
+
"description": "Delete Episode"
|
|
2711
2711
|
},
|
|
2712
2712
|
"updateDefaults": {
|
|
2713
|
-
"
|
|
2713
|
+
"args": "UpdateArgs<Defaults>",
|
|
2714
2714
|
"resolver": {
|
|
2715
2715
|
"name": "takeshape:update",
|
|
2716
2716
|
"service": "takeshape:local",
|
|
2717
2717
|
"shapeName": "Defaults"
|
|
2718
2718
|
},
|
|
2719
|
-
"
|
|
2720
|
-
"
|
|
2719
|
+
"shape": "UpdateResult<Defaults>",
|
|
2720
|
+
"description": "Update Defaults"
|
|
2721
2721
|
},
|
|
2722
2722
|
"updateReportSection": {
|
|
2723
|
-
"
|
|
2723
|
+
"args": "UpdateArgs<ReportSection>",
|
|
2724
2724
|
"resolver": {
|
|
2725
2725
|
"name": "takeshape:update",
|
|
2726
2726
|
"service": "takeshape:local",
|
|
2727
2727
|
"shapeName": "ReportSection"
|
|
2728
2728
|
},
|
|
2729
|
-
"
|
|
2730
|
-
"
|
|
2729
|
+
"shape": "UpdateResult<ReportSection>",
|
|
2730
|
+
"description": "Update ReportSection"
|
|
2731
2731
|
},
|
|
2732
2732
|
"createReportSection": {
|
|
2733
|
-
"
|
|
2733
|
+
"args": "CreateArgs<ReportSection>",
|
|
2734
2734
|
"resolver": {
|
|
2735
2735
|
"name": "takeshape:create",
|
|
2736
2736
|
"service": "takeshape:local",
|
|
2737
2737
|
"shapeName": "ReportSection"
|
|
2738
2738
|
},
|
|
2739
|
-
"
|
|
2740
|
-
"
|
|
2739
|
+
"shape": "CreateResult<ReportSection>",
|
|
2740
|
+
"description": "Create ReportSection"
|
|
2741
2741
|
},
|
|
2742
2742
|
"duplicateReportSection": {
|
|
2743
|
-
"
|
|
2743
|
+
"args": "DuplicateArgs<ReportSection>",
|
|
2744
2744
|
"resolver": {
|
|
2745
2745
|
"name": "takeshape:duplicate",
|
|
2746
2746
|
"service": "takeshape:local",
|
|
2747
2747
|
"shapeName": "ReportSection"
|
|
2748
2748
|
},
|
|
2749
|
-
"
|
|
2750
|
-
"
|
|
2749
|
+
"shape": "DuplicateResult<ReportSection>",
|
|
2750
|
+
"description": "Duplicate ReportSection"
|
|
2751
2751
|
},
|
|
2752
2752
|
"deleteReportSection": {
|
|
2753
|
-
"
|
|
2753
|
+
"args": "DeleteArgs<ReportSection>",
|
|
2754
2754
|
"resolver": {
|
|
2755
2755
|
"name": "takeshape:delete",
|
|
2756
2756
|
"service": "takeshape:local",
|
|
2757
2757
|
"shapeName": "ReportSection"
|
|
2758
2758
|
},
|
|
2759
|
-
"
|
|
2760
|
-
"
|
|
2759
|
+
"shape": "DeleteResult<ReportSection>",
|
|
2760
|
+
"description": "Delete ReportSection"
|
|
2761
2761
|
},
|
|
2762
2762
|
"updateTarot": {
|
|
2763
|
-
"
|
|
2763
|
+
"args": "UpdateArgs<Tarot>",
|
|
2764
2764
|
"resolver": {
|
|
2765
2765
|
"name": "takeshape:update",
|
|
2766
2766
|
"service": "takeshape:local",
|
|
2767
2767
|
"shapeName": "Tarot"
|
|
2768
2768
|
},
|
|
2769
|
-
"
|
|
2770
|
-
"
|
|
2769
|
+
"shape": "UpdateResult<Tarot>",
|
|
2770
|
+
"description": "Update Tarot"
|
|
2771
2771
|
},
|
|
2772
2772
|
"updateFormat": {
|
|
2773
|
-
"
|
|
2773
|
+
"args": "UpdateArgs<Format>",
|
|
2774
2774
|
"resolver": {
|
|
2775
2775
|
"name": "takeshape:update",
|
|
2776
2776
|
"service": "takeshape:local",
|
|
2777
2777
|
"shapeName": "Format"
|
|
2778
2778
|
},
|
|
2779
|
-
"
|
|
2780
|
-
"
|
|
2779
|
+
"shape": "UpdateResult<Format>",
|
|
2780
|
+
"description": "Update Format"
|
|
2781
2781
|
},
|
|
2782
2782
|
"createFormat": {
|
|
2783
|
-
"
|
|
2783
|
+
"args": "CreateArgs<Format>",
|
|
2784
2784
|
"resolver": {
|
|
2785
2785
|
"name": "takeshape:create",
|
|
2786
2786
|
"service": "takeshape:local",
|
|
2787
2787
|
"shapeName": "Format"
|
|
2788
2788
|
},
|
|
2789
|
-
"
|
|
2790
|
-
"
|
|
2789
|
+
"shape": "CreateResult<Format>",
|
|
2790
|
+
"description": "Create Format"
|
|
2791
2791
|
},
|
|
2792
2792
|
"duplicateFormat": {
|
|
2793
|
-
"
|
|
2793
|
+
"args": "DuplicateArgs<Format>",
|
|
2794
2794
|
"resolver": {
|
|
2795
2795
|
"name": "takeshape:duplicate",
|
|
2796
2796
|
"service": "takeshape:local",
|
|
2797
2797
|
"shapeName": "Format"
|
|
2798
2798
|
},
|
|
2799
|
-
"
|
|
2800
|
-
"
|
|
2799
|
+
"shape": "DuplicateResult<Format>",
|
|
2800
|
+
"description": "Duplicate Format"
|
|
2801
2801
|
},
|
|
2802
2802
|
"deleteFormat": {
|
|
2803
|
-
"
|
|
2803
|
+
"args": "DeleteArgs<Format>",
|
|
2804
2804
|
"resolver": {
|
|
2805
2805
|
"name": "takeshape:delete",
|
|
2806
2806
|
"service": "takeshape:local",
|
|
2807
2807
|
"shapeName": "Format"
|
|
2808
2808
|
},
|
|
2809
|
-
"
|
|
2810
|
-
"
|
|
2809
|
+
"shape": "DeleteResult<Format>",
|
|
2810
|
+
"description": "Delete Format"
|
|
2811
2811
|
},
|
|
2812
2812
|
"updatePage": {
|
|
2813
|
-
"
|
|
2813
|
+
"args": "UpdateArgs<Page>",
|
|
2814
2814
|
"resolver": {
|
|
2815
2815
|
"name": "takeshape:update",
|
|
2816
2816
|
"service": "takeshape:local",
|
|
2817
2817
|
"shapeName": "Page"
|
|
2818
2818
|
},
|
|
2819
|
-
"
|
|
2820
|
-
"
|
|
2819
|
+
"shape": "UpdateResult<Page>",
|
|
2820
|
+
"description": "Update Page"
|
|
2821
2821
|
},
|
|
2822
2822
|
"createPage": {
|
|
2823
|
-
"
|
|
2823
|
+
"args": "CreateArgs<Page>",
|
|
2824
2824
|
"resolver": {
|
|
2825
2825
|
"name": "takeshape:create",
|
|
2826
2826
|
"service": "takeshape:local",
|
|
2827
2827
|
"shapeName": "Page"
|
|
2828
2828
|
},
|
|
2829
|
-
"
|
|
2830
|
-
"
|
|
2829
|
+
"shape": "CreateResult<Page>",
|
|
2830
|
+
"description": "Create Page"
|
|
2831
2831
|
},
|
|
2832
2832
|
"duplicatePage": {
|
|
2833
|
-
"
|
|
2833
|
+
"args": "DuplicateArgs<Page>",
|
|
2834
2834
|
"resolver": {
|
|
2835
2835
|
"name": "takeshape:duplicate",
|
|
2836
2836
|
"service": "takeshape:local",
|
|
2837
2837
|
"shapeName": "Page"
|
|
2838
2838
|
},
|
|
2839
|
-
"
|
|
2840
|
-
"
|
|
2839
|
+
"shape": "DuplicateResult<Page>",
|
|
2840
|
+
"description": "Duplicate Page"
|
|
2841
2841
|
},
|
|
2842
2842
|
"deletePage": {
|
|
2843
|
-
"
|
|
2843
|
+
"args": "DeleteArgs<Page>",
|
|
2844
2844
|
"resolver": {
|
|
2845
2845
|
"name": "takeshape:delete",
|
|
2846
2846
|
"service": "takeshape:local",
|
|
2847
2847
|
"shapeName": "Page"
|
|
2848
2848
|
},
|
|
2849
|
-
"
|
|
2850
|
-
"
|
|
2849
|
+
"shape": "DeleteResult<Page>",
|
|
2850
|
+
"description": "Delete Page"
|
|
2851
2851
|
},
|
|
2852
2852
|
"updateProduct": {
|
|
2853
|
-
"
|
|
2853
|
+
"args": "UpdateArgs<Product>",
|
|
2854
2854
|
"resolver": {
|
|
2855
2855
|
"name": "takeshape:update",
|
|
2856
2856
|
"service": "takeshape:local",
|
|
2857
2857
|
"shapeName": "Product"
|
|
2858
2858
|
},
|
|
2859
|
-
"
|
|
2860
|
-
"
|
|
2859
|
+
"shape": "UpdateResult<Product>",
|
|
2860
|
+
"description": "Update Product"
|
|
2861
2861
|
},
|
|
2862
2862
|
"createProduct": {
|
|
2863
|
-
"
|
|
2863
|
+
"args": "CreateArgs<Product>",
|
|
2864
2864
|
"resolver": {
|
|
2865
2865
|
"name": "takeshape:create",
|
|
2866
2866
|
"service": "takeshape:local",
|
|
2867
2867
|
"shapeName": "Product"
|
|
2868
2868
|
},
|
|
2869
|
-
"
|
|
2870
|
-
"
|
|
2869
|
+
"shape": "CreateResult<Product>",
|
|
2870
|
+
"description": "Create Product"
|
|
2871
2871
|
},
|
|
2872
2872
|
"duplicateProduct": {
|
|
2873
|
-
"
|
|
2873
|
+
"args": "DuplicateArgs<Product>",
|
|
2874
2874
|
"resolver": {
|
|
2875
2875
|
"name": "takeshape:duplicate",
|
|
2876
2876
|
"service": "takeshape:local",
|
|
2877
2877
|
"shapeName": "Product"
|
|
2878
2878
|
},
|
|
2879
|
-
"
|
|
2880
|
-
"
|
|
2879
|
+
"shape": "DuplicateResult<Product>",
|
|
2880
|
+
"description": "Duplicate Product"
|
|
2881
2881
|
},
|
|
2882
2882
|
"deleteProduct": {
|
|
2883
|
-
"
|
|
2883
|
+
"args": "DeleteArgs<Product>",
|
|
2884
2884
|
"resolver": {
|
|
2885
2885
|
"name": "takeshape:delete",
|
|
2886
2886
|
"service": "takeshape:local",
|
|
2887
2887
|
"shapeName": "Product"
|
|
2888
2888
|
},
|
|
2889
|
-
"
|
|
2890
|
-
"
|
|
2889
|
+
"shape": "DeleteResult<Product>",
|
|
2890
|
+
"description": "Delete Product"
|
|
2891
2891
|
},
|
|
2892
2892
|
"updateNewsletter": {
|
|
2893
|
-
"
|
|
2893
|
+
"args": "UpdateArgs<Newsletter>",
|
|
2894
2894
|
"resolver": {
|
|
2895
2895
|
"name": "takeshape:update",
|
|
2896
2896
|
"service": "takeshape:local",
|
|
2897
2897
|
"shapeName": "Newsletter"
|
|
2898
2898
|
},
|
|
2899
|
-
"
|
|
2900
|
-
"
|
|
2899
|
+
"shape": "UpdateResult<Newsletter>",
|
|
2900
|
+
"description": "Update Newsletter"
|
|
2901
2901
|
},
|
|
2902
2902
|
"createNewsletter": {
|
|
2903
|
-
"
|
|
2903
|
+
"args": "CreateArgs<Newsletter>",
|
|
2904
2904
|
"resolver": {
|
|
2905
2905
|
"name": "takeshape:create",
|
|
2906
2906
|
"service": "takeshape:local",
|
|
2907
2907
|
"shapeName": "Newsletter"
|
|
2908
2908
|
},
|
|
2909
|
-
"
|
|
2910
|
-
"
|
|
2909
|
+
"shape": "CreateResult<Newsletter>",
|
|
2910
|
+
"description": "Create Newsletter"
|
|
2911
2911
|
},
|
|
2912
2912
|
"duplicateNewsletter": {
|
|
2913
|
-
"
|
|
2913
|
+
"args": "DuplicateArgs<Newsletter>",
|
|
2914
2914
|
"resolver": {
|
|
2915
2915
|
"name": "takeshape:duplicate",
|
|
2916
2916
|
"service": "takeshape:local",
|
|
2917
2917
|
"shapeName": "Newsletter"
|
|
2918
2918
|
},
|
|
2919
|
-
"
|
|
2920
|
-
"
|
|
2919
|
+
"shape": "DuplicateResult<Newsletter>",
|
|
2920
|
+
"description": "Duplicate Newsletter"
|
|
2921
2921
|
},
|
|
2922
2922
|
"deleteNewsletter": {
|
|
2923
|
-
"
|
|
2923
|
+
"args": "DeleteArgs<Newsletter>",
|
|
2924
2924
|
"resolver": {
|
|
2925
2925
|
"name": "takeshape:delete",
|
|
2926
2926
|
"service": "takeshape:local",
|
|
2927
2927
|
"shapeName": "Newsletter"
|
|
2928
2928
|
},
|
|
2929
|
-
"
|
|
2930
|
-
"
|
|
2929
|
+
"shape": "DeleteResult<Newsletter>",
|
|
2930
|
+
"description": "Delete Newsletter"
|
|
2931
2931
|
},
|
|
2932
2932
|
"updateAsset": {
|
|
2933
|
-
"
|
|
2933
|
+
"args": "UpdateArgs<Asset>",
|
|
2934
2934
|
"resolver": {
|
|
2935
2935
|
"name": "takeshape:update",
|
|
2936
2936
|
"service": "takeshape:local",
|
|
2937
2937
|
"shapeName": "Asset"
|
|
2938
2938
|
},
|
|
2939
|
-
"
|
|
2940
|
-
"
|
|
2939
|
+
"shape": "UpdateResult<Asset>",
|
|
2940
|
+
"description": "Update Asset"
|
|
2941
2941
|
},
|
|
2942
2942
|
"createAsset": {
|
|
2943
|
-
"
|
|
2943
|
+
"args": "CreateArgs<Asset>",
|
|
2944
2944
|
"resolver": {
|
|
2945
2945
|
"name": "takeshape:create",
|
|
2946
2946
|
"service": "takeshape:local",
|
|
2947
2947
|
"shapeName": "Asset"
|
|
2948
2948
|
},
|
|
2949
|
-
"
|
|
2950
|
-
"
|
|
2949
|
+
"shape": "CreateResult<Asset>",
|
|
2950
|
+
"description": "Create Asset"
|
|
2951
2951
|
},
|
|
2952
2952
|
"duplicateAsset": {
|
|
2953
|
-
"
|
|
2953
|
+
"args": "DuplicateArgs<Asset>",
|
|
2954
2954
|
"resolver": {
|
|
2955
2955
|
"name": "takeshape:duplicate",
|
|
2956
2956
|
"service": "takeshape:local",
|
|
2957
2957
|
"shapeName": "Asset"
|
|
2958
2958
|
},
|
|
2959
|
-
"
|
|
2960
|
-
"
|
|
2959
|
+
"shape": "DuplicateResult<Asset>",
|
|
2960
|
+
"description": "Duplicate Asset"
|
|
2961
2961
|
},
|
|
2962
2962
|
"deleteAsset": {
|
|
2963
|
-
"
|
|
2963
|
+
"args": "DeleteArgs<Asset>",
|
|
2964
2964
|
"resolver": {
|
|
2965
2965
|
"name": "takeshape:delete",
|
|
2966
2966
|
"service": "takeshape:local",
|
|
2967
2967
|
"shapeName": "Asset"
|
|
2968
2968
|
},
|
|
2969
|
-
"
|
|
2970
|
-
"
|
|
2969
|
+
"shape": "DeleteResult<Asset>",
|
|
2970
|
+
"description": "Delete Asset"
|
|
2971
2971
|
},
|
|
2972
2972
|
"updateTag": {
|
|
2973
|
-
"
|
|
2973
|
+
"args": "UpdateArgs<Tag>",
|
|
2974
2974
|
"resolver": {
|
|
2975
2975
|
"name": "takeshape:update",
|
|
2976
2976
|
"service": "takeshape:local",
|
|
2977
2977
|
"shapeName": "Tag"
|
|
2978
2978
|
},
|
|
2979
|
-
"
|
|
2980
|
-
"
|
|
2979
|
+
"shape": "UpdateResult<Tag>",
|
|
2980
|
+
"description": "Update Tag"
|
|
2981
2981
|
},
|
|
2982
2982
|
"createTag": {
|
|
2983
|
-
"
|
|
2983
|
+
"args": "CreateArgs<Tag>",
|
|
2984
2984
|
"resolver": {
|
|
2985
2985
|
"name": "takeshape:create",
|
|
2986
2986
|
"service": "takeshape:local",
|
|
2987
2987
|
"shapeName": "Tag"
|
|
2988
2988
|
},
|
|
2989
|
-
"
|
|
2990
|
-
"
|
|
2989
|
+
"shape": "CreateResult<Tag>",
|
|
2990
|
+
"description": "Create Tag"
|
|
2991
2991
|
},
|
|
2992
2992
|
"duplicateTag": {
|
|
2993
|
-
"
|
|
2993
|
+
"args": "DuplicateArgs<Tag>",
|
|
2994
2994
|
"resolver": {
|
|
2995
2995
|
"name": "takeshape:duplicate",
|
|
2996
2996
|
"service": "takeshape:local",
|
|
2997
2997
|
"shapeName": "Tag"
|
|
2998
2998
|
},
|
|
2999
|
-
"
|
|
3000
|
-
"
|
|
2999
|
+
"shape": "DuplicateResult<Tag>",
|
|
3000
|
+
"description": "Duplicate Tag"
|
|
3001
3001
|
},
|
|
3002
3002
|
"deleteTag": {
|
|
3003
|
-
"
|
|
3003
|
+
"args": "DeleteArgs<Tag>",
|
|
3004
3004
|
"resolver": {
|
|
3005
3005
|
"name": "takeshape:delete",
|
|
3006
3006
|
"service": "takeshape:local",
|
|
3007
3007
|
"shapeName": "Tag"
|
|
3008
3008
|
},
|
|
3009
|
-
"
|
|
3010
|
-
"
|
|
3009
|
+
"shape": "DeleteResult<Tag>",
|
|
3010
|
+
"description": "Delete Tag"
|
|
3011
3011
|
},
|
|
3012
3012
|
"updateAdvertising": {
|
|
3013
|
-
"
|
|
3013
|
+
"args": "UpdateArgs<Advertising>",
|
|
3014
3014
|
"resolver": {
|
|
3015
3015
|
"name": "takeshape:update",
|
|
3016
3016
|
"service": "takeshape:local",
|
|
3017
3017
|
"shapeName": "Advertising"
|
|
3018
3018
|
},
|
|
3019
|
-
"
|
|
3020
|
-
"
|
|
3019
|
+
"shape": "UpdateResult<Advertising>",
|
|
3020
|
+
"description": "Update Advertising"
|
|
3021
3021
|
},
|
|
3022
3022
|
"updateConsortiumResource": {
|
|
3023
|
-
"
|
|
3023
|
+
"args": "UpdateArgs<ConsortiumResource>",
|
|
3024
3024
|
"resolver": {
|
|
3025
3025
|
"name": "takeshape:update",
|
|
3026
3026
|
"service": "takeshape:local",
|
|
3027
3027
|
"shapeName": "ConsortiumResource"
|
|
3028
3028
|
},
|
|
3029
|
-
"
|
|
3030
|
-
"
|
|
3029
|
+
"shape": "UpdateResult<ConsortiumResource>",
|
|
3030
|
+
"description": "Update ConsortiumResource"
|
|
3031
3031
|
},
|
|
3032
3032
|
"createConsortiumResource": {
|
|
3033
|
-
"
|
|
3033
|
+
"args": "CreateArgs<ConsortiumResource>",
|
|
3034
3034
|
"resolver": {
|
|
3035
3035
|
"name": "takeshape:create",
|
|
3036
3036
|
"service": "takeshape:local",
|
|
3037
3037
|
"shapeName": "ConsortiumResource"
|
|
3038
3038
|
},
|
|
3039
|
-
"
|
|
3040
|
-
"
|
|
3039
|
+
"shape": "CreateResult<ConsortiumResource>",
|
|
3040
|
+
"description": "Create ConsortiumResource"
|
|
3041
3041
|
},
|
|
3042
3042
|
"duplicateConsortiumResource": {
|
|
3043
|
-
"
|
|
3043
|
+
"args": "DuplicateArgs<ConsortiumResource>",
|
|
3044
3044
|
"resolver": {
|
|
3045
3045
|
"name": "takeshape:duplicate",
|
|
3046
3046
|
"service": "takeshape:local",
|
|
3047
3047
|
"shapeName": "ConsortiumResource"
|
|
3048
3048
|
},
|
|
3049
|
-
"
|
|
3050
|
-
"
|
|
3049
|
+
"shape": "DuplicateResult<ConsortiumResource>",
|
|
3050
|
+
"description": "Duplicate ConsortiumResource"
|
|
3051
3051
|
},
|
|
3052
3052
|
"deleteConsortiumResource": {
|
|
3053
|
-
"
|
|
3053
|
+
"args": "DeleteArgs<ConsortiumResource>",
|
|
3054
3054
|
"resolver": {
|
|
3055
3055
|
"name": "takeshape:delete",
|
|
3056
3056
|
"service": "takeshape:local",
|
|
3057
3057
|
"shapeName": "ConsortiumResource"
|
|
3058
3058
|
},
|
|
3059
|
-
"
|
|
3060
|
-
"
|
|
3059
|
+
"shape": "DeleteResult<ConsortiumResource>",
|
|
3060
|
+
"description": "Delete ConsortiumResource"
|
|
3061
3061
|
},
|
|
3062
3062
|
"updateField": {
|
|
3063
|
-
"
|
|
3063
|
+
"args": "UpdateArgs<Field>",
|
|
3064
3064
|
"resolver": {
|
|
3065
3065
|
"name": "takeshape:update",
|
|
3066
3066
|
"service": "takeshape:local",
|
|
3067
3067
|
"shapeName": "Field"
|
|
3068
3068
|
},
|
|
3069
|
-
"
|
|
3070
|
-
"
|
|
3069
|
+
"shape": "UpdateResult<Field>",
|
|
3070
|
+
"description": "Update Field"
|
|
3071
3071
|
},
|
|
3072
3072
|
"createField": {
|
|
3073
|
-
"
|
|
3073
|
+
"args": "CreateArgs<Field>",
|
|
3074
3074
|
"resolver": {
|
|
3075
3075
|
"name": "takeshape:create",
|
|
3076
3076
|
"service": "takeshape:local",
|
|
3077
3077
|
"shapeName": "Field"
|
|
3078
3078
|
},
|
|
3079
|
-
"
|
|
3080
|
-
"
|
|
3079
|
+
"shape": "CreateResult<Field>",
|
|
3080
|
+
"description": "Create Field"
|
|
3081
3081
|
},
|
|
3082
3082
|
"duplicateField": {
|
|
3083
|
-
"
|
|
3083
|
+
"args": "DuplicateArgs<Field>",
|
|
3084
3084
|
"resolver": {
|
|
3085
3085
|
"name": "takeshape:duplicate",
|
|
3086
3086
|
"service": "takeshape:local",
|
|
3087
3087
|
"shapeName": "Field"
|
|
3088
3088
|
},
|
|
3089
|
-
"
|
|
3090
|
-
"
|
|
3089
|
+
"shape": "DuplicateResult<Field>",
|
|
3090
|
+
"description": "Duplicate Field"
|
|
3091
3091
|
},
|
|
3092
3092
|
"deleteField": {
|
|
3093
|
-
"
|
|
3093
|
+
"args": "DeleteArgs<Field>",
|
|
3094
3094
|
"resolver": {
|
|
3095
3095
|
"name": "takeshape:delete",
|
|
3096
3096
|
"service": "takeshape:local",
|
|
3097
3097
|
"shapeName": "Field"
|
|
3098
3098
|
},
|
|
3099
|
-
"
|
|
3100
|
-
"
|
|
3099
|
+
"shape": "DeleteResult<Field>",
|
|
3100
|
+
"description": "Delete Field"
|
|
3101
3101
|
},
|
|
3102
3102
|
"updateVideo": {
|
|
3103
|
-
"
|
|
3103
|
+
"args": "UpdateArgs<Video>",
|
|
3104
3104
|
"resolver": {
|
|
3105
3105
|
"name": "takeshape:update",
|
|
3106
3106
|
"service": "takeshape:local",
|
|
3107
3107
|
"shapeName": "Video"
|
|
3108
3108
|
},
|
|
3109
|
-
"
|
|
3110
|
-
"
|
|
3109
|
+
"shape": "UpdateResult<Video>",
|
|
3110
|
+
"description": "Update Video"
|
|
3111
3111
|
},
|
|
3112
3112
|
"createVideo": {
|
|
3113
|
-
"
|
|
3113
|
+
"args": "CreateArgs<Video>",
|
|
3114
3114
|
"resolver": {
|
|
3115
3115
|
"name": "takeshape:create",
|
|
3116
3116
|
"service": "takeshape:local",
|
|
3117
3117
|
"shapeName": "Video"
|
|
3118
3118
|
},
|
|
3119
|
-
"
|
|
3120
|
-
"
|
|
3119
|
+
"shape": "CreateResult<Video>",
|
|
3120
|
+
"description": "Create Video"
|
|
3121
3121
|
},
|
|
3122
3122
|
"duplicateVideo": {
|
|
3123
|
-
"
|
|
3123
|
+
"args": "DuplicateArgs<Video>",
|
|
3124
3124
|
"resolver": {
|
|
3125
3125
|
"name": "takeshape:duplicate",
|
|
3126
3126
|
"service": "takeshape:local",
|
|
3127
3127
|
"shapeName": "Video"
|
|
3128
3128
|
},
|
|
3129
|
-
"
|
|
3130
|
-
"
|
|
3129
|
+
"shape": "DuplicateResult<Video>",
|
|
3130
|
+
"description": "Duplicate Video"
|
|
3131
3131
|
},
|
|
3132
3132
|
"deleteVideo": {
|
|
3133
|
-
"
|
|
3133
|
+
"args": "DeleteArgs<Video>",
|
|
3134
3134
|
"resolver": {
|
|
3135
3135
|
"name": "takeshape:delete",
|
|
3136
3136
|
"service": "takeshape:local",
|
|
3137
3137
|
"shapeName": "Video"
|
|
3138
3138
|
},
|
|
3139
|
-
"
|
|
3140
|
-
"
|
|
3139
|
+
"shape": "DeleteResult<Video>",
|
|
3140
|
+
"description": "Delete Video"
|
|
3141
3141
|
},
|
|
3142
3142
|
"updateTheme": {
|
|
3143
|
-
"
|
|
3143
|
+
"args": "UpdateArgs<Theme>",
|
|
3144
3144
|
"resolver": {
|
|
3145
3145
|
"name": "takeshape:update",
|
|
3146
3146
|
"service": "takeshape:local",
|
|
3147
3147
|
"shapeName": "Theme"
|
|
3148
3148
|
},
|
|
3149
|
-
"
|
|
3150
|
-
"
|
|
3149
|
+
"shape": "UpdateResult<Theme>",
|
|
3150
|
+
"description": "Update Theme"
|
|
3151
3151
|
},
|
|
3152
3152
|
"createTheme": {
|
|
3153
|
-
"
|
|
3153
|
+
"args": "CreateArgs<Theme>",
|
|
3154
3154
|
"resolver": {
|
|
3155
3155
|
"name": "takeshape:create",
|
|
3156
3156
|
"service": "takeshape:local",
|
|
3157
3157
|
"shapeName": "Theme"
|
|
3158
3158
|
},
|
|
3159
|
-
"
|
|
3160
|
-
"
|
|
3159
|
+
"shape": "CreateResult<Theme>",
|
|
3160
|
+
"description": "Create Theme"
|
|
3161
3161
|
},
|
|
3162
3162
|
"duplicateTheme": {
|
|
3163
|
-
"
|
|
3163
|
+
"args": "DuplicateArgs<Theme>",
|
|
3164
3164
|
"resolver": {
|
|
3165
3165
|
"name": "takeshape:duplicate",
|
|
3166
3166
|
"service": "takeshape:local",
|
|
3167
3167
|
"shapeName": "Theme"
|
|
3168
3168
|
},
|
|
3169
|
-
"
|
|
3170
|
-
"
|
|
3169
|
+
"shape": "DuplicateResult<Theme>",
|
|
3170
|
+
"description": "Duplicate Theme"
|
|
3171
3171
|
},
|
|
3172
3172
|
"deleteTheme": {
|
|
3173
|
-
"
|
|
3173
|
+
"args": "DeleteArgs<Theme>",
|
|
3174
3174
|
"resolver": {
|
|
3175
3175
|
"name": "takeshape:delete",
|
|
3176
3176
|
"service": "takeshape:local",
|
|
3177
3177
|
"shapeName": "Theme"
|
|
3178
3178
|
},
|
|
3179
|
-
"
|
|
3180
|
-
"
|
|
3179
|
+
"shape": "DeleteResult<Theme>",
|
|
3180
|
+
"description": "Delete Theme"
|
|
3181
3181
|
},
|
|
3182
3182
|
"updateReportsLandingPage": {
|
|
3183
|
-
"
|
|
3183
|
+
"args": "UpdateArgs<ReportsLandingPage>",
|
|
3184
3184
|
"resolver": {
|
|
3185
3185
|
"name": "takeshape:update",
|
|
3186
3186
|
"service": "takeshape:local",
|
|
3187
3187
|
"shapeName": "ReportsLandingPage"
|
|
3188
3188
|
},
|
|
3189
|
-
"
|
|
3190
|
-
"
|
|
3189
|
+
"shape": "UpdateResult<ReportsLandingPage>",
|
|
3190
|
+
"description": "Update ReportsLandingPage"
|
|
3191
3191
|
},
|
|
3192
3192
|
"updatePerson": {
|
|
3193
|
-
"
|
|
3193
|
+
"args": "UpdateArgs<Person>",
|
|
3194
3194
|
"resolver": {
|
|
3195
3195
|
"name": "takeshape:update",
|
|
3196
3196
|
"service": "takeshape:local",
|
|
3197
3197
|
"shapeName": "Person"
|
|
3198
3198
|
},
|
|
3199
|
-
"
|
|
3200
|
-
"
|
|
3199
|
+
"shape": "UpdateResult<Person>",
|
|
3200
|
+
"description": "Update Person"
|
|
3201
3201
|
},
|
|
3202
3202
|
"createPerson": {
|
|
3203
|
-
"
|
|
3203
|
+
"args": "CreateArgs<Person>",
|
|
3204
3204
|
"resolver": {
|
|
3205
3205
|
"name": "takeshape:create",
|
|
3206
3206
|
"service": "takeshape:local",
|
|
3207
3207
|
"shapeName": "Person"
|
|
3208
3208
|
},
|
|
3209
|
-
"
|
|
3210
|
-
"
|
|
3209
|
+
"shape": "CreateResult<Person>",
|
|
3210
|
+
"description": "Create Person"
|
|
3211
3211
|
},
|
|
3212
3212
|
"duplicatePerson": {
|
|
3213
|
-
"
|
|
3213
|
+
"args": "DuplicateArgs<Person>",
|
|
3214
3214
|
"resolver": {
|
|
3215
3215
|
"name": "takeshape:duplicate",
|
|
3216
3216
|
"service": "takeshape:local",
|
|
3217
3217
|
"shapeName": "Person"
|
|
3218
3218
|
},
|
|
3219
|
-
"
|
|
3220
|
-
"
|
|
3219
|
+
"shape": "DuplicateResult<Person>",
|
|
3220
|
+
"description": "Duplicate Person"
|
|
3221
3221
|
},
|
|
3222
3222
|
"deletePerson": {
|
|
3223
|
-
"
|
|
3223
|
+
"args": "DeleteArgs<Person>",
|
|
3224
3224
|
"resolver": {
|
|
3225
3225
|
"name": "takeshape:delete",
|
|
3226
3226
|
"service": "takeshape:local",
|
|
3227
3227
|
"shapeName": "Person"
|
|
3228
3228
|
},
|
|
3229
|
-
"
|
|
3230
|
-
"
|
|
3229
|
+
"shape": "DeleteResult<Person>",
|
|
3230
|
+
"description": "Delete Person"
|
|
3231
3231
|
},
|
|
3232
3232
|
"updateAboutPage": {
|
|
3233
|
-
"
|
|
3233
|
+
"args": "UpdateArgs<AboutPage>",
|
|
3234
3234
|
"resolver": {
|
|
3235
3235
|
"name": "takeshape:update",
|
|
3236
3236
|
"service": "takeshape:local",
|
|
3237
3237
|
"shapeName": "AboutPage"
|
|
3238
3238
|
},
|
|
3239
|
-
"
|
|
3240
|
-
"
|
|
3239
|
+
"shape": "UpdateResult<AboutPage>",
|
|
3240
|
+
"description": "Update AboutPage"
|
|
3241
3241
|
},
|
|
3242
3242
|
"updateNavigation": {
|
|
3243
|
-
"
|
|
3243
|
+
"args": "UpdateArgs<Navigation>",
|
|
3244
3244
|
"resolver": {
|
|
3245
3245
|
"name": "takeshape:update",
|
|
3246
3246
|
"service": "takeshape:local",
|
|
3247
3247
|
"shapeName": "Navigation"
|
|
3248
3248
|
},
|
|
3249
|
-
"
|
|
3250
|
-
"
|
|
3249
|
+
"shape": "UpdateResult<Navigation>",
|
|
3250
|
+
"description": "Update Navigation"
|
|
3251
3251
|
}
|
|
3252
3252
|
},
|
|
3253
3253
|
"shapes": {
|
|
@@ -7841,6 +7841,6 @@
|
|
|
7841
7841
|
}
|
|
7842
7842
|
}
|
|
7843
7843
|
},
|
|
7844
|
-
"schemaVersion": "3.18.
|
|
7844
|
+
"schemaVersion": "3.18.1",
|
|
7845
7845
|
"services": {}
|
|
7846
|
-
}
|
|
7846
|
+
}
|