port-ocean 0.15.0__py3-none-any.whl → 0.15.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.
Potentially problematic release.
This version of port-ocean might be problematic. Click here for more details.
- port_ocean/core/models.py +2 -2
- {port_ocean-0.15.0.dist-info → port_ocean-0.15.1.dist-info}/METADATA +1 -1
- {port_ocean-0.15.0.dist-info → port_ocean-0.15.1.dist-info}/RECORD +6 -6
- {port_ocean-0.15.0.dist-info → port_ocean-0.15.1.dist-info}/LICENSE.md +0 -0
- {port_ocean-0.15.0.dist-info → port_ocean-0.15.1.dist-info}/WHEEL +0 -0
- {port_ocean-0.15.0.dist-info → port_ocean-0.15.1.dist-info}/entry_points.txt +0 -0
port_ocean/core/models.py
CHANGED
|
@@ -8,12 +8,12 @@ from pydantic.fields import Field
|
|
|
8
8
|
|
|
9
9
|
class Runtime(Enum):
|
|
10
10
|
Saas = "Saas"
|
|
11
|
-
|
|
11
|
+
SaasOauth2 = "SaasOauth2"
|
|
12
12
|
OnPrem = "OnPrem"
|
|
13
13
|
|
|
14
14
|
@property
|
|
15
15
|
def is_saas_runtime(self) -> bool:
|
|
16
|
-
return self in [Runtime.Saas, Runtime.
|
|
16
|
+
return self in [Runtime.Saas, Runtime.SaasOauth2]
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
class Entity(BaseModel):
|
|
@@ -102,7 +102,7 @@ port_ocean/core/integrations/mixins/handler.py,sha256=mZ7-0UlG3LcrwJttFbMe-R4xcO
|
|
|
102
102
|
port_ocean/core/integrations/mixins/sync.py,sha256=B9fEs8faaYLLikH9GBjE_E61vo0bQDjIGQsQ1SRXOlA,3931
|
|
103
103
|
port_ocean/core/integrations/mixins/sync_raw.py,sha256=BGS5EnZ2N3ifcAi94Wo-ZassSJ-_Se9eFJMpBDT7pNY,18841
|
|
104
104
|
port_ocean/core/integrations/mixins/utils.py,sha256=7y1rGETZIjOQadyIjFJXIHKkQFKx_SwiP-TrAIsyyLY,2303
|
|
105
|
-
port_ocean/core/models.py,sha256=
|
|
105
|
+
port_ocean/core/models.py,sha256=YWLy-b3N3VnMjD__BTytHqXG78lNjVqnIuhvcVLSlrs,1484
|
|
106
106
|
port_ocean/core/ocean_types.py,sha256=3_d8-n626f1kWLQ_Jxw194LEyrOVupz05qs_Y1pvB-A,990
|
|
107
107
|
port_ocean/core/utils.py,sha256=40UjRauRJO47WDSNn9bkCRD2bfhfB3e-dnOLULnuVzE,3631
|
|
108
108
|
port_ocean/exceptions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -151,8 +151,8 @@ port_ocean/utils/repeat.py,sha256=0EFWM9d8lLXAhZmAyczY20LAnijw6UbIECf5lpGbOas,32
|
|
|
151
151
|
port_ocean/utils/signal.py,sha256=K-6kKFQTltcmKDhtyZAcn0IMa3sUpOHGOAUdWKgx0_E,1369
|
|
152
152
|
port_ocean/utils/time.py,sha256=pufAOH5ZQI7gXvOvJoQXZXZJV-Dqktoj9Qp9eiRwmJ4,1939
|
|
153
153
|
port_ocean/version.py,sha256=UsuJdvdQlazzKGD3Hd5-U7N69STh8Dq9ggJzQFnu9fU,177
|
|
154
|
-
port_ocean-0.15.
|
|
155
|
-
port_ocean-0.15.
|
|
156
|
-
port_ocean-0.15.
|
|
157
|
-
port_ocean-0.15.
|
|
158
|
-
port_ocean-0.15.
|
|
154
|
+
port_ocean-0.15.1.dist-info/LICENSE.md,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
|
|
155
|
+
port_ocean-0.15.1.dist-info/METADATA,sha256=1TN3ywl0FoNAvU1dTww8197vioantB9hlQO2hQnMP04,6673
|
|
156
|
+
port_ocean-0.15.1.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
157
|
+
port_ocean-0.15.1.dist-info/entry_points.txt,sha256=F_DNUmGZU2Kme-8NsWM5LLE8piGMafYZygRYhOVtcjA,54
|
|
158
|
+
port_ocean-0.15.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|