@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 +1 -1
- package/specular.js +1 -1
- package/specular.ts +1 -1
package/package.json
CHANGED
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");
|