neru-alpha
Advanced tools
Comparing version 0.1.10 to 0.1.11
@@ -54,3 +54,3 @@ "use strict"; | ||
this.session_id = id; | ||
this.instance_id = id; | ||
this.instance_id = instanceId; | ||
this.api_application_id = apiApplicationId; | ||
@@ -57,0 +57,0 @@ this.api_account_id = apiAccountId; |
@@ -14,3 +14,3 @@ import { State } from './providers/state.js'; | ||
applicationId: string; | ||
constructor(id: string, instanceServiceName: string, sessionId: string, apiAccountId: string, apiApplicationId: string, applicationName: string, applicationId: string); | ||
constructor(id: string, instanceId: string, sessionId: string, apiAccountId: string, apiApplicationId: string, applicationName: string, applicationId: string); | ||
} | ||
@@ -17,0 +17,0 @@ export declare class Command<T> { |
@@ -44,5 +44,5 @@ "use strict"; | ||
var CommandHeaders = /** @class */ (function () { | ||
function CommandHeaders(id, instanceServiceName, sessionId, apiAccountId, apiApplicationId, applicationName, applicationId) { | ||
function CommandHeaders(id, instanceId, sessionId, apiAccountId, apiApplicationId, applicationName, applicationId) { | ||
this.traceId = id; | ||
this.instanceId = instanceServiceName; | ||
this.instanceId = instanceId; | ||
this.sessionId = sessionId; | ||
@@ -140,3 +140,3 @@ this.apiAccountId = apiAccountId; | ||
Session.prototype.constructCommandHeaders = function () { | ||
var headers = new CommandHeaders(this.bridge.uuid(), this.config.instanceServiceName, this.id, this.config.apiAccountId, this.config.apiApplicationId, this.config.instanceServiceName, this.config.applicationId); | ||
var headers = new CommandHeaders(this.bridge.uuid(), this.config.instanceId, this.id, this.config.apiAccountId, this.config.apiApplicationId, this.config.instanceServiceName, this.config.applicationId); | ||
return headers; | ||
@@ -143,0 +143,0 @@ }; |
@@ -51,3 +51,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
this.session_id = id; | ||
this.instance_id = id; | ||
this.instance_id = instanceId; | ||
this.api_application_id = apiApplicationId; | ||
@@ -54,0 +54,0 @@ this.api_account_id = apiAccountId; |
@@ -14,3 +14,3 @@ import { State } from './providers/state.js'; | ||
applicationId: string; | ||
constructor(id: string, instanceServiceName: string, sessionId: string, apiAccountId: string, apiApplicationId: string, applicationName: string, applicationId: string); | ||
constructor(id: string, instanceId: string, sessionId: string, apiAccountId: string, apiApplicationId: string, applicationName: string, applicationId: string); | ||
} | ||
@@ -17,0 +17,0 @@ export declare class Command<T> { |
@@ -41,5 +41,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
var CommandHeaders = /** @class */ (function () { | ||
function CommandHeaders(id, instanceServiceName, sessionId, apiAccountId, apiApplicationId, applicationName, applicationId) { | ||
function CommandHeaders(id, instanceId, sessionId, apiAccountId, apiApplicationId, applicationName, applicationId) { | ||
this.traceId = id; | ||
this.instanceId = instanceServiceName; | ||
this.instanceId = instanceId; | ||
this.sessionId = sessionId; | ||
@@ -137,3 +137,3 @@ this.apiAccountId = apiAccountId; | ||
Session.prototype.constructCommandHeaders = function () { | ||
var headers = new CommandHeaders(this.bridge.uuid(), this.config.instanceServiceName, this.id, this.config.apiAccountId, this.config.apiApplicationId, this.config.instanceServiceName, this.config.applicationId); | ||
var headers = new CommandHeaders(this.bridge.uuid(), this.config.instanceId, this.id, this.config.apiAccountId, this.config.apiApplicationId, this.config.instanceServiceName, this.config.applicationId); | ||
return headers; | ||
@@ -140,0 +140,0 @@ }; |
{ | ||
"name": "neru-alpha", | ||
"type": "module", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"description": "", | ||
@@ -6,0 +6,0 @@ "main": "dist/cjs/neru.js", |
@@ -50,3 +50,3 @@ import { CommandService } from './commandService.js'; | ||
this.session_id = id; | ||
this.instance_id = id; | ||
this.instance_id = instanceId; | ||
this.api_application_id = apiApplicationId; | ||
@@ -53,0 +53,0 @@ this.api_account_id = apiAccountId; |
@@ -18,3 +18,3 @@ import { State } from './providers/state.js'; | ||
id: string, | ||
instanceServiceName: string, | ||
instanceId: string, | ||
sessionId: string, | ||
@@ -27,3 +27,3 @@ apiAccountId: string, | ||
this.traceId = id; | ||
this.instanceId = instanceServiceName; | ||
this.instanceId = instanceId; | ||
this.sessionId = sessionId; | ||
@@ -165,3 +165,3 @@ this.apiAccountId = apiAccountId; | ||
this.bridge.uuid(), | ||
this.config.instanceServiceName, | ||
this.config.instanceId, | ||
this.id, | ||
@@ -168,0 +168,0 @@ this.config.apiAccountId, |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
435926