graphlit-client 1.0.20250502001 → 1.0.20250508001
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.
@@ -1644,101 +1644,115 @@ exports.PublishText = (0, graphql_tag_1.default) `
|
|
1644
1644
|
name: $name
|
1645
1645
|
workflow: $workflow
|
1646
1646
|
) {
|
1647
|
-
|
1648
|
-
|
1649
|
-
|
1650
|
-
|
1651
|
-
|
1652
|
-
|
1653
|
-
|
1654
|
-
|
1655
|
-
|
1656
|
-
|
1657
|
-
|
1658
|
-
|
1659
|
-
|
1660
|
-
|
1661
|
-
|
1662
|
-
|
1663
|
-
|
1664
|
-
|
1665
|
-
|
1666
|
-
|
1667
|
-
|
1668
|
-
customSummary
|
1669
|
-
keywords
|
1670
|
-
bullets
|
1671
|
-
headlines
|
1672
|
-
posts
|
1673
|
-
chapters
|
1674
|
-
questions
|
1675
|
-
video {
|
1676
|
-
width
|
1677
|
-
height
|
1678
|
-
duration
|
1679
|
-
make
|
1680
|
-
model
|
1681
|
-
software
|
1682
|
-
title
|
1683
|
-
description
|
1684
|
-
keywords
|
1685
|
-
author
|
1686
|
-
}
|
1687
|
-
audio {
|
1688
|
-
keywords
|
1689
|
-
author
|
1690
|
-
series
|
1691
|
-
episode
|
1692
|
-
episodeType
|
1693
|
-
season
|
1694
|
-
publisher
|
1695
|
-
copyright
|
1696
|
-
genre
|
1697
|
-
title
|
1698
|
-
description
|
1699
|
-
bitrate
|
1700
|
-
channels
|
1701
|
-
sampleRate
|
1702
|
-
bitsPerSample
|
1703
|
-
duration
|
1704
|
-
}
|
1705
|
-
image {
|
1706
|
-
width
|
1707
|
-
height
|
1708
|
-
resolutionX
|
1709
|
-
resolutionY
|
1710
|
-
bitsPerComponent
|
1711
|
-
components
|
1712
|
-
projectionType
|
1713
|
-
orientation
|
1714
|
-
description
|
1715
|
-
make
|
1716
|
-
model
|
1717
|
-
software
|
1718
|
-
lens
|
1719
|
-
focalLength
|
1720
|
-
exposureTime
|
1721
|
-
fNumber
|
1722
|
-
iso
|
1723
|
-
heading
|
1724
|
-
pitch
|
1725
|
-
}
|
1726
|
-
document {
|
1727
|
-
title
|
1728
|
-
subject
|
1647
|
+
contents {
|
1648
|
+
id
|
1649
|
+
name
|
1650
|
+
state
|
1651
|
+
originalDate
|
1652
|
+
identifier
|
1653
|
+
markdown
|
1654
|
+
uri
|
1655
|
+
type
|
1656
|
+
fileType
|
1657
|
+
mimeType
|
1658
|
+
format
|
1659
|
+
formatName
|
1660
|
+
fileExtension
|
1661
|
+
fileName
|
1662
|
+
fileSize
|
1663
|
+
masterUri
|
1664
|
+
imageUri
|
1665
|
+
textUri
|
1666
|
+
audioUri
|
1667
|
+
transcriptUri
|
1729
1668
|
summary
|
1730
|
-
|
1731
|
-
publisher
|
1732
|
-
description
|
1669
|
+
customSummary
|
1733
1670
|
keywords
|
1734
|
-
|
1735
|
-
|
1736
|
-
|
1737
|
-
|
1738
|
-
|
1739
|
-
|
1740
|
-
|
1741
|
-
|
1671
|
+
bullets
|
1672
|
+
headlines
|
1673
|
+
posts
|
1674
|
+
chapters
|
1675
|
+
questions
|
1676
|
+
video {
|
1677
|
+
width
|
1678
|
+
height
|
1679
|
+
duration
|
1680
|
+
make
|
1681
|
+
model
|
1682
|
+
software
|
1683
|
+
title
|
1684
|
+
description
|
1685
|
+
keywords
|
1686
|
+
author
|
1687
|
+
}
|
1688
|
+
audio {
|
1689
|
+
keywords
|
1690
|
+
author
|
1691
|
+
series
|
1692
|
+
episode
|
1693
|
+
episodeType
|
1694
|
+
season
|
1695
|
+
publisher
|
1696
|
+
copyright
|
1697
|
+
genre
|
1698
|
+
title
|
1699
|
+
description
|
1700
|
+
bitrate
|
1701
|
+
channels
|
1702
|
+
sampleRate
|
1703
|
+
bitsPerSample
|
1704
|
+
duration
|
1705
|
+
}
|
1706
|
+
image {
|
1707
|
+
width
|
1708
|
+
height
|
1709
|
+
resolutionX
|
1710
|
+
resolutionY
|
1711
|
+
bitsPerComponent
|
1712
|
+
components
|
1713
|
+
projectionType
|
1714
|
+
orientation
|
1715
|
+
description
|
1716
|
+
make
|
1717
|
+
model
|
1718
|
+
software
|
1719
|
+
lens
|
1720
|
+
focalLength
|
1721
|
+
exposureTime
|
1722
|
+
fNumber
|
1723
|
+
iso
|
1724
|
+
heading
|
1725
|
+
pitch
|
1726
|
+
}
|
1727
|
+
document {
|
1728
|
+
title
|
1729
|
+
subject
|
1730
|
+
summary
|
1731
|
+
author
|
1732
|
+
publisher
|
1733
|
+
description
|
1734
|
+
keywords
|
1735
|
+
pageCount
|
1736
|
+
worksheetCount
|
1737
|
+
slideCount
|
1738
|
+
wordCount
|
1739
|
+
lineCount
|
1740
|
+
paragraphCount
|
1741
|
+
isEncrypted
|
1742
|
+
hasDigitalSignature
|
1743
|
+
}
|
1744
|
+
}
|
1745
|
+
details {
|
1746
|
+
contents {
|
1747
|
+
id
|
1748
|
+
}
|
1749
|
+
summaries
|
1750
|
+
text
|
1751
|
+
textType
|
1752
|
+
summarySpecification
|
1753
|
+
publishSpecification
|
1754
|
+
summaryTime
|
1755
|
+
publishTime
|
1742
1756
|
}
|
1743
1757
|
}
|
1744
1758
|
}
|
@@ -4104,101 +4118,115 @@ exports.PublishConversation = (0, graphql_tag_1.default) `
|
|
4104
4118
|
workflow: $workflow
|
4105
4119
|
correlationId: $correlationId
|
4106
4120
|
) {
|
4107
|
-
|
4108
|
-
|
4109
|
-
|
4110
|
-
|
4111
|
-
|
4112
|
-
|
4113
|
-
|
4114
|
-
|
4115
|
-
|
4116
|
-
|
4117
|
-
|
4118
|
-
|
4119
|
-
|
4120
|
-
|
4121
|
-
|
4122
|
-
|
4123
|
-
|
4124
|
-
|
4125
|
-
|
4126
|
-
|
4127
|
-
|
4128
|
-
customSummary
|
4129
|
-
keywords
|
4130
|
-
bullets
|
4131
|
-
headlines
|
4132
|
-
posts
|
4133
|
-
chapters
|
4134
|
-
questions
|
4135
|
-
video {
|
4136
|
-
width
|
4137
|
-
height
|
4138
|
-
duration
|
4139
|
-
make
|
4140
|
-
model
|
4141
|
-
software
|
4142
|
-
title
|
4143
|
-
description
|
4144
|
-
keywords
|
4145
|
-
author
|
4146
|
-
}
|
4147
|
-
audio {
|
4148
|
-
keywords
|
4149
|
-
author
|
4150
|
-
series
|
4151
|
-
episode
|
4152
|
-
episodeType
|
4153
|
-
season
|
4154
|
-
publisher
|
4155
|
-
copyright
|
4156
|
-
genre
|
4157
|
-
title
|
4158
|
-
description
|
4159
|
-
bitrate
|
4160
|
-
channels
|
4161
|
-
sampleRate
|
4162
|
-
bitsPerSample
|
4163
|
-
duration
|
4164
|
-
}
|
4165
|
-
image {
|
4166
|
-
width
|
4167
|
-
height
|
4168
|
-
resolutionX
|
4169
|
-
resolutionY
|
4170
|
-
bitsPerComponent
|
4171
|
-
components
|
4172
|
-
projectionType
|
4173
|
-
orientation
|
4174
|
-
description
|
4175
|
-
make
|
4176
|
-
model
|
4177
|
-
software
|
4178
|
-
lens
|
4179
|
-
focalLength
|
4180
|
-
exposureTime
|
4181
|
-
fNumber
|
4182
|
-
iso
|
4183
|
-
heading
|
4184
|
-
pitch
|
4185
|
-
}
|
4186
|
-
document {
|
4187
|
-
title
|
4188
|
-
subject
|
4121
|
+
contents {
|
4122
|
+
id
|
4123
|
+
name
|
4124
|
+
state
|
4125
|
+
originalDate
|
4126
|
+
identifier
|
4127
|
+
markdown
|
4128
|
+
uri
|
4129
|
+
type
|
4130
|
+
fileType
|
4131
|
+
mimeType
|
4132
|
+
format
|
4133
|
+
formatName
|
4134
|
+
fileExtension
|
4135
|
+
fileName
|
4136
|
+
fileSize
|
4137
|
+
masterUri
|
4138
|
+
imageUri
|
4139
|
+
textUri
|
4140
|
+
audioUri
|
4141
|
+
transcriptUri
|
4189
4142
|
summary
|
4190
|
-
|
4191
|
-
publisher
|
4192
|
-
description
|
4143
|
+
customSummary
|
4193
4144
|
keywords
|
4194
|
-
|
4195
|
-
|
4196
|
-
|
4197
|
-
|
4198
|
-
|
4199
|
-
|
4200
|
-
|
4201
|
-
|
4145
|
+
bullets
|
4146
|
+
headlines
|
4147
|
+
posts
|
4148
|
+
chapters
|
4149
|
+
questions
|
4150
|
+
video {
|
4151
|
+
width
|
4152
|
+
height
|
4153
|
+
duration
|
4154
|
+
make
|
4155
|
+
model
|
4156
|
+
software
|
4157
|
+
title
|
4158
|
+
description
|
4159
|
+
keywords
|
4160
|
+
author
|
4161
|
+
}
|
4162
|
+
audio {
|
4163
|
+
keywords
|
4164
|
+
author
|
4165
|
+
series
|
4166
|
+
episode
|
4167
|
+
episodeType
|
4168
|
+
season
|
4169
|
+
publisher
|
4170
|
+
copyright
|
4171
|
+
genre
|
4172
|
+
title
|
4173
|
+
description
|
4174
|
+
bitrate
|
4175
|
+
channels
|
4176
|
+
sampleRate
|
4177
|
+
bitsPerSample
|
4178
|
+
duration
|
4179
|
+
}
|
4180
|
+
image {
|
4181
|
+
width
|
4182
|
+
height
|
4183
|
+
resolutionX
|
4184
|
+
resolutionY
|
4185
|
+
bitsPerComponent
|
4186
|
+
components
|
4187
|
+
projectionType
|
4188
|
+
orientation
|
4189
|
+
description
|
4190
|
+
make
|
4191
|
+
model
|
4192
|
+
software
|
4193
|
+
lens
|
4194
|
+
focalLength
|
4195
|
+
exposureTime
|
4196
|
+
fNumber
|
4197
|
+
iso
|
4198
|
+
heading
|
4199
|
+
pitch
|
4200
|
+
}
|
4201
|
+
document {
|
4202
|
+
title
|
4203
|
+
subject
|
4204
|
+
summary
|
4205
|
+
author
|
4206
|
+
publisher
|
4207
|
+
description
|
4208
|
+
keywords
|
4209
|
+
pageCount
|
4210
|
+
worksheetCount
|
4211
|
+
slideCount
|
4212
|
+
wordCount
|
4213
|
+
lineCount
|
4214
|
+
paragraphCount
|
4215
|
+
isEncrypted
|
4216
|
+
hasDigitalSignature
|
4217
|
+
}
|
4218
|
+
}
|
4219
|
+
details {
|
4220
|
+
contents {
|
4221
|
+
id
|
4222
|
+
}
|
4223
|
+
summaries
|
4224
|
+
text
|
4225
|
+
textType
|
4226
|
+
summarySpecification
|
4227
|
+
publishSpecification
|
4228
|
+
summaryTime
|
4229
|
+
publishTime
|
4202
4230
|
}
|
4203
4231
|
}
|
4204
4232
|
}
|
@@ -7903,9 +7903,9 @@ export type Mutation = {
|
|
7903
7903
|
/** Publish contents based on the provided filter criteria into different content format. */
|
7904
7904
|
publishContents?: Maybe<PublishContents>;
|
7905
7905
|
/** Publish conversation. */
|
7906
|
-
publishConversation?: Maybe<
|
7906
|
+
publishConversation?: Maybe<PublishContents>;
|
7907
7907
|
/** Publish text into different content format. */
|
7908
|
-
publishText?: Maybe<
|
7908
|
+
publishText?: Maybe<PublishContents>;
|
7909
7909
|
/**
|
7910
7910
|
* Removes contents from a collection.
|
7911
7911
|
* @deprecated Use removeContentsFromCollection instead.
|
@@ -8642,13 +8642,17 @@ export type MutationPublishConversationArgs = {
|
|
8642
8642
|
connector: ContentPublishingConnectorInput;
|
8643
8643
|
correlationId?: InputMaybe<Scalars['String']['input']>;
|
8644
8644
|
id: Scalars['ID']['input'];
|
8645
|
+
includeDetails?: InputMaybe<Scalars['Boolean']['input']>;
|
8645
8646
|
isSynchronous?: InputMaybe<Scalars['Boolean']['input']>;
|
8646
8647
|
name?: InputMaybe<Scalars['String']['input']>;
|
8648
|
+
publishPrompt?: InputMaybe<Scalars['String']['input']>;
|
8649
|
+
publishSpecification?: InputMaybe<EntityReferenceInput>;
|
8647
8650
|
workflow?: InputMaybe<EntityReferenceInput>;
|
8648
8651
|
};
|
8649
8652
|
export type MutationPublishTextArgs = {
|
8650
8653
|
connector: ContentPublishingConnectorInput;
|
8651
8654
|
correlationId?: InputMaybe<Scalars['String']['input']>;
|
8655
|
+
includeDetails?: InputMaybe<Scalars['Boolean']['input']>;
|
8652
8656
|
isSynchronous?: InputMaybe<Scalars['Boolean']['input']>;
|
8653
8657
|
name?: InputMaybe<Scalars['String']['input']>;
|
8654
8658
|
text: Scalars['String']['input'];
|
@@ -9377,7 +9381,7 @@ export declare enum OpenAiModels {
|
|
9377
9381
|
Gpt41_1024K = "GPT41_1024K",
|
9378
9382
|
/** GPT 4.1 1024k (2025-04-14 version) */
|
9379
9383
|
Gpt41_1024K_20250414 = "GPT41_1024K_20250414",
|
9380
|
-
/** GPT
|
9384
|
+
/** GPT 4.1 Mini 1024k (Latest) */
|
9381
9385
|
Gpt41Mini_1024K = "GPT41_MINI_1024K",
|
9382
9386
|
/** GPT 4.1 Mini 1024k (2025-04-14 version) */
|
9383
9387
|
Gpt41Mini_1024K_20250414 = "GPT41_MINI_1024K_20250414",
|
@@ -15649,106 +15653,123 @@ export type PublishTextMutationVariables = Exact<{
|
|
15649
15653
|
export type PublishTextMutation = {
|
15650
15654
|
__typename?: 'Mutation';
|
15651
15655
|
publishText?: {
|
15652
|
-
__typename?: '
|
15653
|
-
|
15654
|
-
|
15655
|
-
|
15656
|
-
|
15657
|
-
|
15658
|
-
|
15659
|
-
|
15660
|
-
|
15661
|
-
|
15662
|
-
|
15663
|
-
|
15664
|
-
|
15665
|
-
|
15666
|
-
|
15667
|
-
|
15668
|
-
|
15669
|
-
|
15670
|
-
|
15671
|
-
|
15672
|
-
|
15673
|
-
|
15674
|
-
|
15675
|
-
keywords?: Array<string> | null;
|
15676
|
-
bullets?: Array<string> | null;
|
15677
|
-
headlines?: Array<string> | null;
|
15678
|
-
posts?: Array<string> | null;
|
15679
|
-
chapters?: Array<string> | null;
|
15680
|
-
questions?: Array<string> | null;
|
15681
|
-
video?: {
|
15682
|
-
__typename?: 'VideoMetadata';
|
15683
|
-
width?: number | null;
|
15684
|
-
height?: number | null;
|
15685
|
-
duration?: any | null;
|
15686
|
-
make?: string | null;
|
15687
|
-
model?: string | null;
|
15688
|
-
software?: string | null;
|
15689
|
-
title?: string | null;
|
15690
|
-
description?: string | null;
|
15691
|
-
keywords?: Array<string | null> | null;
|
15692
|
-
author?: string | null;
|
15693
|
-
} | null;
|
15694
|
-
audio?: {
|
15695
|
-
__typename?: 'AudioMetadata';
|
15696
|
-
keywords?: Array<string | null> | null;
|
15697
|
-
author?: string | null;
|
15698
|
-
series?: string | null;
|
15699
|
-
episode?: string | null;
|
15700
|
-
episodeType?: string | null;
|
15701
|
-
season?: string | null;
|
15702
|
-
publisher?: string | null;
|
15703
|
-
copyright?: string | null;
|
15704
|
-
genre?: string | null;
|
15705
|
-
title?: string | null;
|
15706
|
-
description?: string | null;
|
15707
|
-
bitrate?: number | null;
|
15708
|
-
channels?: number | null;
|
15709
|
-
sampleRate?: number | null;
|
15710
|
-
bitsPerSample?: number | null;
|
15711
|
-
duration?: any | null;
|
15712
|
-
} | null;
|
15713
|
-
image?: {
|
15714
|
-
__typename?: 'ImageMetadata';
|
15715
|
-
width?: number | null;
|
15716
|
-
height?: number | null;
|
15717
|
-
resolutionX?: number | null;
|
15718
|
-
resolutionY?: number | null;
|
15719
|
-
bitsPerComponent?: number | null;
|
15720
|
-
components?: number | null;
|
15721
|
-
projectionType?: ImageProjectionTypes | null;
|
15722
|
-
orientation?: OrientationTypes | null;
|
15723
|
-
description?: string | null;
|
15724
|
-
make?: string | null;
|
15725
|
-
model?: string | null;
|
15726
|
-
software?: string | null;
|
15727
|
-
lens?: string | null;
|
15728
|
-
focalLength?: number | null;
|
15729
|
-
exposureTime?: string | null;
|
15730
|
-
fNumber?: string | null;
|
15731
|
-
iso?: string | null;
|
15732
|
-
heading?: number | null;
|
15733
|
-
pitch?: number | null;
|
15734
|
-
} | null;
|
15735
|
-
document?: {
|
15736
|
-
__typename?: 'DocumentMetadata';
|
15737
|
-
title?: string | null;
|
15738
|
-
subject?: string | null;
|
15656
|
+
__typename?: 'PublishContents';
|
15657
|
+
contents?: Array<{
|
15658
|
+
__typename?: 'Content';
|
15659
|
+
id: string;
|
15660
|
+
name: string;
|
15661
|
+
state: EntityState;
|
15662
|
+
originalDate?: any | null;
|
15663
|
+
identifier?: string | null;
|
15664
|
+
markdown?: string | null;
|
15665
|
+
uri?: any | null;
|
15666
|
+
type?: ContentTypes | null;
|
15667
|
+
fileType?: FileTypes | null;
|
15668
|
+
mimeType?: string | null;
|
15669
|
+
format?: string | null;
|
15670
|
+
formatName?: string | null;
|
15671
|
+
fileExtension?: string | null;
|
15672
|
+
fileName?: string | null;
|
15673
|
+
fileSize?: any | null;
|
15674
|
+
masterUri?: any | null;
|
15675
|
+
imageUri?: any | null;
|
15676
|
+
textUri?: any | null;
|
15677
|
+
audioUri?: any | null;
|
15678
|
+
transcriptUri?: any | null;
|
15739
15679
|
summary?: string | null;
|
15740
|
-
|
15741
|
-
|
15742
|
-
|
15743
|
-
|
15744
|
-
|
15745
|
-
|
15746
|
-
|
15747
|
-
|
15748
|
-
|
15749
|
-
|
15750
|
-
|
15751
|
-
|
15680
|
+
customSummary?: string | null;
|
15681
|
+
keywords?: Array<string> | null;
|
15682
|
+
bullets?: Array<string> | null;
|
15683
|
+
headlines?: Array<string> | null;
|
15684
|
+
posts?: Array<string> | null;
|
15685
|
+
chapters?: Array<string> | null;
|
15686
|
+
questions?: Array<string> | null;
|
15687
|
+
video?: {
|
15688
|
+
__typename?: 'VideoMetadata';
|
15689
|
+
width?: number | null;
|
15690
|
+
height?: number | null;
|
15691
|
+
duration?: any | null;
|
15692
|
+
make?: string | null;
|
15693
|
+
model?: string | null;
|
15694
|
+
software?: string | null;
|
15695
|
+
title?: string | null;
|
15696
|
+
description?: string | null;
|
15697
|
+
keywords?: Array<string | null> | null;
|
15698
|
+
author?: string | null;
|
15699
|
+
} | null;
|
15700
|
+
audio?: {
|
15701
|
+
__typename?: 'AudioMetadata';
|
15702
|
+
keywords?: Array<string | null> | null;
|
15703
|
+
author?: string | null;
|
15704
|
+
series?: string | null;
|
15705
|
+
episode?: string | null;
|
15706
|
+
episodeType?: string | null;
|
15707
|
+
season?: string | null;
|
15708
|
+
publisher?: string | null;
|
15709
|
+
copyright?: string | null;
|
15710
|
+
genre?: string | null;
|
15711
|
+
title?: string | null;
|
15712
|
+
description?: string | null;
|
15713
|
+
bitrate?: number | null;
|
15714
|
+
channels?: number | null;
|
15715
|
+
sampleRate?: number | null;
|
15716
|
+
bitsPerSample?: number | null;
|
15717
|
+
duration?: any | null;
|
15718
|
+
} | null;
|
15719
|
+
image?: {
|
15720
|
+
__typename?: 'ImageMetadata';
|
15721
|
+
width?: number | null;
|
15722
|
+
height?: number | null;
|
15723
|
+
resolutionX?: number | null;
|
15724
|
+
resolutionY?: number | null;
|
15725
|
+
bitsPerComponent?: number | null;
|
15726
|
+
components?: number | null;
|
15727
|
+
projectionType?: ImageProjectionTypes | null;
|
15728
|
+
orientation?: OrientationTypes | null;
|
15729
|
+
description?: string | null;
|
15730
|
+
make?: string | null;
|
15731
|
+
model?: string | null;
|
15732
|
+
software?: string | null;
|
15733
|
+
lens?: string | null;
|
15734
|
+
focalLength?: number | null;
|
15735
|
+
exposureTime?: string | null;
|
15736
|
+
fNumber?: string | null;
|
15737
|
+
iso?: string | null;
|
15738
|
+
heading?: number | null;
|
15739
|
+
pitch?: number | null;
|
15740
|
+
} | null;
|
15741
|
+
document?: {
|
15742
|
+
__typename?: 'DocumentMetadata';
|
15743
|
+
title?: string | null;
|
15744
|
+
subject?: string | null;
|
15745
|
+
summary?: string | null;
|
15746
|
+
author?: string | null;
|
15747
|
+
publisher?: string | null;
|
15748
|
+
description?: string | null;
|
15749
|
+
keywords?: Array<string | null> | null;
|
15750
|
+
pageCount?: number | null;
|
15751
|
+
worksheetCount?: number | null;
|
15752
|
+
slideCount?: number | null;
|
15753
|
+
wordCount?: number | null;
|
15754
|
+
lineCount?: number | null;
|
15755
|
+
paragraphCount?: number | null;
|
15756
|
+
isEncrypted?: boolean | null;
|
15757
|
+
hasDigitalSignature?: boolean | null;
|
15758
|
+
} | null;
|
15759
|
+
} | null> | null;
|
15760
|
+
details?: {
|
15761
|
+
__typename?: 'PublishingDetails';
|
15762
|
+
summaries?: Array<string> | null;
|
15763
|
+
text?: string | null;
|
15764
|
+
textType?: TextTypes | null;
|
15765
|
+
summarySpecification?: string | null;
|
15766
|
+
publishSpecification?: string | null;
|
15767
|
+
summaryTime?: any | null;
|
15768
|
+
publishTime?: any | null;
|
15769
|
+
contents?: Array<{
|
15770
|
+
__typename?: 'EntityReference';
|
15771
|
+
id: string;
|
15772
|
+
}> | null;
|
15752
15773
|
} | null;
|
15753
15774
|
} | null;
|
15754
15775
|
};
|
@@ -18400,106 +18421,123 @@ export type PublishConversationMutationVariables = Exact<{
|
|
18400
18421
|
export type PublishConversationMutation = {
|
18401
18422
|
__typename?: 'Mutation';
|
18402
18423
|
publishConversation?: {
|
18403
|
-
__typename?: '
|
18404
|
-
|
18405
|
-
|
18406
|
-
|
18407
|
-
|
18408
|
-
|
18409
|
-
|
18410
|
-
|
18411
|
-
|
18412
|
-
|
18413
|
-
|
18414
|
-
|
18415
|
-
|
18416
|
-
|
18417
|
-
|
18418
|
-
|
18419
|
-
|
18420
|
-
|
18421
|
-
|
18422
|
-
|
18423
|
-
|
18424
|
-
|
18425
|
-
|
18426
|
-
keywords?: Array<string> | null;
|
18427
|
-
bullets?: Array<string> | null;
|
18428
|
-
headlines?: Array<string> | null;
|
18429
|
-
posts?: Array<string> | null;
|
18430
|
-
chapters?: Array<string> | null;
|
18431
|
-
questions?: Array<string> | null;
|
18432
|
-
video?: {
|
18433
|
-
__typename?: 'VideoMetadata';
|
18434
|
-
width?: number | null;
|
18435
|
-
height?: number | null;
|
18436
|
-
duration?: any | null;
|
18437
|
-
make?: string | null;
|
18438
|
-
model?: string | null;
|
18439
|
-
software?: string | null;
|
18440
|
-
title?: string | null;
|
18441
|
-
description?: string | null;
|
18442
|
-
keywords?: Array<string | null> | null;
|
18443
|
-
author?: string | null;
|
18444
|
-
} | null;
|
18445
|
-
audio?: {
|
18446
|
-
__typename?: 'AudioMetadata';
|
18447
|
-
keywords?: Array<string | null> | null;
|
18448
|
-
author?: string | null;
|
18449
|
-
series?: string | null;
|
18450
|
-
episode?: string | null;
|
18451
|
-
episodeType?: string | null;
|
18452
|
-
season?: string | null;
|
18453
|
-
publisher?: string | null;
|
18454
|
-
copyright?: string | null;
|
18455
|
-
genre?: string | null;
|
18456
|
-
title?: string | null;
|
18457
|
-
description?: string | null;
|
18458
|
-
bitrate?: number | null;
|
18459
|
-
channels?: number | null;
|
18460
|
-
sampleRate?: number | null;
|
18461
|
-
bitsPerSample?: number | null;
|
18462
|
-
duration?: any | null;
|
18463
|
-
} | null;
|
18464
|
-
image?: {
|
18465
|
-
__typename?: 'ImageMetadata';
|
18466
|
-
width?: number | null;
|
18467
|
-
height?: number | null;
|
18468
|
-
resolutionX?: number | null;
|
18469
|
-
resolutionY?: number | null;
|
18470
|
-
bitsPerComponent?: number | null;
|
18471
|
-
components?: number | null;
|
18472
|
-
projectionType?: ImageProjectionTypes | null;
|
18473
|
-
orientation?: OrientationTypes | null;
|
18474
|
-
description?: string | null;
|
18475
|
-
make?: string | null;
|
18476
|
-
model?: string | null;
|
18477
|
-
software?: string | null;
|
18478
|
-
lens?: string | null;
|
18479
|
-
focalLength?: number | null;
|
18480
|
-
exposureTime?: string | null;
|
18481
|
-
fNumber?: string | null;
|
18482
|
-
iso?: string | null;
|
18483
|
-
heading?: number | null;
|
18484
|
-
pitch?: number | null;
|
18485
|
-
} | null;
|
18486
|
-
document?: {
|
18487
|
-
__typename?: 'DocumentMetadata';
|
18488
|
-
title?: string | null;
|
18489
|
-
subject?: string | null;
|
18424
|
+
__typename?: 'PublishContents';
|
18425
|
+
contents?: Array<{
|
18426
|
+
__typename?: 'Content';
|
18427
|
+
id: string;
|
18428
|
+
name: string;
|
18429
|
+
state: EntityState;
|
18430
|
+
originalDate?: any | null;
|
18431
|
+
identifier?: string | null;
|
18432
|
+
markdown?: string | null;
|
18433
|
+
uri?: any | null;
|
18434
|
+
type?: ContentTypes | null;
|
18435
|
+
fileType?: FileTypes | null;
|
18436
|
+
mimeType?: string | null;
|
18437
|
+
format?: string | null;
|
18438
|
+
formatName?: string | null;
|
18439
|
+
fileExtension?: string | null;
|
18440
|
+
fileName?: string | null;
|
18441
|
+
fileSize?: any | null;
|
18442
|
+
masterUri?: any | null;
|
18443
|
+
imageUri?: any | null;
|
18444
|
+
textUri?: any | null;
|
18445
|
+
audioUri?: any | null;
|
18446
|
+
transcriptUri?: any | null;
|
18490
18447
|
summary?: string | null;
|
18491
|
-
|
18492
|
-
|
18493
|
-
|
18494
|
-
|
18495
|
-
|
18496
|
-
|
18497
|
-
|
18498
|
-
|
18499
|
-
|
18500
|
-
|
18501
|
-
|
18502
|
-
|
18448
|
+
customSummary?: string | null;
|
18449
|
+
keywords?: Array<string> | null;
|
18450
|
+
bullets?: Array<string> | null;
|
18451
|
+
headlines?: Array<string> | null;
|
18452
|
+
posts?: Array<string> | null;
|
18453
|
+
chapters?: Array<string> | null;
|
18454
|
+
questions?: Array<string> | null;
|
18455
|
+
video?: {
|
18456
|
+
__typename?: 'VideoMetadata';
|
18457
|
+
width?: number | null;
|
18458
|
+
height?: number | null;
|
18459
|
+
duration?: any | null;
|
18460
|
+
make?: string | null;
|
18461
|
+
model?: string | null;
|
18462
|
+
software?: string | null;
|
18463
|
+
title?: string | null;
|
18464
|
+
description?: string | null;
|
18465
|
+
keywords?: Array<string | null> | null;
|
18466
|
+
author?: string | null;
|
18467
|
+
} | null;
|
18468
|
+
audio?: {
|
18469
|
+
__typename?: 'AudioMetadata';
|
18470
|
+
keywords?: Array<string | null> | null;
|
18471
|
+
author?: string | null;
|
18472
|
+
series?: string | null;
|
18473
|
+
episode?: string | null;
|
18474
|
+
episodeType?: string | null;
|
18475
|
+
season?: string | null;
|
18476
|
+
publisher?: string | null;
|
18477
|
+
copyright?: string | null;
|
18478
|
+
genre?: string | null;
|
18479
|
+
title?: string | null;
|
18480
|
+
description?: string | null;
|
18481
|
+
bitrate?: number | null;
|
18482
|
+
channels?: number | null;
|
18483
|
+
sampleRate?: number | null;
|
18484
|
+
bitsPerSample?: number | null;
|
18485
|
+
duration?: any | null;
|
18486
|
+
} | null;
|
18487
|
+
image?: {
|
18488
|
+
__typename?: 'ImageMetadata';
|
18489
|
+
width?: number | null;
|
18490
|
+
height?: number | null;
|
18491
|
+
resolutionX?: number | null;
|
18492
|
+
resolutionY?: number | null;
|
18493
|
+
bitsPerComponent?: number | null;
|
18494
|
+
components?: number | null;
|
18495
|
+
projectionType?: ImageProjectionTypes | null;
|
18496
|
+
orientation?: OrientationTypes | null;
|
18497
|
+
description?: string | null;
|
18498
|
+
make?: string | null;
|
18499
|
+
model?: string | null;
|
18500
|
+
software?: string | null;
|
18501
|
+
lens?: string | null;
|
18502
|
+
focalLength?: number | null;
|
18503
|
+
exposureTime?: string | null;
|
18504
|
+
fNumber?: string | null;
|
18505
|
+
iso?: string | null;
|
18506
|
+
heading?: number | null;
|
18507
|
+
pitch?: number | null;
|
18508
|
+
} | null;
|
18509
|
+
document?: {
|
18510
|
+
__typename?: 'DocumentMetadata';
|
18511
|
+
title?: string | null;
|
18512
|
+
subject?: string | null;
|
18513
|
+
summary?: string | null;
|
18514
|
+
author?: string | null;
|
18515
|
+
publisher?: string | null;
|
18516
|
+
description?: string | null;
|
18517
|
+
keywords?: Array<string | null> | null;
|
18518
|
+
pageCount?: number | null;
|
18519
|
+
worksheetCount?: number | null;
|
18520
|
+
slideCount?: number | null;
|
18521
|
+
wordCount?: number | null;
|
18522
|
+
lineCount?: number | null;
|
18523
|
+
paragraphCount?: number | null;
|
18524
|
+
isEncrypted?: boolean | null;
|
18525
|
+
hasDigitalSignature?: boolean | null;
|
18526
|
+
} | null;
|
18527
|
+
} | null> | null;
|
18528
|
+
details?: {
|
18529
|
+
__typename?: 'PublishingDetails';
|
18530
|
+
summaries?: Array<string> | null;
|
18531
|
+
text?: string | null;
|
18532
|
+
textType?: TextTypes | null;
|
18533
|
+
summarySpecification?: string | null;
|
18534
|
+
publishSpecification?: string | null;
|
18535
|
+
summaryTime?: any | null;
|
18536
|
+
publishTime?: any | null;
|
18537
|
+
contents?: Array<{
|
18538
|
+
__typename?: 'EntityReference';
|
18539
|
+
id: string;
|
18540
|
+
}> | null;
|
18503
18541
|
} | null;
|
18504
18542
|
} | null;
|
18505
18543
|
};
|
@@ -1456,7 +1456,7 @@ var OpenAiModels;
|
|
1456
1456
|
OpenAiModels["Gpt41_1024K"] = "GPT41_1024K";
|
1457
1457
|
/** GPT 4.1 1024k (2025-04-14 version) */
|
1458
1458
|
OpenAiModels["Gpt41_1024K_20250414"] = "GPT41_1024K_20250414";
|
1459
|
-
/** GPT
|
1459
|
+
/** GPT 4.1 Mini 1024k (Latest) */
|
1460
1460
|
OpenAiModels["Gpt41Mini_1024K"] = "GPT41_MINI_1024K";
|
1461
1461
|
/** GPT 4.1 Mini 1024k (2025-04-14 version) */
|
1462
1462
|
OpenAiModels["Gpt41Mini_1024K_20250414"] = "GPT41_MINI_1024K_20250414";
|