sdk-sapi-promarketing 0.0.11 → 0.0.12
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1153,6 +1153,8 @@ interface PlayerBonusAvailablesDataType {
|
|
|
1153
1153
|
tooltip?: string;
|
|
1154
1154
|
/** Represents pending serial verification of bonus. */
|
|
1155
1155
|
pending_serial_verification: boolean;
|
|
1156
|
+
/** Represents bonus charge. */
|
|
1157
|
+
isBonusCharge: boolean;
|
|
1156
1158
|
}
|
|
1157
1159
|
|
|
1158
1160
|
type PlayerBonusAvailablesType = PlayerBonusAvailablesDataType[];
|
package/dist/index.d.ts
CHANGED
|
@@ -1153,6 +1153,8 @@ interface PlayerBonusAvailablesDataType {
|
|
|
1153
1153
|
tooltip?: string;
|
|
1154
1154
|
/** Represents pending serial verification of bonus. */
|
|
1155
1155
|
pending_serial_verification: boolean;
|
|
1156
|
+
/** Represents bonus charge. */
|
|
1157
|
+
isBonusCharge: boolean;
|
|
1156
1158
|
}
|
|
1157
1159
|
|
|
1158
1160
|
type PlayerBonusAvailablesType = PlayerBonusAvailablesDataType[];
|