@routeflow/types 1.0.18 → 1.0.19

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/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@routeflow/types","version":"1.0.18","description":"Auto-generated TypeScript types from the RouteFlow API OpenAPI specification","main":"dist/exports.js","types":"dist/exports.d.ts","exports":{".":{"types":"./dist/exports.d.ts","default":"./dist/exports.js"},"./raw":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"files":["dist","src"],"scripts":{"generate":"openapi-typescript http://localhost:3001/api/docs-json -o src/index.ts","generate:prod":"openapi-typescript https://api.routeflow.app/api/docs-json -o src/index.ts","build":"tsc","type-check":"tsc --noEmit","prepublishOnly":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/souldevsoul/routeflow-types.git"},"keywords":["routeflow","api","types","typescript","openapi"],"author":"S2S Engineering","license":"MIT","devDependencies":{"openapi-typescript":"^7.4.3","typescript":"^5.7.2"},"publishConfig":{"access":"public"}}
1
+ {"name":"@routeflow/types","version":"1.0.19","description":"Auto-generated TypeScript types from the RouteFlow API OpenAPI specification","main":"dist/exports.js","types":"dist/exports.d.ts","exports":{".":{"types":"./dist/exports.d.ts","default":"./dist/exports.js"},"./raw":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"files":["dist","src"],"scripts":{"generate":"openapi-typescript http://localhost:3001/api/docs-json -o src/index.ts","generate:prod":"openapi-typescript https://api.routeflow.app/api/docs-json -o src/index.ts","build":"tsc","type-check":"tsc --noEmit","prepublishOnly":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/souldevsoul/routeflow-types.git"},"keywords":["routeflow","api","types","typescript","openapi"],"author":"S2S Engineering","license":"MIT","devDependencies":{"openapi-typescript":"^7.4.3","typescript":"^5.7.2"},"publishConfig":{"access":"public"}}
package/src/exports.ts CHANGED
@@ -139,7 +139,7 @@ export type ExpenseList = components['schemas']['ExpenseListResponseDto'];
139
139
  export type ExpenseListResponse = components['schemas']['ExpenseListResponseDto'];
140
140
  export type PaginatedExpenses = components['schemas']['ExpenseListResponseDto'];
141
141
  export type ExpenseStats = components['schemas']['ExpenseStatsDto'];
142
- // Note: AISuggestion is added at runtime by the service but not in OpenAPI schema
142
+ export type AISuggestion = components['schemas']['AISuggestionDto'];
143
143
 
144
144
  // Email Inbound
145
145
  export type ClientEmail = components['schemas']['ClientEmailResponseDto'];
@@ -285,6 +285,10 @@ export type SignDocumentDto = components['schemas']['SignDocumentDto'];
285
285
  export type UpdateManualHosDto = components['schemas']['UpdateManualHosDto'];
286
286
  export type LinkEldProviderDto = components['schemas']['LinkEldProviderDto'];
287
287
 
288
+ // ELD type aliases (for SDK compatibility)
289
+ export type UpdateManualHosRequest = UpdateManualHosDto;
290
+ export type LinkEldProviderRequest = LinkEldProviderDto;
291
+
288
292
  // ============================================================================
289
293
  // REQUEST TYPE ALIASES (for SDK compatibility)
290
294
  // ============================================================================