New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@acceleratxr/core_sdk

Package Overview
Dependencies
Maintainers
0
Versions
275
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acceleratxr/core_sdk - npm Package Compare versions

Comparing version

to
2.1.1-alpha.3

2

dist/lib/models/NewUser.js

@@ -13,2 +13,4 @@ "use strict";

class NewUser {
static get ClassName() { return "NewUser"; }
;
constructor(other) {

@@ -15,0 +17,0 @@ /**

@@ -14,2 +14,4 @@ "use strict";

class OAuthClient extends EntityBase_1.EntityBase {
static get ClassName() { return "OAuthClient"; }
;
constructor(other) {

@@ -16,0 +18,0 @@ super(other);

@@ -33,2 +33,4 @@ "use strict";

class OAuthProvider extends EntityBase_1.EntityBase {
static get ClassName() { return "OAuthProvider"; }
;
constructor(other) {

@@ -35,0 +37,0 @@ super(other);

@@ -14,2 +14,4 @@ "use strict";

class OrderItem {
static get ClassName() { return "OrderItem"; }
;
constructor(other) {

@@ -16,0 +18,0 @@ /**

@@ -13,2 +13,4 @@ "use strict";

class SkillRequirement {
static get ClassName() { return "SkillRequirement"; }
;
constructor(other) {

@@ -15,0 +17,0 @@ /**

@@ -13,2 +13,4 @@ "use strict";

class SkillRequirementProgress {
static get ClassName() { return "SkillRequirementProgress"; }
;
constructor(other) {

@@ -15,0 +17,0 @@ /**

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

export declare class NewUser {
static get ClassName(): string;
/**

@@ -9,0 +10,0 @@ * The token used to re-authenticate in the future.

@@ -11,2 +11,3 @@ import { EntityBase } from "../EntityBase";

export declare class OAuthClient extends EntityBase {
static get ClassName(): string;
/** The URL to the client application icon to display to users requesting OAuth connection. */

@@ -13,0 +14,0 @@ icon: string;

@@ -25,2 +25,3 @@ import { EntityBase } from "../EntityBase";

export declare class OAuthProvider extends EntityBase {
static get ClassName(): string;
/** The unique name of the provider that can be used for authentication. */

@@ -27,0 +28,0 @@ name: string;

@@ -8,2 +8,3 @@ import { Currency } from "./Currency";

export declare class OrderItem {
static get ClassName(): string;
/**

@@ -10,0 +11,0 @@ * The unique identifier of the desired product or service.

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

export declare class SkillRequirement {
static get ClassName(): string;
/**

@@ -9,0 +10,0 @@ * The unique identifier that will be used to match telemetry events.

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

export declare class SkillRequirementProgress {
static get ClassName(): string;
/**

@@ -9,0 +10,0 @@ * Indicates if the requirement has been met.

2

package.json
{
"name": "@acceleratxr/core_sdk",
"version": "2.1.1-alpha.2",
"version": "2.1.1-alpha.3",
"description": "",

@@ -5,0 +5,0 @@ "author": "Jean-Philippe Steinmetz <info@acceleratxr.com>",

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