Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion connect/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

from abc import ABCMeta

Expand Down
2 changes: 1 addition & 1 deletion connect/config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

import json
import os
Expand Down
2 changes: 1 addition & 1 deletion connect/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

from typing import List

Expand Down
2 changes: 1 addition & 1 deletion connect/logger/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

from .logger import function_log, logger, LoggerAdapter

Expand Down
2 changes: 1 addition & 1 deletion connect/logger/logger.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

from functools import wraps
import json
Expand Down
2 changes: 1 addition & 1 deletion connect/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

from .activation import Activation
from .activation_template_response import ActivationTemplateResponse
Expand Down
2 changes: 1 addition & 1 deletion connect/models/activation.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

import datetime
from typing import Optional
Expand Down
2 changes: 1 addition & 1 deletion connect/models/activation_template_response.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.


class ActivationTemplateResponse(object):
Expand Down
2 changes: 1 addition & 1 deletion connect/models/activation_tile_response.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

import json

Expand Down
2 changes: 1 addition & 1 deletion connect/models/agreement.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

import datetime
from typing import Optional, List
Expand Down
2 changes: 1 addition & 1 deletion connect/models/agreement_stats.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

from typing import Optional

Expand Down
2 changes: 1 addition & 1 deletion connect/models/anniversary.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

from .base import BaseModel
from .schemas import AnniversarySchema
Expand Down
2 changes: 1 addition & 1 deletion connect/models/asset.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

from typing import List, Optional

Expand Down
2 changes: 1 addition & 1 deletion connect/models/asset_request.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

import datetime
from typing import Union
Expand Down
2 changes: 1 addition & 1 deletion connect/models/attributes.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

from .base import BaseModel
from .schemas import AttributesSchema
Expand Down
2 changes: 1 addition & 1 deletion connect/models/base.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

import json

Expand Down
2 changes: 1 addition & 1 deletion connect/models/billing.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

from .base import BaseModel
from .schemas import BillingSchema
Expand Down
2 changes: 1 addition & 1 deletion connect/models/billing_request.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

from .base import BaseModel
from .schemas import BillingRequestSchema
Expand Down
2 changes: 1 addition & 1 deletion connect/models/commitment.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

from .base import BaseModel
from .schemas import CommitmentSchema
Expand Down
2 changes: 1 addition & 1 deletion connect/models/company.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

from .base import BaseModel
from .schemas import CompanySchema
Expand Down
2 changes: 1 addition & 1 deletion connect/models/configuration.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

from typing import List

Expand Down
2 changes: 1 addition & 1 deletion connect/models/connection.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

import datetime

Expand Down
2 changes: 1 addition & 1 deletion connect/models/constraints.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

from typing import List

Expand Down
2 changes: 1 addition & 1 deletion connect/models/contact.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

from typing import Optional

Expand Down
2 changes: 1 addition & 1 deletion connect/models/contact_info.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

from typing import Optional

Expand Down
2 changes: 1 addition & 1 deletion connect/models/contract.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

import datetime
from typing import Optional
Expand Down
2 changes: 1 addition & 1 deletion connect/models/conversation.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

import datetime

Expand Down
2 changes: 1 addition & 1 deletion connect/models/conversation_message.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

import datetime

Expand Down
2 changes: 1 addition & 1 deletion connect/models/country.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

from .base import BaseModel
from .schemas import CountrySchema
Expand Down
2 changes: 1 addition & 1 deletion connect/models/customer_ui_settings.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

from typing import List

Expand Down
2 changes: 1 addition & 1 deletion connect/models/document.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

from .base import BaseModel
from .schemas import DocumentSchema
Expand Down
2 changes: 1 addition & 1 deletion connect/models/download_link.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

from .base import BaseModel
from .schemas import DownloadLinkSchema
Expand Down
2 changes: 1 addition & 1 deletion connect/models/event.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

import datetime
from typing import Optional
Expand Down
2 changes: 1 addition & 1 deletion connect/models/events.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.
from .base import BaseModel
from .event import Event
from .schemas import EventsSchema
Expand Down
2 changes: 1 addition & 1 deletion connect/models/exception.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

# This file provides backwards compatibility with the previous location
# and names of exception classes
Expand Down
2 changes: 1 addition & 1 deletion connect/models/ext_id_hub.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

from .base import BaseModel
from .hub import Hub
Expand Down
2 changes: 1 addition & 1 deletion connect/models/fulfillment.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

from deprecation import deprecated

Expand Down
2 changes: 1 addition & 1 deletion connect/models/hub.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

from typing import Optional

Expand Down
2 changes: 1 addition & 1 deletion connect/models/hub_instance.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

from .base import BaseModel
from .schemas import HubInstanceSchema
Expand Down
2 changes: 1 addition & 1 deletion connect/models/hub_stats.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

from .base import BaseModel
from .schemas import HubStatsSchema
Expand Down
2 changes: 1 addition & 1 deletion connect/models/item.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

from typing import List, Optional, Union

Expand Down
2 changes: 1 addition & 1 deletion connect/models/last_request.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

from .base import BaseModel
from .schemas import LastRequestSchema
Expand Down
2 changes: 1 addition & 1 deletion connect/models/marketplace.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

from typing import List

Expand Down
2 changes: 1 addition & 1 deletion connect/models/param.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# This file is part of the Ingram Micro Cloud Blue Connect SDK.
# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved.
# Copyright (c) 2019-2025 CloudBlue. All Rights Reserved.

from typing import List, Optional

Expand Down
Loading
Loading