@acceleratxr/core_sdk
Advanced tools
Comparing version 3.0.0-alpha.2 to 3.0.1-alpha.0
{ | ||
"name": "@acceleratxr/core_sdk", | ||
"version": "3.0.0-alpha.2", | ||
"version": "3.0.1-alpha.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "Jean-Philippe Steinmetz <info@acceleratxr.com>", |
@@ -64,2 +64,8 @@ "use strict"; | ||
} | ||
if (!this.baseServicePaths.has(services_1.AgreementService.uuid)) { | ||
this.baseServicePaths.set(services_1.AgreementService.uuid, "/agreements"); | ||
} | ||
if (!this.baseServicePaths.has(services_1.AgreementSignatureService.uuid)) { | ||
this.baseServicePaths.set(services_1.AgreementSignatureService.uuid, "/agreement-signatures"); | ||
} | ||
if (!this.baseServicePaths.has(services_1.ArchetypeDefinitionService.uuid)) { | ||
@@ -66,0 +72,0 @@ this.baseServicePaths.set(services_1.ArchetypeDefinitionService.uuid, "/archetypes"); |
@@ -8,2 +8,4 @@ "use strict"; | ||
"Address": "Address", | ||
"Agreement": "Agreement", | ||
"AgreementSignature": "AgreementSignature", | ||
"ArchetypeActivation": "ArchetypeActivation", | ||
@@ -10,0 +12,0 @@ "ArchetypeDefinition": "ArchetypeDefinition", |
@@ -20,2 +20,4 @@ "use strict"; | ||
__exportStar(require("./AccessControlList"), exports); | ||
__exportStar(require("./Agreement"), exports); | ||
__exportStar(require("./AgreementSignature"), exports); | ||
__exportStar(require("./Address"), exports); | ||
@@ -22,0 +24,0 @@ __exportStar(require("./ArchetypeActivation"), exports); |
@@ -20,2 +20,4 @@ "use strict"; | ||
__exportStar(require("./AccessControlListService"), exports); | ||
__exportStar(require("./AgreementService"), exports); | ||
__exportStar(require("./AgreementSignatureService"), exports); | ||
__exportStar(require("./ArchetypeDefinitionService"), exports); | ||
@@ -22,0 +24,0 @@ __exportStar(require("./ArchetypeService"), exports); |
@@ -6,2 +6,4 @@ declare const _default: { | ||
readonly Address: "Address"; | ||
readonly Agreement: "Agreement"; | ||
readonly AgreementSignature: "AgreementSignature"; | ||
readonly ArchetypeActivation: "ArchetypeActivation"; | ||
@@ -8,0 +10,0 @@ readonly ArchetypeDefinition: "ArchetypeDefinition"; |
export * from "./Achievement"; | ||
export * from "./AchievementDefinition"; | ||
export * from "./AccessControlList"; | ||
export * from "./Agreement"; | ||
export * from "./AgreementSignature"; | ||
export * from "./Address"; | ||
@@ -5,0 +7,0 @@ export * from "./ArchetypeActivation"; |
export * from "./AchievementService"; | ||
export * from "./AchievementDefinitionService"; | ||
export * from "./AccessControlListService"; | ||
export * from "./AgreementService"; | ||
export * from "./AgreementSignatureService"; | ||
export * from "./ArchetypeDefinitionService"; | ||
@@ -5,0 +7,0 @@ export * from "./ArchetypeService"; |
{ | ||
"name": "@acceleratxr/core_sdk", | ||
"version": "3.0.0-alpha.2", | ||
"version": "3.0.1-alpha.0", | ||
"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
7178931
784
215964