tods-competition-factory 2.0.52 → 2.0.53

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.
@@ -11045,6 +11045,12 @@ declare const requestConstants: {
11045
11045
  DO_NOT_SCHEDULE: string;
11046
11046
  };
11047
11047
 
11048
+ declare const resourceContants: {
11049
+ RESOURCE_SUB_TYPE: string;
11050
+ RESOURCE_TYPE: string;
11051
+ IDENTIFIER: string;
11052
+ };
11053
+
11048
11054
  declare const resultConstants: {
11049
11055
  SUCCESS: {
11050
11056
  success: boolean;
@@ -11249,6 +11255,7 @@ declare const index_positionActionConstants: typeof positionActionConstants;
11249
11255
  declare const index_ratingConstants: typeof ratingConstants;
11250
11256
  declare const index_recoveryTimeRequiredMatchUpStatuses: typeof recoveryTimeRequiredMatchUpStatuses;
11251
11257
  declare const index_requestConstants: typeof requestConstants;
11258
+ declare const index_resourceContants: typeof resourceContants;
11252
11259
  declare const index_resultConstants: typeof resultConstants;
11253
11260
  declare const index_scaleConstants: typeof scaleConstants;
11254
11261
  declare const index_scheduleConstants: typeof scheduleConstants;
@@ -11262,7 +11269,7 @@ declare const index_upcomingMatchUpStatuses: typeof upcomingMatchUpStatuses;
11262
11269
  declare const index_validMatchUpStatuses: typeof validMatchUpStatuses;
11263
11270
  declare const index_venueConstants: typeof venueConstants;
11264
11271
  declare namespace index {
11265
- export { index_activeMatchUpStatuses as activeMatchUpStatuses, index_auditConstants as auditConstants, index_completedMatchUpStatuses as completedMatchUpStatuses, index_directingMatchUpStatuses as directingMatchUpStatuses, index_drawDefinitionConstants as drawDefinitionConstants, index_entryStatusConstants as entryStatusConstants, index_errorConditionConstants as errorConditionConstants, index_eventConstants as eventConstants, index_extensionConstants as extensionConstants, index_flightConstants as flightConstants, index_genderConstants as genderConstants, index_keyValueConstants as keyValueConstants, index_matchUpActionConstants as matchUpActionConstants, index_matchUpStatusConstants as matchUpStatusConstants, index_matchUpTypes as matchUpTypes, index_nonDirectingMatchUpStatuses as nonDirectingMatchUpStatuses, index_particicipantsRequiredMatchUpStatuses as particicipantsRequiredMatchUpStatuses, index_participantConstants as participantConstants, index_participantRoles as participantRoles, index_participantTypes as participantTypes, index_penaltyConstants as penaltyConstants, index_policyConstants as policyConstants, index_positionActionConstants as positionActionConstants, index_ratingConstants as ratingConstants, index_recoveryTimeRequiredMatchUpStatuses as recoveryTimeRequiredMatchUpStatuses, index_requestConstants as requestConstants, index_resultConstants as resultConstants, index_scaleConstants as scaleConstants, index_scheduleConstants as scheduleConstants, index_sortingConstants as sortingConstants, index_surfaceConstants as surfaceConstants, index_tieFormatConstants as tieFormatConstants, index_timeItemConstants as timeItemConstants, index_topicConstants as topicConstants, index_tournamentConstants as tournamentConstants, index_upcomingMatchUpStatuses as upcomingMatchUpStatuses, index_validMatchUpStatuses as validMatchUpStatuses, index_venueConstants as venueConstants };
11272
+ export { index_activeMatchUpStatuses as activeMatchUpStatuses, index_auditConstants as auditConstants, index_completedMatchUpStatuses as completedMatchUpStatuses, index_directingMatchUpStatuses as directingMatchUpStatuses, index_drawDefinitionConstants as drawDefinitionConstants, index_entryStatusConstants as entryStatusConstants, index_errorConditionConstants as errorConditionConstants, index_eventConstants as eventConstants, index_extensionConstants as extensionConstants, index_flightConstants as flightConstants, index_genderConstants as genderConstants, index_keyValueConstants as keyValueConstants, index_matchUpActionConstants as matchUpActionConstants, index_matchUpStatusConstants as matchUpStatusConstants, index_matchUpTypes as matchUpTypes, index_nonDirectingMatchUpStatuses as nonDirectingMatchUpStatuses, index_particicipantsRequiredMatchUpStatuses as particicipantsRequiredMatchUpStatuses, index_participantConstants as participantConstants, index_participantRoles as participantRoles, index_participantTypes as participantTypes, index_penaltyConstants as penaltyConstants, index_policyConstants as policyConstants, index_positionActionConstants as positionActionConstants, index_ratingConstants as ratingConstants, index_recoveryTimeRequiredMatchUpStatuses as recoveryTimeRequiredMatchUpStatuses, index_requestConstants as requestConstants, index_resourceContants as resourceContants, index_resultConstants as resultConstants, index_scaleConstants as scaleConstants, index_scheduleConstants as scheduleConstants, index_sortingConstants as sortingConstants, index_surfaceConstants as surfaceConstants, index_tieFormatConstants as tieFormatConstants, index_timeItemConstants as timeItemConstants, index_topicConstants as topicConstants, index_tournamentConstants as tournamentConstants, index_upcomingMatchUpStatuses as upcomingMatchUpStatuses, index_validMatchUpStatuses as validMatchUpStatuses, index_venueConstants as venueConstants };
11266
11273
  }
11267
11274
 
11268
- export { activeMatchUpStatuses, askEngine, asyncEngine, auditConstants, competitionEngine, index$k as competitionGovernor, completedMatchUpStatuses, directingMatchUpStatuses, drawDefinitionConstants, index$j as drawsGovernor, index$i as entriesGovernor, entryStatusConstants, errorConditionConstants, eventConstants, index$h as eventGovernor, extensionConstants, index as factoryConstants, fixtures, flightConstants, forge, genderConstants, index$g as generationGovernor, globalState, index$2 as governors, keyValueConstants, matchUpActionConstants, matchUpEngine, index$f as matchUpFormatCode, index$f as matchUpFormatGovernor, index$e as matchUpGovernor, matchUpStatusConstants, matchUpTypes, mocksEngine, index$d as mocksGovernor, nonDirectingMatchUpStatuses, particicipantsRequiredMatchUpStatuses, participantConstants, index$c as participantGovernor, participantRoles, participantTypes, penaltyConstants, policyConstants, index$b as policyGovernor, positionActionConstants, index$a as publishingGovernor, index$9 as queryGovernor, ratingConstants, recoveryTimeRequiredMatchUpStatuses, index$8 as reportGovernor, requestConstants, resultConstants, scaleConstants, scaleEngine, scheduleConstants, index$7 as scheduleGovernor, index$6 as scoreGovernor, sortingConstants, surfaceConstants, syncEngine, tieFormatConstants, index$5 as tieFormatGovernor, timeItemConstants, index$1 as tools, topicConstants, tournamentConstants, tournamentEngine, index$4 as tournamentGovernor, upcomingMatchUpStatuses, index$1 as utilities, validMatchUpStatuses, venueConstants, index$3 as venueGovernor, factoryVersion as version };
11275
+ export { activeMatchUpStatuses, askEngine, asyncEngine, auditConstants, competitionEngine, index$k as competitionGovernor, completedMatchUpStatuses, directingMatchUpStatuses, drawDefinitionConstants, index$j as drawsGovernor, index$i as entriesGovernor, entryStatusConstants, errorConditionConstants, eventConstants, index$h as eventGovernor, extensionConstants, index as factoryConstants, fixtures, flightConstants, forge, genderConstants, index$g as generationGovernor, globalState, index$2 as governors, keyValueConstants, matchUpActionConstants, matchUpEngine, index$f as matchUpFormatCode, index$f as matchUpFormatGovernor, index$e as matchUpGovernor, matchUpStatusConstants, matchUpTypes, mocksEngine, index$d as mocksGovernor, nonDirectingMatchUpStatuses, particicipantsRequiredMatchUpStatuses, participantConstants, index$c as participantGovernor, participantRoles, participantTypes, penaltyConstants, policyConstants, index$b as policyGovernor, positionActionConstants, index$a as publishingGovernor, index$9 as queryGovernor, ratingConstants, recoveryTimeRequiredMatchUpStatuses, index$8 as reportGovernor, requestConstants, resourceContants, resultConstants, scaleConstants, scaleEngine, scheduleConstants, index$7 as scheduleGovernor, index$6 as scoreGovernor, sortingConstants, surfaceConstants, syncEngine, tieFormatConstants, index$5 as tieFormatGovernor, timeItemConstants, index$1 as tools, topicConstants, tournamentConstants, tournamentEngine, index$4 as tournamentGovernor, upcomingMatchUpStatuses, index$1 as utilities, validMatchUpStatuses, venueConstants, index$3 as venueGovernor, factoryVersion as version };
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  function factoryVersion() {
6
- return '2.0.52';
6
+ return '2.0.53';
7
7
  }
8
8
 
9
9
  function isFunction(obj) {
@@ -1786,6 +1786,11 @@ function decorateResult({ context, result, stack, info }) {
1786
1786
  const RESOURCE_SUB_TYPE = 'resourceSubType';
1787
1787
  const RESOURCE_TYPE = 'resourceType';
1788
1788
  const IDENTIFIER = 'identifier';
1789
+ const resourceContants = {
1790
+ RESOURCE_SUB_TYPE,
1791
+ RESOURCE_TYPE,
1792
+ IDENTIFIER,
1793
+ };
1789
1794
 
1790
1795
  const SINGLES$1 = 'SINGLES';
1791
1796
  const SINGLES_EVENT = 'SINGLES';
@@ -55460,6 +55465,7 @@ function removeOnlineResource(params) {
55460
55465
  removeResource({ element: tournamentRecord, onlineResource });
55461
55466
  addNotice({
55462
55467
  payload: {
55468
+ parentOrganisation: tournamentRecord.parentOrganisation,
55463
55469
  onlineResources: tournamentRecord.onlineResources,
55464
55470
  tournamentId: tournamentRecord.tournamentId,
55465
55471
  },
@@ -55524,6 +55530,7 @@ function addOnlineResource(params) {
55524
55530
  mergeResource({ element: tournamentRecord, onlineResource });
55525
55531
  addNotice({
55526
55532
  payload: {
55533
+ parentOrganisation: tournamentRecord.parentOrganisation,
55527
55534
  onlineResources: tournamentRecord.onlineResources,
55528
55535
  tournamentId: tournamentRecord.tournamentId,
55529
55536
  },
@@ -58450,6 +58457,7 @@ var index = {
58450
58457
  ratingConstants: ratingConstants,
58451
58458
  recoveryTimeRequiredMatchUpStatuses: recoveryTimeRequiredMatchUpStatuses,
58452
58459
  requestConstants: requestConstants,
58460
+ resourceContants: resourceContants,
58453
58461
  resultConstants: resultConstants,
58454
58462
  scaleConstants: scaleConstants,
58455
58463
  scheduleConstants: scheduleConstants,
@@ -58514,6 +58522,7 @@ exports.ratingConstants = ratingConstants;
58514
58522
  exports.recoveryTimeRequiredMatchUpStatuses = recoveryTimeRequiredMatchUpStatuses;
58515
58523
  exports.reportGovernor = index$6;
58516
58524
  exports.requestConstants = requestConstants;
58525
+ exports.resourceContants = resourceContants;
58517
58526
  exports.resultConstants = resultConstants;
58518
58527
  exports.scaleConstants = scaleConstants;
58519
58528
  exports.scaleEngine = scaleEngine;