Skip to content
Open
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
4 changes: 2 additions & 2 deletions examples/apiary_scenarios/asset_accept_workflow.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/
const { ConnectClient, Fulfillment } = require('@cloudblueconnect/connect-javascript-sdk');
const fetch = require('node-fetch');
Expand Down
4 changes: 2 additions & 2 deletions examples/apiary_scenarios/asset_request_workflow.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/
const { ConnectClient, Fulfillment } = require('@cloudblueconnect/connect-javascript-sdk');
const fetch = require('node-fetch');
Expand Down
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

module.exports = require('./lib/connect');
4 changes: 2 additions & 2 deletions lib/connect/api/accounts.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/
/* eslint-disable max-classes-per-file */

Expand Down
4 changes: 2 additions & 2 deletions lib/connect/api/assets.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

/* eslint-disable max-classes-per-file */
Expand Down
4 changes: 2 additions & 2 deletions lib/connect/api/base.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

const { buildUrl } = require('./utils');
Expand Down
4 changes: 2 additions & 2 deletions lib/connect/api/billingRequests.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

const GenericResource = require('./base');
Expand Down
4 changes: 2 additions & 2 deletions lib/connect/api/cases.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

/* eslint-disable max-classes-per-file */
Expand Down
4 changes: 2 additions & 2 deletions lib/connect/api/conversations.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

/* eslint-disable max-classes-per-file */
Expand Down
4 changes: 2 additions & 2 deletions lib/connect/api/errors.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

/* eslint-disable max-classes-per-file */
Expand Down
4 changes: 2 additions & 2 deletions lib/connect/api/hubs.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

const GenericResource = require('./base');
Expand Down
4 changes: 2 additions & 2 deletions lib/connect/api/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

const GenericResource = require('./base');
Expand Down
4 changes: 2 additions & 2 deletions lib/connect/api/listingRequests.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

const GenericResource = require('./base');
Expand Down
4 changes: 2 additions & 2 deletions lib/connect/api/products.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

/* eslint-disable max-classes-per-file */
Expand Down
4 changes: 2 additions & 2 deletions lib/connect/api/recurringAssets.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

const GenericResource = require('./base');
Expand Down
4 changes: 2 additions & 2 deletions lib/connect/api/requests.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

const GenericResource = require('./base');
Expand Down
4 changes: 2 additions & 2 deletions lib/connect/api/tierAccountRequests.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

const GenericResource = require('./base');
Expand Down
4 changes: 2 additions & 2 deletions lib/connect/api/tierAccounts.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

/* eslint-disable max-classes-per-file */
Expand Down
4 changes: 2 additions & 2 deletions lib/connect/api/tierConfigRequests.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

const GenericResource = require('./base');
Expand Down
4 changes: 2 additions & 2 deletions lib/connect/api/tierConfigs.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

const GenericResource = require('./base');
Expand Down
4 changes: 2 additions & 2 deletions lib/connect/api/usageAggregates.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

/* eslint-disable max-classes-per-file */
Expand Down
4 changes: 2 additions & 2 deletions lib/connect/api/usageChunks.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

/* eslint-disable max-classes-per-file */
Expand Down
4 changes: 2 additions & 2 deletions lib/connect/api/usageFiles.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

/* eslint-disable max-classes-per-file */
Expand Down
4 changes: 2 additions & 2 deletions lib/connect/api/usageReconciliations.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

/* eslint-disable max-classes-per-file */
Expand Down
4 changes: 2 additions & 2 deletions lib/connect/api/usageRecords.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

/* eslint-disable max-classes-per-file */
Expand Down
4 changes: 2 additions & 2 deletions lib/connect/api/utils.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/
const {
pickBy,
Expand Down
4 changes: 2 additions & 2 deletions lib/connect/api/webhooks.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

const GenericResource = require('./base');
Expand Down
4 changes: 2 additions & 2 deletions lib/connect/client.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

const { mergeDeepRight } = require('ramda');
Expand Down
4 changes: 2 additions & 2 deletions lib/connect/http/adapter.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

/* eslint max-classes-per-file: "off" */
Expand Down
4 changes: 2 additions & 2 deletions lib/connect/http/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

module.exports = require('./adapter');
4 changes: 2 additions & 2 deletions lib/connect/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

const { AbstractHttpAdapter } = require('./http');
Expand Down
4 changes: 2 additions & 2 deletions lib/connect/ops/directory.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions lib/connect/ops/fulfillment.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

const { filter } = require('ramda');
Expand Down
4 changes: 2 additions & 2 deletions lib/connect/ops/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

const Fulfillment = require('./fulfillment');
Expand Down
4 changes: 2 additions & 2 deletions lib/connect/ops/inventory.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

const { filter } = require('ramda');
Expand Down
4 changes: 2 additions & 2 deletions lib/connect/ops/listings.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions lib/connect/ops/subscriptions.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions lib/connect/rql.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

/* eslint-disable arrow-parens */
Expand Down
4 changes: 2 additions & 2 deletions lib/connect/utils.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

const {
Expand Down
4 changes: 2 additions & 2 deletions mddocs.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* This file is part of the Ingram Micro Cloud Blue Connect SDK.
* This file is part of the CloudBlue Connect SDK.
*
* @copyright (c) 2020. Ingram Micro. All Rights Reserved.
* @copyright (c) 2025 CloudBlue. All Rights Reserved.
*/

const { promisify } = require('util');
Expand Down
Loading
Loading