sdk-sapi-promarketing 0.0.16 → 0.0.17
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 +3 -1
- package/dist/index.d.ts +3 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3118,7 +3118,9 @@ interface PlayerRequestWithdrawalPendingTrackingDataType {
|
|
|
3118
3118
|
}
|
|
3119
3119
|
type PlayerRequestWithdrawalPendingTrackingType = CommonMessageType & PlayerRequestWithdrawalPendingTrackingDataType;
|
|
3120
3120
|
|
|
3121
|
-
type ValidateSerialType = CommonMessageType & PlayerAccessFlowControllerDataType
|
|
3121
|
+
type ValidateSerialType = CommonMessageType & PlayerAccessFlowControllerDataType & {
|
|
3122
|
+
data: ValidateDocumentBySkinResponseType;
|
|
3123
|
+
};
|
|
3122
3124
|
|
|
3123
3125
|
interface ValidateSerialDataType {
|
|
3124
3126
|
/** The document RUT. */
|
package/dist/index.d.ts
CHANGED
|
@@ -3118,7 +3118,9 @@ interface PlayerRequestWithdrawalPendingTrackingDataType {
|
|
|
3118
3118
|
}
|
|
3119
3119
|
type PlayerRequestWithdrawalPendingTrackingType = CommonMessageType & PlayerRequestWithdrawalPendingTrackingDataType;
|
|
3120
3120
|
|
|
3121
|
-
type ValidateSerialType = CommonMessageType & PlayerAccessFlowControllerDataType
|
|
3121
|
+
type ValidateSerialType = CommonMessageType & PlayerAccessFlowControllerDataType & {
|
|
3122
|
+
data: ValidateDocumentBySkinResponseType;
|
|
3123
|
+
};
|
|
3122
3124
|
|
|
3123
3125
|
interface ValidateSerialDataType {
|
|
3124
3126
|
/** The document RUT. */
|