ignos-internal-api-client 20240925.0.10440__tar.gz → 20240926.0.10449__tar.gz

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.
Files changed (32) hide show
  1. {ignos_internal_api_client-20240925.0.10440 → ignos_internal_api_client-20240926.0.10449}/PKG-INFO +1 -1
  2. {ignos_internal_api_client-20240925.0.10440 → ignos_internal_api_client-20240926.0.10449}/ignos/internal/api/client/_version.py +1 -1
  3. {ignos_internal_api_client-20240925.0.10440 → ignos_internal_api_client-20240926.0.10449}/ignos/internal/api/client/models/_models.py +30 -0
  4. {ignos_internal_api_client-20240925.0.10440 → ignos_internal_api_client-20240926.0.10449}/ignos_internal_api_client.egg-info/PKG-INFO +1 -1
  5. {ignos_internal_api_client-20240925.0.10440 → ignos_internal_api_client-20240926.0.10449}/setup.py +1 -1
  6. {ignos_internal_api_client-20240925.0.10440 → ignos_internal_api_client-20240926.0.10449}/ignos/__init__.py +0 -0
  7. {ignos_internal_api_client-20240925.0.10440 → ignos_internal_api_client-20240926.0.10449}/ignos/internal/__init__.py +0 -0
  8. {ignos_internal_api_client-20240925.0.10440 → ignos_internal_api_client-20240926.0.10449}/ignos/internal/api/__init__.py +0 -0
  9. {ignos_internal_api_client-20240925.0.10440 → ignos_internal_api_client-20240926.0.10449}/ignos/internal/api/client/__init__.py +0 -0
  10. {ignos_internal_api_client-20240925.0.10440 → ignos_internal_api_client-20240926.0.10449}/ignos/internal/api/client/_client.py +0 -0
  11. {ignos_internal_api_client-20240925.0.10440 → ignos_internal_api_client-20240926.0.10449}/ignos/internal/api/client/_configuration.py +0 -0
  12. {ignos_internal_api_client-20240925.0.10440 → ignos_internal_api_client-20240926.0.10449}/ignos/internal/api/client/_patch.py +0 -0
  13. {ignos_internal_api_client-20240925.0.10440 → ignos_internal_api_client-20240926.0.10449}/ignos/internal/api/client/_serialization.py +0 -0
  14. {ignos_internal_api_client-20240925.0.10440 → ignos_internal_api_client-20240926.0.10449}/ignos/internal/api/client/aio/__init__.py +0 -0
  15. {ignos_internal_api_client-20240925.0.10440 → ignos_internal_api_client-20240926.0.10449}/ignos/internal/api/client/aio/_client.py +0 -0
  16. {ignos_internal_api_client-20240925.0.10440 → ignos_internal_api_client-20240926.0.10449}/ignos/internal/api/client/aio/_configuration.py +0 -0
  17. {ignos_internal_api_client-20240925.0.10440 → ignos_internal_api_client-20240926.0.10449}/ignos/internal/api/client/aio/_patch.py +0 -0
  18. {ignos_internal_api_client-20240925.0.10440 → ignos_internal_api_client-20240926.0.10449}/ignos/internal/api/client/aio/operations/__init__.py +0 -0
  19. {ignos_internal_api_client-20240925.0.10440 → ignos_internal_api_client-20240926.0.10449}/ignos/internal/api/client/aio/operations/_operations.py +0 -0
  20. {ignos_internal_api_client-20240925.0.10440 → ignos_internal_api_client-20240926.0.10449}/ignos/internal/api/client/aio/operations/_patch.py +0 -0
  21. {ignos_internal_api_client-20240925.0.10440 → ignos_internal_api_client-20240926.0.10449}/ignos/internal/api/client/models/__init__.py +0 -0
  22. {ignos_internal_api_client-20240925.0.10440 → ignos_internal_api_client-20240926.0.10449}/ignos/internal/api/client/models/_enums.py +0 -0
  23. {ignos_internal_api_client-20240925.0.10440 → ignos_internal_api_client-20240926.0.10449}/ignos/internal/api/client/models/_patch.py +0 -0
  24. {ignos_internal_api_client-20240925.0.10440 → ignos_internal_api_client-20240926.0.10449}/ignos/internal/api/client/operations/__init__.py +0 -0
  25. {ignos_internal_api_client-20240925.0.10440 → ignos_internal_api_client-20240926.0.10449}/ignos/internal/api/client/operations/_operations.py +0 -0
  26. {ignos_internal_api_client-20240925.0.10440 → ignos_internal_api_client-20240926.0.10449}/ignos/internal/api/client/operations/_patch.py +0 -0
  27. {ignos_internal_api_client-20240925.0.10440 → ignos_internal_api_client-20240926.0.10449}/ignos/internal/api/client/py.typed +0 -0
  28. {ignos_internal_api_client-20240925.0.10440 → ignos_internal_api_client-20240926.0.10449}/ignos_internal_api_client.egg-info/SOURCES.txt +0 -0
  29. {ignos_internal_api_client-20240925.0.10440 → ignos_internal_api_client-20240926.0.10449}/ignos_internal_api_client.egg-info/dependency_links.txt +0 -0
  30. {ignos_internal_api_client-20240925.0.10440 → ignos_internal_api_client-20240926.0.10449}/ignos_internal_api_client.egg-info/requires.txt +0 -0
  31. {ignos_internal_api_client-20240925.0.10440 → ignos_internal_api_client-20240926.0.10449}/ignos_internal_api_client.egg-info/top_level.txt +0 -0
  32. {ignos_internal_api_client-20240925.0.10440 → ignos_internal_api_client-20240926.0.10449}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ignos-internal-api-client
