@routeflow/types 1.0.16 → 1.0.18

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.16","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.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"}}
package/src/exports.ts CHANGED
@@ -36,6 +36,7 @@ export type InboundEmailStatus = components['schemas']['InboundEmailResponseDto'
36
36
  export type Organization = components['schemas']['OrganizationResponseDto'];
37
37
  export type User = components['schemas']['UserResponseDto'];
38
38
  export type Run = components['schemas']['RunResponseDto'];
39
+ export type RunList = components['schemas']['RunListResponseDto'];
39
40
  export type Stop = components['schemas']['StopResponseDto'];
40
41
  export type Document = components['schemas']['DocumentResponseDto'];
41
42
 
@@ -45,7 +46,9 @@ export type DriverDispatchStatus = components['schemas']['DriverResponseDto']['d
45
46
 
46
47
  // Assets
47
48
  export type Truck = components['schemas']['TruckResponseDto'];
49
+ export type TruckList = components['schemas']['TruckListResponseDto'];
48
50
  export type Trailer = components['schemas']['TrailerResponseDto'];
51
+ export type TrailerList = components['schemas']['TrailerListResponseDto'];
49
52
 
50
53
  // ============================================================================
51
54
  // TYPES NOW GENERATED FROM SWAGGER
@@ -127,7 +130,7 @@ export type SuggestedDriver = components['schemas']['SuggestedDriverDto'];
127
130
  export type SuggestedCustomer = components['schemas']['SuggestedCustomerDto'];
128
131
 
129
132
  // Signatures
130
- export type UserSignature = components['schemas']['SignatureResponseDto'];
133
+ export type UserSignature = components['schemas']['UserSignatureResponseDto'];
131
134
  export type SignatureExists = components['schemas']['SignatureExistsResponseDto'];
132
135
 
133
136
  // Expenses
@@ -136,7 +139,7 @@ export type ExpenseList = components['schemas']['ExpenseListResponseDto'];
136
139
  export type ExpenseListResponse = components['schemas']['ExpenseListResponseDto'];
137
140
  export type PaginatedExpenses = components['schemas']['ExpenseListResponseDto'];
138
141
  export type ExpenseStats = components['schemas']['ExpenseStatsDto'];
139
- export type AISuggestion = components['schemas']['AISuggestionDto'];
142
+ // Note: AISuggestion is added at runtime by the service but not in OpenAPI schema
140
143
 
141
144
  // Email Inbound
142
145
  export type ClientEmail = components['schemas']['ClientEmailResponseDto'];
@@ -150,7 +153,7 @@ export type EmailAttachment = components['schemas']['EmailAttachmentResponseDto'
150
153
 
151
154
  // Document Signing
152
155
  export type DocumentToSign = components['schemas']['DocumentToSignResponseDto'];
153
- export type SignDocumentResponse = components['schemas']['SignDocumentResponseDto'];
156
+ export type SignDocumentResponse = components['schemas']['SignDocumentResultDto'];
154
157
 
155
158
  // Auth Response
156
159
  export type AuthResponse = components['schemas']['AuthResponseDto'];
@@ -218,6 +221,8 @@ export type CreateDocumentDto = components['schemas']['CreateDocumentDto'];
218
221
  export type CreateCompanyDocumentDto = components['schemas']['CreateCompanyDocumentDto'];
219
222
  export type ParseRateConDto = components['schemas']['ParseRateConDto'];
220
223
  export type ExtractAssetsDto = components['schemas']['ExtractAssetsDto'];
224
+ export type UnifiedUploadDto = components['schemas']['UnifiedUploadDto'];
225
+ export type UnifiedUploadResult = components['schemas']['UnifiedUploadResultDto'];
221
226
 
222
227
  // Magic Link DTOs
223
228
  export type CreateMagicLinkDto = components['schemas']['CreateMagicLinkDto'];