From d69c1c644a0f0d320f3ac55a583954c841f3eb0a Mon Sep 17 00:00:00 2001 From: Automatic commit Date: Wed, 13 Nov 2024 00:18:29 +0000 Subject: [PATCH] Auto commit version 1.1.30 - 13 Nov 2024 --- setup.py | 2 +- skautis/Journal.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index c9cdb42..f54fc9c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='skautis-py', - version='1.1.29', + version='1.1.30', description='Python library for interaction with the Skautis API', author='Jakub Kulik', author_email='kulikjak@gmail.com', diff --git a/skautis/Journal.py b/skautis/Journal.py index 4b7fad3..1e6ee7c 100644 --- a/skautis/Journal.py +++ b/skautis/Journal.py @@ -197,8 +197,8 @@ def JournalCopyALLDateSent(self, ID_Login): return self._client.service.JournalCopyALLDateSent({"ID_Login": ID_Login}) # Přidat speciální zásilku - def JournalCopyInsertSpecial(self, ID_Login, DateSent, AgeFrom, AgeTo, HasPreparedJournal, IsInsert, FunctionTypeNegation, RoverJournal, AlignmentTypeNegation, JournalParent, DisplayName=None, ID_FunctionTypeArray=None, ID_SexUnit=None, ID_TroopArtArray=None, ID_AlignmentTypeArray=None, ID_MembershipCategoryArray=None, ID_JournalArray=None, Note=None, ID_MembershipCategoryPersonNumberArray=None, ID_PersonNumberArray=None, IsAdultStem=None): - return self._client.service.JournalCopyInsertSpecial({"ID_Login": ID_Login, "DateSent": DateSent, "AgeFrom": AgeFrom, "AgeTo": AgeTo, "HasPreparedJournal": HasPreparedJournal, "IsInsert": IsInsert, "FunctionTypeNegation": FunctionTypeNegation, "RoverJournal": RoverJournal, "AlignmentTypeNegation": AlignmentTypeNegation, "JournalParent": JournalParent, "DisplayName": DisplayName, "ID_FunctionTypeArray": ID_FunctionTypeArray, "ID_SexUnit": ID_SexUnit, "ID_TroopArtArray": ID_TroopArtArray, "ID_AlignmentTypeArray": ID_AlignmentTypeArray, "ID_MembershipCategoryArray": ID_MembershipCategoryArray, "ID_JournalArray": ID_JournalArray, "Note": Note, "ID_MembershipCategoryPersonNumberArray": ID_MembershipCategoryPersonNumberArray, "ID_PersonNumberArray": ID_PersonNumberArray, "IsAdultStem": IsAdultStem}) + def JournalCopyInsertSpecial(self, ID_Login, DateSent, IsInsert, FunctionTypeNegation, RoverJournal, AlignmentTypeNegation, AgeFrom, AgeTo, HasPreparedJournal, JournalParent, DisplayName=None, Note=None, ID_FunctionTypeArray=None, ID_SexUnit=None, ID_TroopArtArray=None, ID_AlignmentTypeArray=None, ID_MembershipCategoryArray=None, ID_MembershipCategoryPersonNumberArray=None, ID_PersonNumberArray=None, ID_JournalArray=None, IsAdultStem=None): + return self._client.service.JournalCopyInsertSpecial({"ID_Login": ID_Login, "DateSent": DateSent, "IsInsert": IsInsert, "FunctionTypeNegation": FunctionTypeNegation, "RoverJournal": RoverJournal, "AlignmentTypeNegation": AlignmentTypeNegation, "AgeFrom": AgeFrom, "AgeTo": AgeTo, "HasPreparedJournal": HasPreparedJournal, "JournalParent": JournalParent, "DisplayName": DisplayName, "Note": Note, "ID_FunctionTypeArray": ID_FunctionTypeArray, "ID_SexUnit": ID_SexUnit, "ID_TroopArtArray": ID_TroopArtArray, "ID_AlignmentTypeArray": ID_AlignmentTypeArray, "ID_MembershipCategoryArray": ID_MembershipCategoryArray, "ID_MembershipCategoryPersonNumberArray": ID_MembershipCategoryPersonNumberArray, "ID_PersonNumberArray": ID_PersonNumberArray, "ID_JournalArray": ID_JournalArray, "IsAdultStem": IsAdultStem}) # Přehled titulů připravených k rozesílce def JournalCopyAllSummary(self, ID_Login):