3
- Version: 20240925.0.10440
3
+ Version: 20240926.0.10449
4
4
  Summary: ignos-internal-api-client
5
5
  Home-page:
6
6
  Author-email:
@@ -6,4 +6,4 @@
6
6
  # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  # --------------------------------------------------------------------------
8
8
 
9
- VERSION = "20240925.0.10440"
9
+ VERSION = "20240926.0.10449"
@@ -305,6 +305,8 @@ class CdfDetailsDto(_serialization.Model):
305
305
  :vartype token_url: str
306
306
  :ivar customer_managed_cdf: Required.
307
307
  :vartype customer_managed_cdf: bool
308
+ :ivar cognite_functions_in_customer_cdf_project: Required.
309
+ :vartype cognite_functions_in_customer_cdf_project: bool
308
310
  """
309
311
 
310
312
  _validation = {
@@ -314,6 +316,7 @@ class CdfDetailsDto(_serialization.Model):
314
316
  "token_scopes": {"required": True, "min_length": 1},
315
317
  "token_url": {"required": True, "min_length": 1},
316
318
  "customer_managed_cdf": {"required": True},
319
+ "cognite_functions_in_customer_cdf_project": {"required": True},
317
320
  }
318
321
 
319
322
  _attribute_map = {
@@ -324,6 +327,7 @@ class CdfDetailsDto(_serialization.Model):
324
327
  "token_scopes": {"key": "tokenScopes", "type": "str"},
325
328
  "token_url": {"key": "tokenUrl", "type": "str"},
326
329
  "customer_managed_cdf": {"key": "customerManagedCdf", "type": "bool"},
330
+ "cognite_functions_in_customer_cdf_project": {"key": "cogniteFunctionsInCustomerCdfProject", "type": "bool"},
327
331
  }
328
332
 
329
333
  def __init__(
@@ -335,6 +339,7 @@ class CdfDetailsDto(_serialization.Model):
335
339
  token_scopes: str,
336
340
  token_url: str,
337
341
  customer_managed_cdf: bool,
342
+ cognite_functions_in_customer_cdf_project: bool,
338
343
  client_id: Optional[str] = None,
339
344
  **kwargs: Any
340
345
  ) -> None:
@@ -353,6 +358,8 @@ class CdfDetailsDto(_serialization.Model):
353
358
  :paramtype token_url: str
354
359
  :keyword customer_managed_cdf: Required.
355
360
  :paramtype customer_managed_cdf: bool
361
+ :keyword cognite_functions_in_customer_cdf_project: Required.
362
+ :paramtype cognite_functions_in_customer_cdf_project: bool
356
363
  """
357
364
  super().__init__(**kwargs)
358
365
  self.project = project
@@ -362,6 +369,7 @@ class CdfDetailsDto(_serialization.Model):
362
369
  self.token_scopes = token_scopes
363
370
  self.token_url = token_url
364
371
  self.customer_managed_cdf = customer_managed_cdf
372
+ self.cognite_functions_in_customer_cdf_project = cognite_functions_in_customer_cdf_project
365
373
 
366
374
 
367
375
  class ComponentSettingsDto(_serialization.Model):
@@ -808,6 +816,8 @@ class CreateTenantRequest(_serialization.Model):
808
816
  :vartype cdf_cluster_id: str
809
817
  :ivar collaboration_company_id_to_migrate:
810
818
  :vartype collaboration_company_id_to_migrate: str
819
+ :ivar cognite_functions_in_customer_cdf_project:
820
+ :vartype cognite_functions_in_customer_cdf_project: bool
811
821
  """
812
822
 
813
823
  _validation = {
@@ -823,6 +833,7 @@ class CreateTenantRequest(_serialization.Model):
823
833
  "cdf_tenant": {"key": "cdfTenant", "type": "str"},
824
834
  "cdf_cluster_id": {"key": "cdfClusterId", "type": "str"},
825
835
  "collaboration_company_id_to_migrate": {"key": "collaborationCompanyIdToMigrate", "type": "str"},
836
+ "cognite_functions_in_customer_cdf_project": {"key": "cogniteFunctionsInCustomerCdfProject", "type": "bool"},
826
837
  }
827
838
 
828
839
  def __init__(
@@ -835,6 +846,7 @@ class CreateTenantRequest(_serialization.Model):
835
846
  cdf_tenant: Optional[str] = None,
836
847
  cdf_cluster_id: Optional[str] = None,
837
848
  collaboration_company_id_to_migrate: Optional[str] = None,
849
+ cognite_functions_in_customer_cdf_project: Optional[bool] = None,
838
850
  **kwargs: Any
839
851
  ) -> None:
840
852
  """
@@ -852,6 +864,8 @@ class CreateTenantRequest(_serialization.Model):
852
864
  :paramtype cdf_cluster_id: str
853
865
  :keyword collaboration_company_id_to_migrate:
854
866
  :paramtype collaboration_company_id_to_migrate: str
867
+ :keyword cognite_functions_in_customer_cdf_project:
868
+ :paramtype cognite_functions_in_customer_cdf_project: bool
855
869
  """
856
870
  super().__init__(**kwargs)
857
871
  self.description = description
@@ -861,6 +875,7 @@ class CreateTenantRequest(_serialization.Model):
861
875
  self.cdf_tenant = cdf_tenant
862
876
  self.cdf_cluster_id = cdf_cluster_id
863
877
  self.collaboration_company_id_to_migrate = collaboration_company_id_to_migrate
878
+ self.cognite_functions_in_customer_cdf_project = cognite_functions_in_customer_cdf_project
864
879
 
865
880
 
866
881
  class CustomerAppDto(_serialization.Model):
@@ -1777,6 +1792,8 @@ class TenantDto(_serialization.Model): # pylint: disable=too-many-instance-attr
1777
1792
  :vartype tenant_key: str
1778
1793
  :ivar customer_managed_cdf: Required.
1779
1794
  :vartype customer_managed_cdf: bool
1795
+ :ivar cognite_functions_in_customer_cdf_project: Required.
1796
+ :vartype cognite_functions_in_customer_cdf_project: bool
1780
1797
  """
1781
1798
 
1782
1799
  _validation = {
@@ -1795,6 +1812,7 @@ class TenantDto(_serialization.Model): # pylint: disable=too-many-instance-attr
1795
1812
  "status": {"required": True},
1796
1813
  "infrastructure_status": {"required": True},
1797
1814
  "customer_managed_cdf": {"required": True},
1815
+ "cognite_functions_in_customer_cdf_project": {"required": True},
1798
1816
  }
1799
1817
 
1800
1818
  _attribute_map = {
@@ -1823,6 +1841,7 @@ class TenantDto(_serialization.Model): # pylint: disable=too-many-instance-attr
1823
1841
  "cdf_tenant_client_id": {"key": "cdfTenantClientId", "type": "str"},
1824
1842
  "tenant_key": {"key": "tenantKey", "type": "str"},
1825
1843
  "customer_managed_cdf": {"key": "customerManagedCdf", "type": "bool"},
1844
+ "cognite_functions_in_customer_cdf_project": {"key": "cogniteFunctionsInCustomerCdfProject", "type": "bool"},
1826
1845
  }
1827
1846
 
1828
1847
  def __init__( # pylint: disable=too-many-locals
@@ -1843,6 +1862,7 @@ class TenantDto(_serialization.Model): # pylint: disable=too-many-instance-attr
1843
1862
  status: int,
1844
1863
  infrastructure_status: Union[int, "_models.TenantInfrastructureStatus"],
1845
1864
  customer_managed_cdf: bool,
1865
+ cognite_functions_in_customer_cdf_project: bool,
1846
1866
  description: Optional[str] = None,
1847
1867
  cosmos_database: Optional[str] = None,
1848
1868
  contact_person: Optional["_models.ContactPersonDto"] = None,
@@ -1907,6 +1927,8 @@ class TenantDto(_serialization.Model): # pylint: disable=too-many-instance-attr
1907
1927
  :paramtype tenant_key: str
1908
1928
  :keyword customer_managed_cdf: Required.
1909
1929
  :paramtype customer_managed_cdf: bool
1930
+ :keyword cognite_functions_in_customer_cdf_project: Required.
1931
+ :paramtype cognite_functions_in_customer_cdf_project: bool
1910
1932
  """
1911
1933
  super().__init__(**kwargs)
1912
1934
  self.tenant_id = tenant_id
@@ -1934,6 +1956,7 @@ class TenantDto(_serialization.Model): # pylint: disable=too-many-instance-attr
1934
1956
  self.cdf_tenant_client_id = cdf_tenant_client_id
1935
1957
  self.tenant_key = tenant_key
1936
1958
  self.customer_managed_cdf = customer_managed_cdf
1959
+ self.cognite_functions_in_customer_cdf_project = cognite_functions_in_customer_cdf_project
1937
1960
 
1938
1961
 
1939
1962
  class TenantIntegrationCredentialTypeDto(_serialization.Model):
@@ -2295,12 +2318,15 @@ class UpdateTenantRequest(_serialization.Model):
2295
2318
  :vartype contact_person: ~ignos.internal.api.client.models.ContactPersonRequest
2296
2319
  :ivar cdf_tenant:
2297
2320
  :vartype cdf_tenant: str
2321
+ :ivar cognite_functions_in_customer_cdf_project:
2322
+ :vartype cognite_functions_in_customer_cdf_project: bool
2298
2323
  """
2299
2324
 
2300
2325
  _attribute_map = {
2301
2326
  "description": {"key": "description", "type": "str"},
2302
2327
  "contact_person": {"key": "contactPerson", "type": "ContactPersonRequest"},
2303
2328
  "cdf_tenant": {"key": "cdfTenant", "type": "str"},
2329
+ "cognite_functions_in_customer_cdf_project": {"key": "cogniteFunctionsInCustomerCdfProject", "type": "bool"},
2304
2330
  }
2305
2331
 
2306
2332
  def __init__(
@@ -2309,6 +2335,7 @@ class UpdateTenantRequest(_serialization.Model):
2309
2335
  description: Optional[str] = None,
2310
2336
  contact_person: Optional["_models.ContactPersonRequest"] = None,
2311
2337
  cdf_tenant: Optional[str] = None,
2338
+ cognite_functions_in_customer_cdf_project: Optional[bool] = None,
2312
2339
  **kwargs: Any
2313
2340
  ) -> None:
2314
2341
  """
@@ -2318,11 +2345,14 @@ class UpdateTenantRequest(_serialization.Model):
2318
2345
  :paramtype contact_person: ~ignos.internal.api.client.models.ContactPersonRequest
2319
2346
  :keyword cdf_tenant:
2320
2347
  :paramtype cdf_tenant: str
2348
+ :keyword cognite_functions_in_customer_cdf_project:
2349
+ :paramtype cognite_functions_in_customer_cdf_project: bool
2321
2350
  """
2322
2351
  super().__init__(**kwargs)
2323
2352
  self.description = description
2324
2353
  self.contact_person = contact_person
2325
2354
  self.cdf_tenant = cdf_tenant
2355
+ self.cognite_functions_in_customer_cdf_project = cognite_functions_in_customer_cdf_project
2326
2356
 
2327
2357
 
2328
2358
  class UserDetailsDto(_serialization.Model):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ignos-internal-api-client
3
- Version: 20240925.0.10440
3
+ Version: 20240926.0.10449
4
4
  Summary: ignos-internal-api-client
5
5
  Home-page:
6
6
  Author-email:
@@ -10,7 +10,7 @@ from setuptools import setup, find_packages
10
10
 
11
11
 
12
12
  PACKAGE_NAME = "ignos-internal-api-client"
13
- version = "20240925.0.10440"
13
+ version = "20240926.0.10449"
14
14
  setup(
15
15
  name=PACKAGE_NAME,
16
16
  version=version,