Skip to content

Commit f1988f0

Browse files
authored
Merge pull request #100 from navikt/platform-interfaces
Platform interfaces package
2 parents 638638b + a5351b1 commit f1988f0

File tree

60 files changed

+55
-2550
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+55
-2550
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ graph TD
2828
feature-toggle --> platform-datamodel;
2929
feature-toggle --> custom-metadata-dao;
3030
feature-toggle --> custom-pemission-helper;
31+
platform-interfaces
3132
```
3233

3334
## Komme i gang

sfdx-project.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,16 @@
4848
]
4949
},
5050
{
51-
"path": "src/application-monitoring",
52-
"package": "application-monitoring",
53-
"versionNumber": "0.1.0.NEXT",
54-
"definitionFile": "config/scratch-org-def.json"
51+
"path": "src/platform-utility/platform-interfaces",
52+
"package": "platform-interfaces",
53+
"versionNumber": "0.1.0.NEXT"
5554
}
5655
],
5756
"packageAliases": {
5857
"platform-data-model": "0HoKB00000000010AA",
5958
"custom-metadata-dao": "0HoKB000000000B0AQ",
6059
"custom-permission-helper": "0HoKB000000000f0AA",
6160
"feature-toggle": "0HoKB000000000V0AQ",
62-
"application-monitoring": "0HoQC00000004d70AA"
61+
"platform-interfaces": "0HoKB000000000Q0AQ"
6362
}
6463
}

src/application-monitoring/README.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

src/application-monitoring/main/classes/ApplicationLogPublisher.cls

Lines changed: 0 additions & 181 deletions
This file was deleted.

src/application-monitoring/main/classes/ApplicationLogPublisher.cls-meta.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)