@databolsa/sdk 1.0.13 → 1.0.14

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.
Files changed (2) hide show
  1. package/dist/schema.d.ts +8 -8
  2. package/package.json +1 -1
package/dist/schema.d.ts CHANGED
@@ -2418,18 +2418,18 @@ export interface components {
2418
2418
  kind?: string;
2419
2419
  /** @enum {string} */
2420
2420
  visibility?: "private" | "unlisted" | "public";
2421
- show_personal?: boolean;
2421
+ showPersonal?: boolean;
2422
2422
  /** @description idle | queued | processing | ready | failed */
2423
- export_status?: string;
2424
- pdf_url?: string | null;
2425
- preview_url?: string | null;
2426
- published_at?: string | null;
2427
- created_at?: string;
2428
- updated_at?: string;
2423
+ exportStatus?: string;
2424
+ pdfUrl?: string | null;
2425
+ previewUrl?: string | null;
2426
+ publishedAt?: string | null;
2427
+ createdAt?: string;
2428
+ updatedAt?: string;
2429
2429
  };
2430
2430
  ThesisDetail: components["schemas"]["ThesisSummary"] & {
2431
2431
  doc?: components["schemas"]["ReportDocInput"];
2432
- export_error?: string | null;
2432
+ exportError?: string | null;
2433
2433
  };
2434
2434
  ThesisExportStatus: {
2435
2435
  /** @enum {string} */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databolsa/sdk",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "description": "SDK TypeScript tipado para a Serving API pública do DataBolsa, gerado a partir do contrato OpenAPI.",