@deployport/api-services-corelib 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deployport/api-services-corelib",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "",
5
5
  "main": "./specular.js",
6
6
  "types": "./specular.d.ts",
package/specular.js CHANGED
@@ -6,7 +6,7 @@ export class SignedOperationV1 {
6
6
  }
7
7
  // ServiceSignatureV1 entity
8
8
  export class ServiceSignatureV1 {
9
- ServiceName;
9
+ ServiceName = '';
10
10
  }
11
11
  const _pkg = new Metadata.Package('Deployport/CoreLib');
12
12
  export const AccessDeniedProblemMeta = new Metadata.Struct(_pkg, "AccessDeniedProblem");
package/specular.ts CHANGED
@@ -11,7 +11,7 @@ export class SignedOperationV1 {
11
11
 
12
12
  // ServiceSignatureV1 entity
13
13
  export class ServiceSignatureV1 {
14
- public ServiceName: string;
14
+ public ServiceName: string = '';
15
15
  }
16
16
 
17
17
  const _pkg = new Metadata.Package(