@financial-times/cp-content-pipeline-client 3.5.0 → 3.6.1
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/CHANGELOG.md +20 -0
- package/lib/client-version.d.ts +1 -1
- package/lib/client-version.js +1 -1
- package/lib/generated/index.d.ts +34 -0
- package/lib/generated/index.js +12 -1
- package/lib/generated/index.js.map +1 -1
- package/lib/schema-version.d.ts +1 -1
- package/lib/schema-version.js +1 -1
- package/package.json +3 -3
- package/src/client-version.ts +1 -1
- package/src/generated/index.ts +32 -3
- package/src/schema-version.ts +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -444,6 +444,26 @@
|
|
|
444
444
|
* devDependencies
|
|
445
445
|
* @financial-times/cp-content-pipeline-schema bumped from ^2.6.1 to ^2.6.2
|
|
446
446
|
|
|
447
|
+
### Dependencies
|
|
448
|
+
|
|
449
|
+
* The following workspace dependencies were updated
|
|
450
|
+
* devDependencies
|
|
451
|
+
* @financial-times/cp-content-pipeline-schema bumped from ^2.8.0 to ^2.9.0
|
|
452
|
+
|
|
453
|
+
## [3.6.0](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-client-v3.5.0...cp-content-pipeline-client-v3.6.0) (2024-04-29)
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
### Features
|
|
457
|
+
|
|
458
|
+
* clickable bylines and headshots in opinion posts ([9295ce3](https://github.com/Financial-Times/cp-content-pipeline/commit/9295ce31e6e58d59882c1b74232ed5c7338f001d))
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
### Dependencies
|
|
462
|
+
|
|
463
|
+
* The following workspace dependencies were updated
|
|
464
|
+
* devDependencies
|
|
465
|
+
* @financial-times/cp-content-pipeline-schema bumped from ^2.7.0 to ^2.8.0
|
|
466
|
+
|
|
447
467
|
## [3.5.0](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-client-v3.4.2...cp-content-pipeline-client-v3.5.0) (2024-04-26)
|
|
448
468
|
|
|
449
469
|
|
package/lib/client-version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "3.
|
|
1
|
+
export declare const version = "3.6.1";
|
package/lib/client-version.js
CHANGED
package/lib/generated/index.d.ts
CHANGED
|
@@ -958,6 +958,7 @@ export type LiveBlogPost = Content & {
|
|
|
958
958
|
readonly altTitle?: Maybe<AltTitle>;
|
|
959
959
|
/** An array of concepts related to the article, eg. organisations or topics. */
|
|
960
960
|
readonly annotations?: Maybe<ReadonlyArray<Maybe<Concept>>>;
|
|
961
|
+
readonly authors?: Maybe<ReadonlyArray<Maybe<Person>>>;
|
|
961
962
|
/** An abstract syntax tree of the article content. */
|
|
962
963
|
readonly body?: Maybe<RichText>;
|
|
963
964
|
/** The raw string of the XML as returned from ContentAPI. */
|
|
@@ -1063,6 +1064,16 @@ export type OpinionTopper = Topper & TopperWithHeadshot & TopperWithTheme & {
|
|
|
1063
1064
|
readonly textShadow?: Maybe<Scalars['Boolean']['output']>;
|
|
1064
1065
|
};
|
|
1065
1066
|
export type OpinionTopperHeadshotArgs = {
|
|
1067
|
+
dpr?: InputMaybe<Scalars['Int']['input']>;
|
|
1068
|
+
url?: InputMaybe<Scalars['String']['input']>;
|
|
1069
|
+
width?: InputMaybe<Scalars['Int']['input']>;
|
|
1070
|
+
};
|
|
1071
|
+
export type Person = {
|
|
1072
|
+
readonly headshot?: Maybe<Scalars['String']['output']>;
|
|
1073
|
+
readonly prefLabel?: Maybe<Scalars['String']['output']>;
|
|
1074
|
+
readonly streamPage?: Maybe<Scalars['String']['output']>;
|
|
1075
|
+
};
|
|
1076
|
+
export type PersonHeadshotArgs = {
|
|
1066
1077
|
dpr?: InputMaybe<Scalars['Int']['input']>;
|
|
1067
1078
|
width?: InputMaybe<Scalars['Int']['input']>;
|
|
1068
1079
|
};
|
|
@@ -1220,6 +1231,7 @@ export type PodcastTopper = Topper & TopperWithBrand & TopperWithHeadshot & Topp
|
|
|
1220
1231
|
};
|
|
1221
1232
|
export type PodcastTopperHeadshotArgs = {
|
|
1222
1233
|
dpr?: InputMaybe<Scalars['Int']['input']>;
|
|
1234
|
+
url?: InputMaybe<Scalars['String']['input']>;
|
|
1223
1235
|
width?: InputMaybe<Scalars['Int']['input']>;
|
|
1224
1236
|
};
|
|
1225
1237
|
export type Query = {
|
|
@@ -1376,6 +1388,7 @@ export type TopperWithHeadshot = {
|
|
|
1376
1388
|
};
|
|
1377
1389
|
export type TopperWithHeadshotHeadshotArgs = {
|
|
1378
1390
|
dpr?: InputMaybe<Scalars['Int']['input']>;
|
|
1391
|
+
url?: InputMaybe<Scalars['String']['input']>;
|
|
1379
1392
|
width?: InputMaybe<Scalars['Int']['input']>;
|
|
1380
1393
|
};
|
|
1381
1394
|
export type TopperWithImages = {
|
|
@@ -1591,6 +1604,11 @@ export type IntroFragment = {
|
|
|
1591
1604
|
readonly tree: any;
|
|
1592
1605
|
};
|
|
1593
1606
|
};
|
|
1607
|
+
export type PersonFragment = {
|
|
1608
|
+
readonly headshot?: string | null;
|
|
1609
|
+
readonly prefLabel?: string | null;
|
|
1610
|
+
readonly streamPage?: string | null;
|
|
1611
|
+
};
|
|
1594
1612
|
type Topper_BasicTopper_Fragment = {
|
|
1595
1613
|
readonly __typename: 'BasicTopper';
|
|
1596
1614
|
readonly headline: string;
|
|
@@ -140539,6 +140557,11 @@ type ArticleFields_LiveBlogPackage_Fragment = {
|
|
|
140539
140557
|
readonly originatingParty?: string | null;
|
|
140540
140558
|
readonly commentsEnabled?: boolean | null;
|
|
140541
140559
|
readonly editorialDesk?: string | null;
|
|
140560
|
+
readonly authors?: ReadonlyArray<{
|
|
140561
|
+
readonly headshot?: string | null;
|
|
140562
|
+
readonly prefLabel?: string | null;
|
|
140563
|
+
readonly streamPage?: string | null;
|
|
140564
|
+
} | null> | null;
|
|
140542
140565
|
readonly indicators?: {
|
|
140543
140566
|
readonly isOpinion?: boolean | null;
|
|
140544
140567
|
} | null;
|
|
@@ -297339,6 +297362,11 @@ export type ArticleQuery = {
|
|
|
297339
297362
|
readonly originatingParty?: string | null;
|
|
297340
297363
|
readonly commentsEnabled?: boolean | null;
|
|
297341
297364
|
readonly editorialDesk?: string | null;
|
|
297365
|
+
readonly authors?: ReadonlyArray<{
|
|
297366
|
+
readonly headshot?: string | null;
|
|
297367
|
+
readonly prefLabel?: string | null;
|
|
297368
|
+
readonly streamPage?: string | null;
|
|
297369
|
+
} | null> | null;
|
|
297342
297370
|
readonly indicators?: {
|
|
297343
297371
|
readonly isOpinion?: boolean | null;
|
|
297344
297372
|
} | null;
|
|
@@ -454137,6 +454165,11 @@ export type ArticleFromJsonQuery = {
|
|
|
454137
454165
|
readonly originatingParty?: string | null;
|
|
454138
454166
|
readonly commentsEnabled?: boolean | null;
|
|
454139
454167
|
readonly editorialDesk?: string | null;
|
|
454168
|
+
readonly authors?: ReadonlyArray<{
|
|
454169
|
+
readonly headshot?: string | null;
|
|
454170
|
+
readonly prefLabel?: string | null;
|
|
454171
|
+
readonly streamPage?: string | null;
|
|
454172
|
+
} | null> | null;
|
|
454140
454173
|
readonly indicators?: {
|
|
454141
454174
|
readonly isOpinion?: boolean | null;
|
|
454142
454175
|
} | null;
|
|
@@ -555522,6 +555555,7 @@ export declare const DesignFragmentDoc: import("graphql").DocumentNode;
|
|
|
555522
555555
|
export declare const ContentFragmentDoc: import("graphql").DocumentNode;
|
|
555523
555556
|
export declare const PackageContainerFragmentDoc: import("graphql").DocumentNode;
|
|
555524
555557
|
export declare const IndicatorsFragmentDoc: import("graphql").DocumentNode;
|
|
555558
|
+
export declare const PersonFragmentDoc: import("graphql").DocumentNode;
|
|
555525
555559
|
export declare const PinnedPostFragmentDoc: import("graphql").DocumentNode;
|
|
555526
555560
|
export declare const MediaFragmentDoc: import("graphql").DocumentNode;
|
|
555527
555561
|
export declare const ArticleFieldsFragmentDoc: import("graphql").DocumentNode;
|
package/lib/generated/index.js
CHANGED
|
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.getSdk = exports.ArticleFromJsonDocument = exports.ArticleDocument = exports.ArticleFieldsFragmentDoc = exports.MediaFragmentDoc = exports.PinnedPostFragmentDoc = exports.IndicatorsFragmentDoc = exports.PackageContainerFragmentDoc = exports.ContentFragmentDoc = exports.DesignFragmentDoc = exports.StructuredContentFragmentDoc = exports.ArticleReferencesFragmentDoc = exports.ScrollyImageFragmentDoc = exports.MainImageFragmentDoc = exports.RawImageFragmentDoc = exports.FlourishFragmentDoc = exports.VideoFragmentDoc = exports.TweetFragmentDoc = exports.LayoutImageFragmentDoc = exports.ClipSetFragmentDoc = exports.TranscriptFragmentDoc = exports.ClipFragmentDoc = exports.ImageSetFragmentDoc = exports.PictureFragmentDoc = exports.PictureFieldsFragmentDoc = exports.RecommendedFragmentDoc = exports.TeaserFragmentDoc = exports.MetaLinkFragmentDoc = exports.TopperFragmentDoc = exports.ImageFragmentDoc = exports.ImageSourceFragmentDoc = exports.ConceptFragmentDoc = exports.IntroFragmentDoc = exports.StructuredTreeFragmentDoc = void 0;
|
|
6
|
+
exports.getSdk = exports.ArticleFromJsonDocument = exports.ArticleDocument = exports.ArticleFieldsFragmentDoc = exports.MediaFragmentDoc = exports.PinnedPostFragmentDoc = exports.PersonFragmentDoc = exports.IndicatorsFragmentDoc = exports.PackageContainerFragmentDoc = exports.ContentFragmentDoc = exports.DesignFragmentDoc = exports.StructuredContentFragmentDoc = exports.ArticleReferencesFragmentDoc = exports.ScrollyImageFragmentDoc = exports.MainImageFragmentDoc = exports.RawImageFragmentDoc = exports.FlourishFragmentDoc = exports.VideoFragmentDoc = exports.TweetFragmentDoc = exports.LayoutImageFragmentDoc = exports.ClipSetFragmentDoc = exports.TranscriptFragmentDoc = exports.ClipFragmentDoc = exports.ImageSetFragmentDoc = exports.PictureFragmentDoc = exports.PictureFieldsFragmentDoc = exports.RecommendedFragmentDoc = exports.TeaserFragmentDoc = exports.MetaLinkFragmentDoc = exports.TopperFragmentDoc = exports.ImageFragmentDoc = exports.ImageSourceFragmentDoc = exports.ConceptFragmentDoc = exports.IntroFragmentDoc = exports.StructuredTreeFragmentDoc = void 0;
|
|
7
7
|
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
8
8
|
exports.StructuredTreeFragmentDoc = (0, graphql_tag_1.default) `
|
|
9
9
|
fragment StructuredTree on StructuredContent {
|
|
@@ -578,6 +578,13 @@ exports.IndicatorsFragmentDoc = (0, graphql_tag_1.default) `
|
|
|
578
578
|
isOpinion
|
|
579
579
|
}
|
|
580
580
|
`;
|
|
581
|
+
exports.PersonFragmentDoc = (0, graphql_tag_1.default) `
|
|
582
|
+
fragment Person on Person {
|
|
583
|
+
headshot(dpr: 2, width: 150)
|
|
584
|
+
prefLabel
|
|
585
|
+
streamPage
|
|
586
|
+
}
|
|
587
|
+
`;
|
|
581
588
|
exports.PinnedPostFragmentDoc = (0, graphql_tag_1.default) `
|
|
582
589
|
fragment PinnedPost on Content {
|
|
583
590
|
__typename
|
|
@@ -639,6 +646,9 @@ exports.ArticleFieldsFragmentDoc = (0, graphql_tag_1.default) `
|
|
|
639
646
|
...Content
|
|
640
647
|
url
|
|
641
648
|
... on LiveBlogPost {
|
|
649
|
+
authors {
|
|
650
|
+
...Person
|
|
651
|
+
}
|
|
642
652
|
isPinned
|
|
643
653
|
indicators {
|
|
644
654
|
...Indicators
|
|
@@ -665,6 +675,7 @@ exports.ArticleFieldsFragmentDoc = (0, graphql_tag_1.default) `
|
|
|
665
675
|
${exports.ContentFragmentDoc}
|
|
666
676
|
${exports.PackageContainerFragmentDoc}
|
|
667
677
|
${exports.IndicatorsFragmentDoc}
|
|
678
|
+
${exports.PersonFragmentDoc}
|
|
668
679
|
${exports.PinnedPostFragmentDoc}
|
|
669
680
|
${exports.TeaserFragmentDoc}
|
|
670
681
|
${exports.MediaFragmentDoc}`;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/generated/index.ts"],"names":[],"mappings":";;;;;;AAEA,8DAA8B;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/generated/index.ts"],"names":[],"mappings":"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"}
|
package/lib/schema-version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "2.
|
|
1
|
+
export declare const version = "2.9.0";
|
package/lib/schema-version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@financial-times/cp-content-pipeline-client",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"@dotcom-tool-kit/npm": "^3.1.4",
|
|
13
13
|
"@financial-times/content-tree": "github:financial-times/content-tree#14370e3",
|
|
14
|
-
"@financial-times/cp-content-pipeline-schema": "^2.
|
|
14
|
+
"@financial-times/cp-content-pipeline-schema": "^2.9.0",
|
|
15
15
|
"@graphql-tools/merge": "^8.3.6",
|
|
16
16
|
"@types/lodash.mapvalues": "^4.6.7",
|
|
17
17
|
"@types/semver": "^7.3.13",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"homepage": "https://github.com/Financial-Times/cp-content-pipeline#readme",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@dotcom-reliability-kit/errors": "^
|
|
32
|
+
"@dotcom-reliability-kit/errors": "^3.1.0",
|
|
33
33
|
"@graphql-typed-document-node/core": "^3.1.1",
|
|
34
34
|
"graphql-request": "^4.3.0",
|
|
35
35
|
"graphql-tag": "^2.12.6",
|
package/src/client-version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Generated by genversion.
|
|
2
|
-
export const version = '3.
|
|
2
|
+
export const version = '3.6.1'
|