Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

oci-blockchain

Package Overview
Dependencies
Maintainers
2
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oci-blockchain - npm Package Compare versions

Comparing version 1.8.0 to 1.9.0

lib/model/work-request-resource-sub-type-detail.d.ts

2

lib/model/blockchain-platform-by-hostname.d.ts

@@ -50,3 +50,3 @@ /**

/**
* Type of compute shape - one of Standard, (Enterprise) Small, Medium, Large or Extra Large
* Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM
*/

@@ -53,0 +53,0 @@ "computeShape": string;

@@ -46,3 +46,3 @@ /**

/**
* Type of compute shape - one of Standard, (Enterprise) Small, Medium, Large or Extra Large
* Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM
*/

@@ -49,0 +49,0 @@ "computeShape": string;

@@ -51,10 +51,14 @@ /**

/**
* Role of platform - founder or participant
* Role of platform - FOUNDER or PARTICIPANT
*/
"platformRole": BlockchainPlatform.PlatformRole;
/**
* Type of compute shape - one of Standard, (Enterprise) Small, Medium, Large or Extra Large
* Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM
*/
"computeShape": BlockchainPlatform.ComputeShape;
/**
* Type of Platform shape - DEFAULT or CUSTOM
*/
"platformShapeType"?: BlockchainPlatform.PlatformShapeType;
/**
* Service endpoint URL, valid post-provisioning

@@ -135,2 +139,11 @@ */

}
enum PlatformShapeType {
Default = "DEFAULT",
Custom = "CUSTOM",
/**
* This value is used if a service returns a value for this enum that is not recognized by this
* version of the SDK.
*/
UnknownValue = "UNKNOWN_VALUE"
}
enum LifecycleState {

@@ -137,0 +150,0 @@ Creating = "CREATING",

@@ -49,2 +49,12 @@ "use strict";

})(ComputeShape = BlockchainPlatform.ComputeShape || (BlockchainPlatform.ComputeShape = {}));
let PlatformShapeType;
(function (PlatformShapeType) {
PlatformShapeType["Default"] = "DEFAULT";
PlatformShapeType["Custom"] = "CUSTOM";
/**
* This value is used if a service returns a value for this enum that is not recognized by this
* version of the SDK.
*/
PlatformShapeType["UnknownValue"] = "UNKNOWN_VALUE";
})(PlatformShapeType = BlockchainPlatform.PlatformShapeType || (BlockchainPlatform.PlatformShapeType = {}));
let LifecycleState;

