sfq 0.0.20__py3-none-any.whl → 0.0.21__py3-none-any.whl
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.
sfq/__init__.py
CHANGED
@@ -79,12 +79,12 @@ class SFAuth:
|
|
79
79
|
client_id: str,
|
80
80
|
refresh_token: str, # client_secret & refresh_token will swap positions 2025-AUG-1
|
81
81
|
client_secret: str = "_deprecation_warning", # mandatory after 2025-AUG-1
|
82
|
-
api_version: str = "
|
82
|
+
api_version: str = "v64.0",
|
83
83
|
token_endpoint: str = "/services/oauth2/token",
|
84
84
|
access_token: Optional[str] = None,
|
85
85
|
token_expiration_time: Optional[float] = None,
|
86
86
|
token_lifetime: int = 15 * 60,
|
87
|
-
user_agent: str = "sfq/0.0.
|
87
|
+
user_agent: str = "sfq/0.0.21",
|
88
88
|
sforce_client: str = "_auto",
|
89
89
|
proxy: str = "_auto",
|
90
90
|
) -> None:
|
@@ -95,12 +95,12 @@ class SFAuth:
|
|
95
95
|
:param client_id: The client ID for OAuth.
|
96
96
|
:param refresh_token: The refresh token for OAuth.
|
97
97
|
:param client_secret: The client secret for OAuth (default is "_deprecation_warning").
|
98
|
-
:param api_version: The Salesforce API version (default is "
|
98
|
+
:param api_version: The Salesforce API version (default is "v64.0").
|
99
99
|
:param token_endpoint: The token endpoint (default is "/services/oauth2/token").
|
100
100
|
:param access_token: The access token for the current session (default is None).
|
101
101
|
:param token_expiration_time: The expiration time of the access token (default is None).
|
102
102
|
:param token_lifetime: The lifetime of the access token in seconds (default is 15 minutes).
|
103
|
-
:param user_agent: Custom User-Agent string (default is "sfq/0.0.
|
103
|
+
:param user_agent: Custom User-Agent string (default is "sfq/0.0.21").
|
104
104
|
:param sforce_client: Custom Application Identifier (default is user_agent).
|
105
105
|
:param proxy: The proxy configuration, "_auto" to use environment (default is "_auto").
|
106
106
|
"""
|
@@ -0,0 +1,6 @@
|
|
1
|
+
sfq/__init__.py,sha256=zX9HFKGIWKLr2DBL1mmtzK3jMZy1gHp6eswtkbAa6hs,34049
|
2
|
+
sfq/_cometd.py,sha256=XimQEubmJwUmbWe85TxH_cuhGvWVuiHHrVr41tguuiI,10508
|
3
|
+
sfq/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
|
+
sfq-0.0.21.dist-info/METADATA,sha256=KnD1eq5st-KDp7woNHy4fN-pxC9o2_cBrDcvBy2Uh4E,6899
|
5
|
+
sfq-0.0.21.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
6
|
+
sfq-0.0.21.dist-info/RECORD,,
|
sfq-0.0.20.dist-info/RECORD
DELETED
@@ -1,6 +0,0 @@
|
|
1
|
-
sfq/__init__.py,sha256=C06NvYycUbGRPfHfb_BZ_xYAq-FFbAeKE7XRpkomRAo,34049
|
2
|
-
sfq/_cometd.py,sha256=XimQEubmJwUmbWe85TxH_cuhGvWVuiHHrVr41tguuiI,10508
|
3
|
-
sfq/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
|
-
sfq-0.0.20.dist-info/METADATA,sha256=kVFvCVz2FPGtv4RDpqDEFG7vpNhBwi3xazJaHeJ5ebo,6899
|
5
|
-
sfq-0.0.20.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
6
|
-
sfq-0.0.20.dist-info/RECORD,,
|
File without changes
|