瀏覽代碼

remove dist dir of pdf-converter-client

Futa Arai 1 年之前
父節點
當前提交
acd05783d6

+ 0 - 62
packages/pdf-converter-client/dist/index.d.ts

@@ -1,62 +0,0 @@
-import type { AxiosRequestConfig, AxiosResponse } from 'axios';
-export type PdfCtrlSyncJobStatus202Status = typeof PdfCtrlSyncJobStatus202Status[keyof typeof PdfCtrlSyncJobStatus202Status];
-export declare const PdfCtrlSyncJobStatus202Status: {
-    readonly HTML_EXPORT_IN_PROGRESS: "HTML_EXPORT_IN_PROGRESS";
-    readonly HTML_EXPORT_DONE: "HTML_EXPORT_DONE";
-    readonly FAILED: "FAILED";
-    readonly PDF_EXPORT_DONE: "PDF_EXPORT_DONE";
-};
-export type PdfCtrlSyncJobStatus202 = {
-    status: PdfCtrlSyncJobStatus202Status;
-};
-export type PdfCtrlSyncJobStatusBodyStatus = typeof PdfCtrlSyncJobStatusBodyStatus[keyof typeof PdfCtrlSyncJobStatusBodyStatus];
-export declare const PdfCtrlSyncJobStatusBodyStatus: {
-    readonly HTML_EXPORT_IN_PROGRESS: "HTML_EXPORT_IN_PROGRESS";
-    readonly HTML_EXPORT_DONE: "HTML_EXPORT_DONE";
-    readonly FAILED: "FAILED";
-};
-export type PdfCtrlSyncJobStatusBody = {
-    expirationDate?: string;
-    jobId?: string;
-    status?: PdfCtrlSyncJobStatusBodyStatus;
-};
-export interface GenericError {
-    /**
-     * An error message
-     * @minLength 1
-     */
-    message: string;
-    /**
-     * The error name
-     * @minLength 1
-     */
-    name: string;
-    [key: string]: unknown;
-}
-export interface InternalServerError {
-    /** A list of related errors */
-    errors?: GenericError[];
-    /**
-     * An error message
-     * @minLength 1
-     */
-    message: string;
-    /**
-     * The error name
-     * @minLength 1
-     */
-    name: string;
-    /** The stack trace (only in development mode) */
-    stack?: string;
-    /** The status code of the exception */
-    status: number;
-}
-/**
-*
-  Sync job pdf convert status with GROWI.
-  Register or update job inside pdf-converter with given jobId, expirationDate, and status.
-  Return resulting status of job to GROWI.
-
-*/
-export declare const pdfCtrlSyncJobStatus: <TData = AxiosResponse<PdfCtrlSyncJobStatus202, any>>(pdfCtrlSyncJobStatusBody?: PdfCtrlSyncJobStatusBody, options?: AxiosRequestConfig) => Promise<TData>;
-export type PdfCtrlSyncJobStatusResult = AxiosResponse<PdfCtrlSyncJobStatus202>;

+ 0 - 31
packages/pdf-converter-client/dist/index.js

@@ -1,31 +0,0 @@
-/**
- * Generated by orval v7.2.0 🍺
- * Do not edit manually.
- * Api documentation
- * OpenAPI spec version: 1.0.0
- */
-import axios from 'axios';
-// eslint-disable-next-line @typescript-eslint/no-redeclare
-export const PdfCtrlSyncJobStatus202Status = {
-    HTML_EXPORT_IN_PROGRESS: 'HTML_EXPORT_IN_PROGRESS',
-    HTML_EXPORT_DONE: 'HTML_EXPORT_DONE',
-    FAILED: 'FAILED',
-    PDF_EXPORT_DONE: 'PDF_EXPORT_DONE',
-};
-// eslint-disable-next-line @typescript-eslint/no-redeclare
-export const PdfCtrlSyncJobStatusBodyStatus = {
-    HTML_EXPORT_IN_PROGRESS: 'HTML_EXPORT_IN_PROGRESS',
-    HTML_EXPORT_DONE: 'HTML_EXPORT_DONE',
-    FAILED: 'FAILED',
-};
-/**
-*
-  Sync job pdf convert status with GROWI.
-  Register or update job inside pdf-converter with given jobId, expirationDate, and status.
-  Return resulting status of job to GROWI.
-
-*/
-export const pdfCtrlSyncJobStatus = (pdfCtrlSyncJobStatusBody, options) => {
-    return axios.post(`/pdf/sync-job`, pdfCtrlSyncJobStatusBody, options);
-};
-//# sourceMappingURL=index.js.map

+ 0 - 1
packages/pdf-converter-client/dist/index.js.map

@@ -1 +0,0 @@
-{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,MAAM,OAAO,CAAA;AAQzB,2DAA2D;AAC3D,MAAM,CAAC,MAAM,6BAA6B,GAAG;IAC3C,uBAAuB,EAAE,yBAAyB;IAClD,gBAAgB,EAAE,kBAAkB;IACpC,MAAM,EAAE,QAAQ;IAChB,eAAe,EAAE,iBAAiB;CAC1B,CAAC;AASX,2DAA2D;AAC3D,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC5C,uBAAuB,EAAE,yBAAyB;IAClD,gBAAgB,EAAE,kBAAkB;IACpC,MAAM,EAAE,QAAQ;CACR,CAAC;AA6CT;;;;;;EAMC;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAChC,wBAAmD,EAAE,OAA4B,EAClE,EAAE;IACjB,OAAO,KAAK,CAAC,IAAI,CACf,eAAe,EACf,wBAAwB,EAAC,OAAO,CACjC,CAAC;AACJ,CAAC,CAAA"}