Skip to content

Commit

Permalink
Auto commit version 1.1.19 - 27 Jan 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
kulikjak committed Jan 27, 2024
1 parent 6705574 commit f87e1f6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='skautis-py',
version='1.1.18',
version='1.1.19',
description='Python library for interaction with the Skautis API',
author='Jakub Kulik',
author_email='[email protected]',
Expand Down
4 changes: 2 additions & 2 deletions skautis/Events.py
Original file line number Diff line number Diff line change
Expand Up @@ -1517,8 +1517,8 @@ def EventEducationAllPublic(self, ID_Login, ID_Application, GpsLatitude, GpsLong
return self._client.service.EventEducationAllPublic({"ID_Login": ID_Login, "ID_Application": ID_Application, "GpsLatitude": GpsLatitude, "GpsLongitude": GpsLongitude, "Distance": Distance, "IsQualificationExam": IsQualificationExam, "From": From, "To": To, "StartsTo": StartsTo, "EndsTo": EndsTo, "ParticipantFeeFrom": ParticipantFeeFrom, "ParticipantFeeTo": ParticipantFeeTo, "DurationFrom": DurationFrom, "DurationTo": DurationTo, "ParticipantCountFrom": ParticipantCountFrom, "ParticipantCountTo": ParticipantCountTo, "IsApproved": IsApproved, "IsRegistrationOpen": IsRegistrationOpen, "EventEducationType": EventEducationType, "DisplayName": DisplayName, "ID_EventEducationGroup": ID_EventEducationGroup, "ID_RegionList": ID_RegionList, "ID_DistrictList": ID_DistrictList, "ID_OccupancyList": ID_OccupancyList})

# Načíst přehled vzdělávacích akcí
def EventEducationAllOverview(self, ID_Login, ShowAll, ShowValid, Year, ID_EventEducationType=None, ID_EventEducationState=None, ID_GrantState=None, ID_EventEducationCommissionState=None):
return self._client.service.EventEducationAllOverview({"ID_Login": ID_Login, "ShowAll": ShowAll, "ShowValid": ShowValid, "Year": Year, "ID_EventEducationType": ID_EventEducationType, "ID_EventEducationState": ID_EventEducationState, "ID_GrantState": ID_GrantState, "ID_EventEducationCommissionState": ID_EventEducationCommissionState})
def EventEducationAllOverview(self, ID_Login, Year, ID_EventEducationType=None, ID_EventEducationState=None, ID_GrantState=None, ID_EventEducationCommissionState=None):
return self._client.service.EventEducationAllOverview({"ID_Login": ID_Login, "Year": Year, "ID_EventEducationType": ID_EventEducationType, "ID_EventEducationState": ID_EventEducationState, "ID_GrantState": ID_GrantState, "ID_EventEducationCommissionState": ID_EventEducationCommissionState})

# Načíst seznam akcí jednotky u kterých není žádost o dotaci
def EventEducationAllUnitNoGrant(self, ID_Login, ID_Unit, ID_EventType=None):
Expand Down
12 changes: 6 additions & 6 deletions skautis/Summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ def ExportUnitDetail(self, ID_Login, ID):
return self._client.service.ExportUnitDetail({"ID_Login": ID_Login, "ID": ID})

# Kopie šablonu exportu jednotek
def ExportUnitClone(self, ID_Login, ID, ID_Person, RegistrationYear, Contact, Aligment, Leaders, Location, Address, ViewDisplayName, RegistrationNumber, Street, City, Postcode, State, PostalFirstLine, PostalStreet, PostalCity, PostalPostcode, PostalState, Person=None, DisplayName=None):
return self._client.service.ExportUnitClone({"ID_Login": ID_Login, "ID": ID, "ID_Person": ID_Person, "RegistrationYear": RegistrationYear, "Contact": Contact, "Aligment": Aligment, "Leaders": Leaders, "Location": Location, "Address": Address, "ViewDisplayName": ViewDisplayName, "RegistrationNumber": RegistrationNumber, "Street": Street, "City": City, "Postcode": Postcode, "State": State, "PostalFirstLine": PostalFirstLine, "PostalStreet": PostalStreet, "PostalCity": PostalCity, "PostalPostcode": PostalPostcode, "PostalState": PostalState, "Person": Person, "DisplayName": DisplayName})
def ExportUnitClone(self, ID_Login, ID, ID_Person, RegistrationYear, Contact, AligmentType, Leaders, Location, Address, ViewDisplayName, RegistrationNumber, Street, City, Postcode, State, PostalFirstLine, PostalStreet, PostalCity, PostalPostcode, PostalState, IC, DIC, TroopArt, MemberCount, FilterAligmentType, FilterTroopArt, IsPublic, Person=None, DisplayName=None, AlignmentTypes=None, TroopArts=None, ContactTypes=None):
return self._client.service.ExportUnitClone({"ID_Login": ID_Login, "ID": ID, "ID_Person": ID_Person, "RegistrationYear": RegistrationYear, "Contact": Contact, "AligmentType": AligmentType, "Leaders": Leaders, "Location": Location, "Address": Address, "ViewDisplayName": ViewDisplayName, "RegistrationNumber": RegistrationNumber, "Street": Street, "City": City, "Postcode": Postcode, "State": State, "PostalFirstLine": PostalFirstLine, "PostalStreet": PostalStreet, "PostalCity": PostalCity, "PostalPostcode": PostalPostcode, "PostalState": PostalState, "IC": IC, "DIC": DIC, "TroopArt": TroopArt, "MemberCount": MemberCount, "FilterAligmentType": FilterAligmentType, "FilterTroopArt": FilterTroopArt, "IsPublic": IsPublic, "Person": Person, "DisplayName": DisplayName, "AlignmentTypes": AlignmentTypes, "TroopArts": TroopArts, "ContactTypes": ContactTypes})

# Založit šablonu exportu jednotek
def ExportUnitInsert(self, ID_Login, ID, ID_Person, RegistrationYear, Contact, Aligment, Leaders, Location, Address, ViewDisplayName, RegistrationNumber, Street, City, Postcode, State, PostalFirstLine, PostalStreet, PostalCity, PostalPostcode, PostalState, Person=None, DisplayName=None):
return self._client.service.ExportUnitInsert({"ID_Login": ID_Login, "ID": ID, "ID_Person": ID_Person, "RegistrationYear": RegistrationYear, "Contact": Contact, "Aligment": Aligment, "Leaders": Leaders, "Location": Location, "Address": Address, "ViewDisplayName": ViewDisplayName, "RegistrationNumber": RegistrationNumber, "Street": Street, "City": City, "Postcode": Postcode, "State": State, "PostalFirstLine": PostalFirstLine, "PostalStreet": PostalStreet, "PostalCity": PostalCity, "PostalPostcode": PostalPostcode, "PostalState": PostalState, "Person": Person, "DisplayName": DisplayName})
def ExportUnitInsert(self, ID_Login, ID, ID_Person, RegistrationYear, Contact, AligmentType, Leaders, Location, Address, ViewDisplayName, RegistrationNumber, Street, City, Postcode, State, PostalFirstLine, PostalStreet, PostalCity, PostalPostcode, PostalState, IC, DIC, TroopArt, MemberCount, FilterAligmentType, FilterTroopArt, IsPublic, Person=None, DisplayName=None, AlignmentTypes=None, TroopArts=None, ContactTypes=None):
return self._client.service.ExportUnitInsert({"ID_Login": ID_Login, "ID": ID, "ID_Person": ID_Person, "RegistrationYear": RegistrationYear, "Contact": Contact, "AligmentType": AligmentType, "Leaders": Leaders, "Location": Location, "Address": Address, "ViewDisplayName": ViewDisplayName, "RegistrationNumber": RegistrationNumber, "Street": Street, "City": City, "Postcode": Postcode, "State": State, "PostalFirstLine": PostalFirstLine, "PostalStreet": PostalStreet, "PostalCity": PostalCity, "PostalPostcode": PostalPostcode, "PostalState": PostalState, "IC": IC, "DIC": DIC, "TroopArt": TroopArt, "MemberCount": MemberCount, "FilterAligmentType": FilterAligmentType, "FilterTroopArt": FilterTroopArt, "IsPublic": IsPublic, "Person": Person, "DisplayName": DisplayName, "AlignmentTypes": AlignmentTypes, "TroopArts": TroopArts, "ContactTypes": ContactTypes})

# Upravit šablonu exportu jednotek
def ExportUnitUpdate(self, ID_Login, ID, ID_Person, RegistrationYear, Contact, Aligment, Leaders, Location, Address, ViewDisplayName, RegistrationNumber, Street, City, Postcode, State, PostalFirstLine, PostalStreet, PostalCity, PostalPostcode, PostalState, Person=None, DisplayName=None):
return self._client.service.ExportUnitUpdate({"ID_Login": ID_Login, "ID": ID, "ID_Person": ID_Person, "RegistrationYear": RegistrationYear, "Contact": Contact, "Aligment": Aligment, "Leaders": Leaders, "Location": Location, "Address": Address, "ViewDisplayName": ViewDisplayName, "RegistrationNumber": RegistrationNumber, "Street": Street, "City": City, "Postcode": Postcode, "State": State, "PostalFirstLine": PostalFirstLine, "PostalStreet": PostalStreet, "PostalCity": PostalCity, "PostalPostcode": PostalPostcode, "PostalState": PostalState, "Person": Person, "DisplayName": DisplayName})
def ExportUnitUpdate(self, ID_Login, ID, ID_Person, RegistrationYear, Contact, AligmentType, Leaders, Location, Address, ViewDisplayName, RegistrationNumber, Street, City, Postcode, State, PostalFirstLine, PostalStreet, PostalCity, PostalPostcode, PostalState, IC, DIC, TroopArt, MemberCount, FilterAligmentType, FilterTroopArt, IsPublic, Person=None, DisplayName=None, AlignmentTypes=None, TroopArts=None, ContactTypes=None):
return self._client.service.ExportUnitUpdate({"ID_Login": ID_Login, "ID": ID, "ID_Person": ID_Person, "RegistrationYear": RegistrationYear, "Contact": Contact, "AligmentType": AligmentType, "Leaders": Leaders, "Location": Location, "Address": Address, "ViewDisplayName": ViewDisplayName, "RegistrationNumber": RegistrationNumber, "Street": Street, "City": City, "Postcode": Postcode, "State": State, "PostalFirstLine": PostalFirstLine, "PostalStreet": PostalStreet, "PostalCity": PostalCity, "PostalPostcode": PostalPostcode, "PostalState": PostalState, "IC": IC, "DIC": DIC, "TroopArt": TroopArt, "MemberCount": MemberCount, "FilterAligmentType": FilterAligmentType, "FilterTroopArt": FilterTroopArt, "IsPublic": IsPublic, "Person": Person, "DisplayName": DisplayName, "AlignmentTypes": AlignmentTypes, "TroopArts": TroopArts, "ContactTypes": ContactTypes})

# Zobrazit export osob
def ExportPersonView(self, ID_Login, ID, Units=None):
Expand Down

0 comments on commit f87e1f6

Please sign in to comment.