@leavittsoftware/lg-core-typescript 5.1412.0 → 5.1413.0
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/api4.leavitt.com.js.map +1 -1
- package/api4.leavitt.com.ts +1 -4
- package/package.json +1 -1
package/api4.leavitt.com.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api4.leavitt.com.js","sourceRoot":"","sources":["api4.leavitt.com.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"api4.leavitt.com.js","sourceRoot":"","sources":["api4.leavitt.com.ts"],"names":[],"mappings":"AAyjDA,MAAM,CAAN,IAAY,wBAGX;AAHD,WAAY,wBAAwB;IAChC,2FAAkB,CAAA;IAClB,qFAAe,CAAA;AACnB,CAAC,EAHW,wBAAwB,KAAxB,wBAAwB,QAGnC;AAID,MAAM,CAAN,IAAY,qBAOX;AAPD,WAAY,qBAAqB;IAC7B,2EAAa,CAAA;IACb,6EAAc,CAAA;IACd,uEAAW,CAAA;IACX,+EAAe,CAAA;IACf,uEAAW,CAAA;IACX,yEAAY,CAAA;AAChB,CAAC,EAPW,qBAAqB,KAArB,qBAAqB,QAOhC;AAID,MAAM,CAAN,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC7B,yEAAY,CAAA;IACZ,6EAAc,CAAA;IACd,+EAAe,CAAA;IACf,uEAAW,CAAA;AACf,CAAC,EALW,qBAAqB,KAArB,qBAAqB,QAKhC;AAID,MAAM,CAAN,IAAY,UAOX;AAPD,WAAY,UAAU;IAClB,2CAAQ,CAAA;IACR,uDAAc,CAAA;IACd,mEAAoB,CAAA;IACpB,mDAAY,CAAA;IACZ,6CAAS,CAAA;IACT,yCAAO,CAAA;AACX,CAAC,EAPW,UAAU,KAAV,UAAU,QAOrB;AAID,MAAM,CAAN,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC3B,2DAAO,CAAA;IACP,yDAAM,CAAA;AACV,CAAC,EAHW,mBAAmB,KAAnB,mBAAmB,QAG9B"}
|
package/api4.leavitt.com.ts
CHANGED
|
@@ -73,7 +73,6 @@ export interface SendChangeRequestEmailDto {
|
|
|
73
73
|
}
|
|
74
74
|
|
|
75
75
|
export interface UpdateReservationStatusDto {
|
|
76
|
-
Note?: string | null ;
|
|
77
76
|
Status: VehicleReservationStatusString;
|
|
78
77
|
}
|
|
79
78
|
|
|
@@ -97,13 +96,11 @@ export interface UpsertVehicleReservationDto {
|
|
|
97
96
|
DestinationState: string;
|
|
98
97
|
EndDate: string;
|
|
99
98
|
Id?: number | null ;
|
|
100
|
-
Note?: string | null ;
|
|
101
99
|
NumberOfPassengers: number;
|
|
102
100
|
Reason: string;
|
|
103
101
|
ReservedByPersonId?: number | null ;
|
|
104
|
-
SpecialInstructions?: string | null ;
|
|
105
102
|
StartDate: string;
|
|
106
|
-
|
|
103
|
+
Status: VehicleReservationStatusString;
|
|
107
104
|
VehicleId: number;
|
|
108
105
|
}
|
|
109
106
|
|