@@ -95,6 +95,7 @@ class ProviderResponse(ModelSimple):
9595 'SAGEONE' : "sageone" ,
9696 'SHAPE_PAYROLL' : "shape payroll" ,
9797 'SIMPLEPAY.IE' : "simplepay.ie" ,
98+ 'SUNFISH' : "sunfish" ,
9899 'TALENOX' : "talenox" ,
99100 'TALENTOZ' : "talentoz" ,
100101 'UNITY' : "unity" ,
@@ -149,10 +150,10 @@ def __init__(self, *args, **kwargs):
149150 Note that value can be passed either in args or in kwargs, but not in both.
150151
151152 Args:
152- 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", "greythr", "gusto", "itrent", "justworks", "keypay", "kontek.se", "onpay", "oysterhr", "paycircle", "pento.io", "peoplehr", "quickbooks online", "remote.com", "runa", "sageone", "shape payroll", "simplepay.ie", "talenox", "talentoz", "unity", "zoho", "zucchetti", ] # noqa: E501
153+ 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", "greythr", "gusto", "itrent", "justworks", "keypay", "kontek.se", "onpay", "oysterhr", "paycircle", "pento.io", "peoplehr", "quickbooks online", "remote.com", "runa", "sageone", "shape payroll", "simplepay.ie", "sunfish", " talenox", "talentoz", "unity", "zoho", "zucchetti", ] # noqa: E501
153154
154155 Keyword Args:
155- 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", "greythr", "gusto", "itrent", "justworks", "keypay", "kontek.se", "onpay", "oysterhr", "paycircle", "pento.io", "peoplehr", "quickbooks online", "remote.com", "runa", "sageone", "shape payroll", "simplepay.ie", "talenox", "talentoz", "unity", "zoho", "zucchetti", ] # noqa: E501
156+ 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", "greythr", "gusto", "itrent", "justworks", "keypay", "kontek.se", "onpay", "oysterhr", "paycircle", "pento.io", "peoplehr", "quickbooks online", "remote.com", "runa", "sageone", "shape payroll", "simplepay.ie", "sunfish", " talenox", "talentoz", "unity", "zoho", "zucchetti", ] # noqa: E501
156157 _check_type (bool): if True, values for parameters in openapi_types
157158 will be type checked and a TypeError will be
158159 raised if the wrong type is input.
0 commit comments