@@ -51,0 +61,0 @@ (function (LifecycleState) {

@@ -34,3 +34,3 @@ /**

/**
* Type of compute shape - one of Standard, (Enterprise) Small, Medium, Large or Extra Large
* Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE
*/

@@ -43,3 +43,3 @@ "computeShape": string;

/**
* IDCS access token
* IDCS access token with Identity Domain Administrator role
*/

@@ -46,0 +46,0 @@ "idcsAccessToken"?: string;

@@ -85,3 +85,5 @@ /**

export import WorkRequestResource = WorkRequestResource.WorkRequestResource;
import * as WorkRequestResourceSubTypeDetail from "./work-request-resource-sub-type-detail";
export import WorkRequestResourceSubTypeDetail = WorkRequestResourceSubTypeDetail.WorkRequestResourceSubTypeDetail;
import * as WorkRequestSummary from "./work-request-summary";
export import WorkRequestSummary = WorkRequestSummary.WorkRequestSummary;

@@ -94,4 +94,6 @@ "use strict";

exports.WorkRequestResource = WorkRequestResource.WorkRequestResource;
const WorkRequestResourceSubTypeDetail = __importStar(require("./work-request-resource-sub-type-detail"));
exports.WorkRequestResourceSubTypeDetail = WorkRequestResourceSubTypeDetail.WorkRequestResourceSubTypeDetail;
const WorkRequestSummary = __importStar(require("./work-request-summary"));
exports.WorkRequestSummary = WorkRequestSummary.WorkRequestSummary;
//# sourceMappingURL=index.js.map

@@ -35,3 +35,3 @@ /**

/**
* Type of compute shape - one of Standard, (Enterprise) Small, Medium, Large or Extra Large
* Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM
*/

@@ -38,0 +38,0 @@ "computeShape": string;

@@ -13,2 +13,3 @@ /**

*/
import * as model from "../model";
/**

@@ -38,2 +39,6 @@ * A resource created or operated on by a work request.

"entityUri"?: string;
/**
* Collection of SubType information for a work request resource\u00A9
*/
"subTypeDetails"?: Array<model.WorkRequestResourceSubTypeDetail>;
}

@@ -40,0 +45,0 @@ export declare namespace WorkRequestResource {

@@ -14,3 +14,11 @@ "use strict";

*/
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
result["default"] = mod;
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
const model = __importStar(require("../model"));
var WorkRequestResource;

@@ -32,3 +40,9 @@ (function (WorkRequestResource) {

function getJsonObj(obj) {
const jsonObj = Object.assign(Object.assign({}, obj), {});
const jsonObj = Object.assign(Object.assign({}, obj), {
"subTypeDetails": obj.subTypeDetails
? obj.subTypeDetails.map(item => {
return model.WorkRequestResourceSubTypeDetail.getJsonObj(item);
})
: undefined
});
return jsonObj;

@@ -35,0 +49,0 @@ }

@@ -73,2 +73,3 @@ /**

CustomizePlatform = "CUSTOMIZE_PLATFORM",
ScaleStorage = "SCALE_STORAGE",
/**

@@ -75,0 +76,0 @@ * This value is used if a service returns a value for this enum that is not recognized by this

@@ -34,2 +34,3 @@ "use strict";

OperationType["CustomizePlatform"] = "CUSTOMIZE_PLATFORM";
OperationType["ScaleStorage"] = "SCALE_STORAGE";
/**

@@ -36,0 +37,0 @@ * This value is used if a service returns a value for this enum that is not recognized by this

@@ -73,2 +73,3 @@ /**

CustomizePlatform = "CUSTOMIZE_PLATFORM",
ScaleStorage = "SCALE_STORAGE",
/**

@@ -75,0 +76,0 @@ * This value is used if a service returns a value for this enum that is not recognized by this

@@ -34,2 +34,3 @@ "use strict";

OperationType["CustomizePlatform"] = "CUSTOMIZE_PLATFORM";
OperationType["ScaleStorage"] = "SCALE_STORAGE";
/**

@@ -36,0 +37,0 @@ * This value is used if a service returns a value for this enum that is not recognized by this

@@ -32,2 +32,11 @@ /**

"opcRequestId"?: string;
/**
* A token that uniquely identifies a request so it can be retried in case of a timeout or
* server error without risk of executing that same action again. Retry tokens expire after 24
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
* has been deleted and purged from the system, then a retry of the original creation request
* might be rejected.
*
*/
"opcRetryToken"?: string;
}

@@ -32,2 +32,11 @@ /**

"opcRequestId"?: string;
/**
* A token that uniquely identifies a request so it can be retried in case of a timeout or
* server error without risk of executing that same action again. Retry tokens expire after 24
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
* has been deleted and purged from the system, then a retry of the original creation request
* might be rejected.
*
*/
"opcRetryToken"?: string;
}

@@ -37,2 +37,11 @@ /**

"ifMatch"?: string;
/**
* A token that uniquely identifies a request so it can be retried in case of a timeout or
* server error without risk of executing that same action again. Retry tokens expire after 24
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
* has been deleted and purged from the system, then a retry of the original creation request
* might be rejected.
*
*/
"opcRetryToken"?: string;
}

@@ -42,2 +42,11 @@ /**

"opcRequestId"?: string;
/**
* A token that uniquely identifies a request so it can be retried in case of a timeout or
* server error without risk of executing that same action again. Retry tokens expire after 24
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
* has been deleted and purged from the system, then a retry of the original creation request
* might be rejected.
*
*/
"opcRetryToken"?: string;
}
{
"name": "oci-blockchain",
"version": "1.8.0",
"version": "1.9.0",
"description": "OCI NodeJS client for Blockchain Service",

@@ -18,4 +18,4 @@ "repository": {

"dependencies": {
"oci-common": "1.8.0",
"oci-workrequests": "1.8.0"
"oci-common": "1.9.0",
"oci-workrequests": "1.9.0"
},

@@ -22,0 +22,0 @@ "publishConfig": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc