@juhuu/sdk-ts 1.2.138 → 1.2.139
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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
@@ -197,7 +197,7 @@ interface Party extends Person {
|
|
197
197
|
bic?: string;
|
198
198
|
}
|
199
199
|
type VeloBrushDeviceDocumentUserManualStep = "prepareBike1" | "prepareBike2" | "chooseCycleType" | "openDoors1" | "extendBikeDrawer1" | "unfoldRamp1" | "placeBike1" | "fixBike1" | "fixBike2" | "retractBikeDrawer1" | "closeDoors1" | "selectWashProgram" | "waitForWashProgram" | "openDoors2" | "extendBikeDrawer2" | "dryBike1" | "dryBike2" | "releaseBike" | "unloadBike" | "retractBikeDrawer2" | "closeDoors2" | "lockDoors" | "error" | "emergencyStop" | "waitingForSession";
|
200
|
-
type PaymentStatus = "waitingForConfirmation" | "waitingForAmountFinalization" | "waitingForCapture" | "waitingForTransitConfirmation" | "inTransitToProvider" | "captured" | "inTransitToProperty" | "payedOut";
|
200
|
+
type PaymentStatus = "waitingForConfirmation" | "waitingForAmountFinalization" | "waitingForCapture" | "waitingForTransitConfirmation" | "inTransitToProvider" | "captured" | "inTransitToProperty" | "payedOut" | "cancelled";
|
201
201
|
type PaymentRefundStatus = "waitingForArrivalAtUser" | "waitingForPayout" | "inTransitToProperty" | "payedOut" | "failed";
|
202
202
|
type PaymentServiceProvider = "stripe";
|
203
203
|
type PayoutStatus = "waitingForApproval" | "inTransitToProperty" | "payedOut";
|
package/dist/index.d.ts
CHANGED
@@ -197,7 +197,7 @@ interface Party extends Person {
|
|
197
197
|
bic?: string;
|
198
198
|
}
|
199
199
|
type VeloBrushDeviceDocumentUserManualStep = "prepareBike1" | "prepareBike2" | "chooseCycleType" | "openDoors1" | "extendBikeDrawer1" | "unfoldRamp1" | "placeBike1" | "fixBike1" | "fixBike2" | "retractBikeDrawer1" | "closeDoors1" | "selectWashProgram" | "waitForWashProgram" | "openDoors2" | "extendBikeDrawer2" | "dryBike1" | "dryBike2" | "releaseBike" | "unloadBike" | "retractBikeDrawer2" | "closeDoors2" | "lockDoors" | "error" | "emergencyStop" | "waitingForSession";
|
200
|
-
type PaymentStatus = "waitingForConfirmation" | "waitingForAmountFinalization" | "waitingForCapture" | "waitingForTransitConfirmation" | "inTransitToProvider" | "captured" | "inTransitToProperty" | "payedOut";
|
200
|
+
type PaymentStatus = "waitingForConfirmation" | "waitingForAmountFinalization" | "waitingForCapture" | "waitingForTransitConfirmation" | "inTransitToProvider" | "captured" | "inTransitToProperty" | "payedOut" | "cancelled";
|
201
201
|
type PaymentRefundStatus = "waitingForArrivalAtUser" | "waitingForPayout" | "inTransitToProperty" | "payedOut" | "failed";
|
202
202
|
type PaymentServiceProvider = "stripe";
|
203
203
|
type PayoutStatus = "waitingForApproval" | "inTransitToProperty" | "payedOut";
|