@astro-sports-developers/models 1.0.67 → 1.0.69
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/lib/models/M_Events.d.ts
CHANGED
|
@@ -75,7 +75,10 @@ export interface M_OtherEvents_V1 {
|
|
|
75
75
|
OE_StartDate: Date | Timestamp;
|
|
76
76
|
OE_EndDate?: Date | Timestamp;
|
|
77
77
|
OE_YearMonth: string;
|
|
78
|
-
SA_Id
|
|
78
|
+
SA_Id?: string;
|
|
79
|
+
SP_Id?: string;
|
|
80
|
+
TOU_Id?: string;
|
|
81
|
+
ORG_Id?: string;
|
|
79
82
|
T_Id?: string[];
|
|
80
83
|
OE_Venue?: M_VenueMin;
|
|
81
84
|
OE_OtherVenue?: string;
|
|
@@ -51,6 +51,11 @@ export interface M_SchoolProgram_V1 extends M_SP_PremiumPortal_V1 {
|
|
|
51
51
|
SP_CoverURL?: M_MediaFileV1;
|
|
52
52
|
SP_SchoolType?: string;
|
|
53
53
|
SP_TeamsMin?: M_TeamMin[];
|
|
54
|
+
SP_TeamsIDSportAssociation?: string[];
|
|
55
|
+
SP_TeamsIdsSchoolsPrograms?: string[];
|
|
56
|
+
SP_SchoolsProgramsIds?: string[];
|
|
57
|
+
SP_SportAssociationIds?: string[];
|
|
58
|
+
SP_TeamsIds?: string[];
|
|
54
59
|
SP_VenuesMin?: M_VenueMin[];
|
|
55
60
|
SP_Password?: string;
|
|
56
61
|
SP_AuthorizedUsers?: string[];
|
package/package.json
CHANGED