@@ -73,7 +73,9 @@ class ProviderResponse(ModelSimple):
7373 'XERO_UK' : "xero uk" ,
7474 'BRAIN_PAYROLL' : "brain payroll" ,
7575 'BRIGHTPAY_CONNECT' : "brightpay connect" ,
76+ 'BUK' : "buk" ,
7677 'EMPLOYMENT_HERO' : "employment hero" ,
78+ 'EPE' : "epe" ,
7779 'FACTORIALHR' : "factorialhr" ,
7880 'FOURTHHR' : "fourthhr" ,
7981 'GUSTO' : "gusto" ,
@@ -94,6 +96,7 @@ class ProviderResponse(ModelSimple):
9496 'TALENOX' : "talenox" ,
9597 'UNITY' : "unity" ,
9698 'ZOHO' : "zoho" ,
99+ 'ZUCCHETTI' : "zucchetti" ,
97100 },
98101 }
99102
@@ -143,10 +146,10 @@ def __init__(self, *args, **kwargs):
143146 Note that value can be passed either in args or in kwargs, but not in both.
144147
145148 Args:
146- args[0] (str):, must be one of ["sandbox", "bamboohr", "breathe", "cezanne", "charliehr", "deel", "deputy", "hailyhr", "hibob", "humaans", "iris cascade", "moorepay", "nmbrs", "parolla.ie", "payfit", "personio.de", "planday", "sagehr", "saplinghr", "staffology", "xero uk", "brain payroll", "brightpay connect", "employment hero", "factorialhr", "fourthhr", "gusto", "itrent", "justworks", "kontek.se", "onpay", "oysterhr", "paycircle", "pento.io", "peoplehr", "quickbooks online", "remote.com", "runa", "sageone", "shape payroll", "simplepay.ie", "talenox", "unity", "zoho", ] # noqa: E501
149+ args[0] (str):, must be one of ["sandbox", "bamboohr", "breathe", "cezanne", "charliehr", "deel", "deputy", "hailyhr", "hibob", "humaans", "iris cascade", "moorepay", "nmbrs", "parolla.ie", "payfit", "personio.de", "planday", "sagehr", "saplinghr", "staffology", "xero uk", "brain payroll", "brightpay connect", "buk", " employment hero", "epe", " factorialhr", "fourthhr", "gusto", "itrent", "justworks", "kontek.se", "onpay", "oysterhr", "paycircle", "pento.io", "peoplehr", "quickbooks online", "remote.com", "runa", "sageone", "shape payroll", "simplepay.ie", "talenox", "unity", "zoho", "zucchetti ", ] # noqa: E501
147150
148151 Keyword Args:
149- value (str):, must be one of ["sandbox", "bamboohr", "breathe", "cezanne", "charliehr", "deel", "deputy", "hailyhr", "hibob", "humaans", "iris cascade", "moorepay", "nmbrs", "parolla.ie", "payfit", "personio.de", "planday", "sagehr", "saplinghr", "staffology", "xero uk", "brain payroll", "brightpay connect", "employment hero", "factorialhr", "fourthhr", "gusto", "itrent", "justworks", "kontek.se", "onpay", "oysterhr", "paycircle", "pento.io", "peoplehr", "quickbooks online", "remote.com", "runa", "sageone", "shape payroll", "simplepay.ie", "talenox", "unity", "zoho", ] # noqa: E501
152+ value (str):, must be one of ["sandbox", "bamboohr", "breathe", "cezanne", "charliehr", "deel", "deputy", "hailyhr", "hibob", "humaans", "iris cascade", "moorepay", "nmbrs", "parolla.ie", "payfit", "personio.de", "planday", "sagehr", "saplinghr", "staffology", "xero uk", "brain payroll", "brightpay connect", "buk", " employment hero", "epe", " factorialhr", "fourthhr", "gusto", "itrent", "justworks", "kontek.se", "onpay", "oysterhr", "paycircle", "pento.io", "peoplehr", "quickbooks online", "remote.com", "runa", "sageone", "shape payroll", "simplepay.ie", "talenox", "unity", "zoho", "zucchetti ", ] # noqa: E501
150153 _check_type (bool): if True, values for parameters in openapi_types
151154 will be type checked and a TypeError will be
152155 raised if the wrong type is input.
0 commit comments