samsara-api 5.4.0__py3-none-any.whl → 5.4.1__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.
- samsara/core/client_wrapper.py +2 -2
- {samsara_api-5.4.0.dist-info → samsara_api-5.4.1.dist-info}/METADATA +1 -1
- {samsara_api-5.4.0.dist-info → samsara_api-5.4.1.dist-info}/RECORD +5 -5
- {samsara_api-5.4.0.dist-info → samsara_api-5.4.1.dist-info}/LICENSE +0 -0
- {samsara_api-5.4.0.dist-info → samsara_api-5.4.1.dist-info}/WHEEL +0 -0
samsara/core/client_wrapper.py
CHANGED
|
@@ -24,12 +24,12 @@ class BaseClientWrapper:
|
|
|
24
24
|
import platform
|
|
25
25
|
|
|
26
26
|
headers: typing.Dict[str, str] = {
|
|
27
|
-
"User-Agent": "samsara-api/5.4.
|
|
27
|
+
"User-Agent": "samsara-api/5.4.1",
|
|
28
28
|
"X-Fern-Language": "Python",
|
|
29
29
|
"X-Fern-Runtime": f"python/{platform.python_version()}",
|
|
30
30
|
"X-Fern-Platform": f"{platform.system().lower()}/{platform.release()}",
|
|
31
31
|
"X-Fern-SDK-Name": "samsara-api",
|
|
32
|
-
"X-Fern-SDK-Version": "5.4.
|
|
32
|
+
"X-Fern-SDK-Version": "5.4.1",
|
|
33
33
|
**(self.get_custom_headers() or {}),
|
|
34
34
|
}
|
|
35
35
|
headers["Authorization"] = f"Bearer {self._get_token()}"
|
|
@@ -59,7 +59,7 @@ samsara/contacts/client.py,sha256=y2RQDMxkynG2jNoYW81f9yRT4dxmD7PaSxHc3Ot8lMk,19
|
|
|
59
59
|
samsara/contacts/raw_client.py,sha256=fYgYXyCONzUxCB95APJ5KtoR8pmoPtPXz1DuXXhybpI,25991
|
|
60
60
|
samsara/core/__init__.py,sha256=RKi0ER5w4QuxQ6g24mifqQAtZoeULGftPVD4LEJd5lw,3981
|
|
61
61
|
samsara/core/api_error.py,sha256=44vPoTyWN59gonCIZMdzw7M1uspygiLnr3GNFOoVL2Q,614
|
|
62
|
-
samsara/core/client_wrapper.py,sha256=
|
|
62
|
+
samsara/core/client_wrapper.py,sha256=TKL1npJdZoIbfH2hEtsYIgzrtEVqlTpUpm0Z2qZjorU,3281
|
|
63
63
|
samsara/core/custom_pagination.py,sha256=DUTKsXK-LhdaARE6mtKixYmJB9QKTB2uSj4Tv30zHhA,5234
|
|
64
64
|
samsara/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
|
|
65
65
|
samsara/core/file.py,sha256=d4NNbX8XvXP32z8KpK2Xovv33nFfruIrpz0QWxlgpZk,2663
|
|
@@ -3602,7 +3602,7 @@ samsara/work_orders/types/stream_work_orders_request_work_order_statuses_item.py
|
|
|
3602
3602
|
samsara/work_orders/types/work_orders_patch_work_orders_request_body_priority.py,sha256=6CXlMQGFIHSmx09NK_wGLut34V1r_ISCtYF1WGfDaK4,209
|
|
3603
3603
|
samsara/work_orders/types/work_orders_patch_work_orders_request_body_status.py,sha256=HCbiTTKvZhHCnsfipa-7_u4ZXx1uToFt4cEljXUd9l8,375
|
|
3604
3604
|
samsara/work_orders/types/work_orders_post_work_orders_request_body_priority.py,sha256=5XQBG4kltC3s19wLXysQlPTK_h82LG5RszQSxk1hd14,208
|
|
3605
|
-
samsara_api-5.4.
|
|
3606
|
-
samsara_api-5.4.
|
|
3607
|
-
samsara_api-5.4.
|
|
3608
|
-
samsara_api-5.4.
|
|
3605
|
+
samsara_api-5.4.1.dist-info/LICENSE,sha256=8NqlH9thhzKj9TF5WR3WCnblpCkonp1rCUJUBHABjoA,1064
|
|
3606
|
+
samsara_api-5.4.1.dist-info/METADATA,sha256=WiFGCpDvxPlWE0e_jAVpyQNSjIjjK_MnGiOq9j4x2nM,19043
|
|
3607
|
+
samsara_api-5.4.1.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
|
3608
|
+
samsara_api-5.4.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|