@scoreboardmax/api-types 1.0.1 → 1.0.2
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/index.d.ts +1 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* This file contains type definitions for API consumers.
|
|
5
5
|
* These types are automatically generated from the ScoreboardMax API source code.
|
|
6
6
|
*
|
|
7
|
-
* @version Generated on 2025-08-08T05:
|
|
7
|
+
* @version Generated on 2025-08-08T05:09:09.907Z
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
export enum ApiAction {
|
|
@@ -635,7 +635,6 @@ export interface RosterResponse {
|
|
|
635
635
|
accountId: string;
|
|
636
636
|
dateCreated: string;
|
|
637
637
|
dateModified: string;
|
|
638
|
-
testDeploy?: string;
|
|
639
638
|
}
|
|
640
639
|
|
|
641
640
|
export interface ScoreboardActivationListResponse {
|