sdk-sapi-promarketing 0.0.20 → 0.0.21
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 -3
- package/dist/index.d.ts +1 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3110,9 +3110,7 @@ interface PlayerRequestWithdrawalPendingTrackingDataType {
|
|
|
3110
3110
|
}
|
|
3111
3111
|
type PlayerRequestWithdrawalPendingTrackingType = CommonMessageType & PlayerRequestWithdrawalPendingTrackingDataType;
|
|
3112
3112
|
|
|
3113
|
-
type ValidateSerialType = CommonMessageType & GenericResponseRequiredValidationType &
|
|
3114
|
-
data: ValidateDocumentBySkinResponseType;
|
|
3115
|
-
};
|
|
3113
|
+
type ValidateSerialType = CommonMessageType & GenericResponseRequiredValidationType & ValidateDocumentBySkinResponseType;
|
|
3116
3114
|
|
|
3117
3115
|
interface ValidateSerialDataType {
|
|
3118
3116
|
/** The document RUT. */
|
package/dist/index.d.ts
CHANGED
|
@@ -3110,9 +3110,7 @@ interface PlayerRequestWithdrawalPendingTrackingDataType {
|
|
|
3110
3110
|
}
|
|
3111
3111
|
type PlayerRequestWithdrawalPendingTrackingType = CommonMessageType & PlayerRequestWithdrawalPendingTrackingDataType;
|
|
3112
3112
|
|
|
3113
|
-
type ValidateSerialType = CommonMessageType & GenericResponseRequiredValidationType &
|
|
3114
|
-
data: ValidateDocumentBySkinResponseType;
|
|
3115
|
-
};
|
|
3113
|
+
type ValidateSerialType = CommonMessageType & GenericResponseRequiredValidationType & ValidateDocumentBySkinResponseType;
|
|
3116
3114
|
|
|
3117
3115
|
interface ValidateSerialDataType {
|
|
3118
3116
|
/** The document RUT. */
|