Skip to content

Commit e0cf41d

Browse files
author
Dennis Labordus
committed
Changed Namespace URIs
Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
1 parent 5e1327c commit e0cf41d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/compas/CompasCimMappingService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {CompasSettings} from "./CompasSettingsElement.js";
22

3-
export const CMS_NAMESPACE = 'https://www.lfenergy.org/compas/CimMappingService';
3+
export const CMS_NAMESPACE = 'https://www.lfenergy.org/compas/CimMappingService/v1';
44

55
export interface CimData {
66
name: string,

src/compas/CompasSclDataService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {ChangeSet} from "./CompasChangeSet.js";
22
import {CompasSettings} from "./CompasSettingsElement.js";
33

4-
export const SDS_NAMESPACE = 'https://www.lfenergy.org/compas/SclDataService';
4+
export const SDS_NAMESPACE = 'https://www.lfenergy.org/compas/SclDataService/v1';
55

66
export interface CreateRequestBody {
77
sclName: string,

test/unit/compas/CompasSclDataServiceResponses.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const BASIC_ITEM_LIST_RESPONSE = `
3131

3232
export const VERSION_ENTRY_ELEMENT_NAME = 'Item';
3333
export const BASIC_VERSIONS_LIST_RESPONSE = `
34-
<ListResponse xmlns="https://www.lfenergy.org/compas/SclDataService">
34+
<ListResponse xmlns="${SDS_NAMESPACE}">
3535
<Item>
3636
<Id>3b572a56-51cc-479b-97fd-e404ebf9ae67</Id>
3737
<Name>demo_station1</Name>

0 commit comments

Comments
 (0)