clientKey
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
9140b71679
commit
be4c41356e
|
|
@ -320,7 +320,7 @@ export default function CreateArticleForm() {
|
|||
createdBy: "345",
|
||||
style: "Informational",
|
||||
projectId: 2,
|
||||
clientId: "ngDLPPiorplznw2jTqVe3YFCz5xqKfUJ",
|
||||
clientId: "humasClientIdtest",
|
||||
lang: "id",
|
||||
};
|
||||
const res = await updateManualArticle(request);
|
||||
|
|
@ -341,7 +341,7 @@ export default function CreateArticleForm() {
|
|||
createdBy: "345",
|
||||
style: "Informational",
|
||||
projectId: 2,
|
||||
clientId: "ngDLPPiorplznw2jTqVe3YFCz5xqKfUJ",
|
||||
clientId: "humasClientIdtest",
|
||||
lang: "id",
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ export default function GenerateContentRewriteForm(props: {
|
|||
contextType: "article",
|
||||
lang: selectedLanguage,
|
||||
createdBy: "123123",
|
||||
clientId: "ngDLPPiorplznw2jTqVe3YFCz5xqKfUJ",
|
||||
clientId: "humasClientIdtest",
|
||||
};
|
||||
const res = await getGenerateRewriter(request);
|
||||
close();
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ export default function GenerateSingleArticleForm(props: {
|
|||
connectToWeb: true,
|
||||
lang: selectedLanguage,
|
||||
pointOfView: "None",
|
||||
clientId: "ngDLPPiorplznw2jTqVe3YFCz5xqKfUJ",
|
||||
clientId: "humasClientIdtest",
|
||||
};
|
||||
const res = await getGenerateTitle(req);
|
||||
const data = res?.data?.data;
|
||||
|
|
@ -121,7 +121,7 @@ export default function GenerateSingleArticleForm(props: {
|
|||
connectToWeb: true,
|
||||
lang: selectedLanguage,
|
||||
pointOfView: "0",
|
||||
clientId: "ngDLPPiorplznw2jTqVe3YFCz5xqKfUJ",
|
||||
clientId: "humasClientIdtest",
|
||||
};
|
||||
loading();
|
||||
const res = await getGenerateKeywords(req);
|
||||
|
|
@ -148,7 +148,7 @@ export default function GenerateSingleArticleForm(props: {
|
|||
articleSize: selectedArticleSize,
|
||||
projectId: 2,
|
||||
createdBy: "123123",
|
||||
clientId: "ngDLPPiorplznw2jTqVe3YFCz5xqKfUJ",
|
||||
clientId: "humasClientIdtest",
|
||||
};
|
||||
const res = await generateDataArticle(request);
|
||||
close();
|
||||
|
|
|
|||
|
|
@ -128,7 +128,7 @@ export default function GenerateBulkArticle(props: {
|
|||
projectId: 2,
|
||||
data: listData,
|
||||
createdBy: "123123",
|
||||
clientId: "ngDLPPiorplznw2jTqVe3YFCz5xqKfUJ",
|
||||
clientId: "humasClientIdtest",
|
||||
};
|
||||
|
||||
const res = await saveBulkArticle(request);
|
||||
|
|
@ -152,7 +152,7 @@ export default function GenerateBulkArticle(props: {
|
|||
connectToWeb: true,
|
||||
lang: selectedLanguage,
|
||||
pointOfView: "None",
|
||||
clientId: "ngDLPPiorplznw2jTqVe3YFCz5xqKfUJ",
|
||||
clientId: "humasClientIdtest",
|
||||
};
|
||||
setValue(`rows.${index}.title`, "process...");
|
||||
|
||||
|
|
@ -174,7 +174,7 @@ export default function GenerateBulkArticle(props: {
|
|||
connectToWeb: true,
|
||||
lang: selectedLanguage,
|
||||
pointOfView: "0",
|
||||
clientId: "ngDLPPiorplznw2jTqVe3YFCz5xqKfUJ",
|
||||
clientId: "humasClientIdtest",
|
||||
};
|
||||
setValue(`rows.${index}.additionalKeyword`, "process...");
|
||||
const res = await getGenerateKeywords(req);
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@ export default function GenerateRewriteArticle(props: {
|
|||
context: contextType == "url" ? null : values.field1,
|
||||
style: selectedWritingSyle,
|
||||
sentiment: "Humorous",
|
||||
clientId: "ngDLPPiorplznw2jTqVe3YFCz5xqKfUJ",
|
||||
clientId: "humasClientIdtest",
|
||||
createdBy: "123123",
|
||||
contextType: contextType,
|
||||
urlContext: contextType === "url" ? values.field1 : null,
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@ export default function GenerateSingleArticle(props: {
|
|||
connectToWeb: true,
|
||||
lang: selectedLanguage,
|
||||
pointOfView: "None",
|
||||
clientId: "ngDLPPiorplznw2jTqVe3YFCz5xqKfUJ",
|
||||
clientId: "humasClientIdtest",
|
||||
};
|
||||
const res = await getGenerateTitle(req);
|
||||
const data = res?.data?.data;
|
||||
|
|
@ -124,7 +124,7 @@ export default function GenerateSingleArticle(props: {
|
|||
connectToWeb: true,
|
||||
lang: selectedLanguage,
|
||||
pointOfView: "0",
|
||||
clientId: "ngDLPPiorplznw2jTqVe3YFCz5xqKfUJ",
|
||||
clientId: "humasClientIdtest",
|
||||
};
|
||||
loading();
|
||||
const res = await getGenerateKeywords(req);
|
||||
|
|
@ -151,7 +151,7 @@ export default function GenerateSingleArticle(props: {
|
|||
articleSize: selectedArticleSize,
|
||||
projectId: 2,
|
||||
createdBy: "123123",
|
||||
clientId: "ngDLPPiorplznw2jTqVe3YFCz5xqKfUJ",
|
||||
clientId: "humasClientIdtest",
|
||||
};
|
||||
console.log("reqq", request);
|
||||
const res = await generateDataArticle(request);
|
||||
|
|
|
|||
|
|
@ -228,7 +228,7 @@ export default function FormArticle() {
|
|||
createdBy: "123432",
|
||||
style: "Informational",
|
||||
projectId: 2,
|
||||
clientId: "ngDLPPiorplznw2jTqVe3YFCz5xqKfUJ",
|
||||
clientId: "humasClientIdtest",
|
||||
lang: "id",
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ export default function TranscriptDraftTable(props: {
|
|||
const res = await getListTranscript({
|
||||
query: search || "",
|
||||
page: page,
|
||||
clientId: "ngDLPPiorplznw2jTqVe3YFCz5xqKfUJ",
|
||||
clientId: "humasClientIdtest",
|
||||
limit: 10,
|
||||
createdBy: null,
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue