Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit b3885b2

Browse files
committed
[client] Update SCOs constants
1 parent 21a75a7 commit b3885b2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

pycti/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "5.3.8"
2+
__version__ = "5.3.9"
33

44
from .api.opencti_api_client import OpenCTIApiClient
55
from .api.opencti_api_connector import OpenCTIApiConnector

pycti/utils/constants.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ class StixCyberObservableTypes(Enum):
3030
CRYPTOCURRENCY_WALLET = "Cryptocurrency-Wallet"
3131
TEXT = "Text"
3232
USER_AGENT = "User-Agent"
33+
BANK_ACCOUNT = "Bank-Account"
34+
PHONE_NUMBER = "Phone-Number"
35+
PAYMENT_CARD = "Payment-Card"
3336
SIMPLE_OBSERVABLE = "Simple-Observable"
3437

3538
@classmethod
@@ -99,7 +102,7 @@ class MultipleStixCyberObservableRelationship(Enum):
99102
CHILD = "child"
100103
BODY_MULTIPART = "body-multipart"
101104
VALUES = "values"
102-
LINKED = "x_opencti_linked-to"
105+
LINKED = "linked-to"
103106

104107
@classmethod
105108
def has_value(cls, value):

0 commit comments

Comments
 (0)