@stamhoofd/structures 2.90.0 → 2.90.1
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/dist/src/endpoints/UitpasSetClientCredentialsResponse.d.ts +1 -1
- package/dist/src/endpoints/UitpasSetClientCredentialsResponse.d.ts.map +1 -1
- package/dist/src/endpoints/UitpasSetClientCredentialsResponse.js +2 -2
- package/dist/src/endpoints/UitpasSetClientCredentialsResponse.js.map +1 -1
- package/esm/dist/src/endpoints/UitpasSetClientCredentialsResponse.d.ts +1 -1
- package/esm/dist/src/endpoints/UitpasSetClientCredentialsResponse.d.ts.map +1 -1
- package/esm/dist/src/endpoints/UitpasSetClientCredentialsResponse.js +1 -1
- package/esm/dist/src/endpoints/UitpasSetClientCredentialsResponse.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AutoEncoder } from '@simonbackx/simple-encoding';
|
|
2
|
-
import { UitpasClientCredentialsStatus } from '../UitpasClientCredentialsStatus';
|
|
2
|
+
import { UitpasClientCredentialsStatus } from '../UitpasClientCredentialsStatus.js';
|
|
3
3
|
export declare class UitpasSetClientCredentialsResponse extends AutoEncoder {
|
|
4
4
|
status: UitpasClientCredentialsStatus;
|
|
5
5
|
human?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UitpasSetClientCredentialsResponse.d.ts","sourceRoot":"","sources":["../../../src/endpoints/UitpasSetClientCredentialsResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAqC,MAAM,6BAA6B,CAAC;AAC7F,OAAO,EAAE,6BAA6B,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"UitpasSetClientCredentialsResponse.d.ts","sourceRoot":"","sources":["../../../src/endpoints/UitpasSetClientCredentialsResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAqC,MAAM,6BAA6B,CAAC;AAC7F,OAAO,EAAE,6BAA6B,EAAE,MAAM,qCAAqC,CAAC;AAEpF,qBAAa,kCAAmC,SAAQ,WAAW;IAE/D,MAAM,EAAE,6BAA6B,CAAC;IAGtC,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,qBAAa,yBAA0B,SAAQ,WAAW;IAEtD,QAAQ,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -3,12 +3,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.UitpasGetClientIdResponse = exports.UitpasSetClientCredentialsResponse = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const simple_encoding_1 = require("@simonbackx/simple-encoding");
|
|
6
|
-
const
|
|
6
|
+
const UitpasClientCredentialsStatus_js_1 = require("../UitpasClientCredentialsStatus.js");
|
|
7
7
|
class UitpasSetClientCredentialsResponse extends simple_encoding_1.AutoEncoder {
|
|
8
8
|
}
|
|
9
9
|
exports.UitpasSetClientCredentialsResponse = UitpasSetClientCredentialsResponse;
|
|
10
10
|
tslib_1.__decorate([
|
|
11
|
-
(0, simple_encoding_1.field)({ decoder: new simple_encoding_1.EnumDecoder(
|
|
11
|
+
(0, simple_encoding_1.field)({ decoder: new simple_encoding_1.EnumDecoder(UitpasClientCredentialsStatus_js_1.UitpasClientCredentialsStatus) })
|
|
12
12
|
], UitpasSetClientCredentialsResponse.prototype, "status", void 0);
|
|
13
13
|
tslib_1.__decorate([
|
|
14
14
|
(0, simple_encoding_1.field)({ decoder: simple_encoding_1.StringDecoder, optional: true })
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UitpasSetClientCredentialsResponse.js","sourceRoot":"","sources":["../../../src/endpoints/UitpasSetClientCredentialsResponse.ts"],"names":[],"mappings":";;;;AAAA,iEAA6F;AAC7F,
|
|
1
|
+
{"version":3,"file":"UitpasSetClientCredentialsResponse.js","sourceRoot":"","sources":["../../../src/endpoints/UitpasSetClientCredentialsResponse.ts"],"names":[],"mappings":";;;;AAAA,iEAA6F;AAC7F,0FAAoF;AAEpF,MAAa,kCAAmC,SAAQ,6BAAW;CAMlE;AAND,gFAMC;AAJG;IADC,IAAA,uBAAK,EAAC,EAAE,OAAO,EAAE,IAAI,6BAAW,CAAC,gEAA6B,CAAC,EAAE,CAAC;kEAC7B;AAGtC;IADC,IAAA,uBAAK,EAAC,EAAE,OAAO,EAAE,+BAAa,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;iEACnC;AAGnB,MAAa,yBAA0B,SAAQ,6BAAW;CAGzD;AAHD,8DAGC;AADG;IADC,IAAA,uBAAK,EAAC,EAAE,OAAO,EAAE,+BAAa,EAAE,CAAC;2DACjB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AutoEncoder } from '@simonbackx/simple-encoding';
|
|
2
|
-
import { UitpasClientCredentialsStatus } from '../UitpasClientCredentialsStatus';
|
|
2
|
+
import { UitpasClientCredentialsStatus } from '../UitpasClientCredentialsStatus.js';
|
|
3
3
|
export declare class UitpasSetClientCredentialsResponse extends AutoEncoder {
|
|
4
4
|
status: UitpasClientCredentialsStatus;
|
|
5
5
|
human?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UitpasSetClientCredentialsResponse.d.ts","sourceRoot":"","sources":["../../../../src/endpoints/UitpasSetClientCredentialsResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAqC,MAAM,6BAA6B,CAAC;AAC7F,OAAO,EAAE,6BAA6B,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"UitpasSetClientCredentialsResponse.d.ts","sourceRoot":"","sources":["../../../../src/endpoints/UitpasSetClientCredentialsResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAqC,MAAM,6BAA6B,CAAC;AAC7F,OAAO,EAAE,6BAA6B,EAAE,MAAM,qCAAqC,CAAC;AAEpF,qBAAa,kCAAmC,SAAQ,WAAW;IAE/D,MAAM,EAAE,6BAA6B,CAAC;IAGtC,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,qBAAa,yBAA0B,SAAQ,WAAW;IAEtD,QAAQ,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { __decorate } from "tslib";
|
|
2
2
|
import { AutoEncoder, EnumDecoder, StringDecoder, field } from '@simonbackx/simple-encoding';
|
|
3
|
-
import { UitpasClientCredentialsStatus } from '../UitpasClientCredentialsStatus';
|
|
3
|
+
import { UitpasClientCredentialsStatus } from '../UitpasClientCredentialsStatus.js';
|
|
4
4
|
export class UitpasSetClientCredentialsResponse extends AutoEncoder {
|
|
5
5
|
}
|
|
6
6
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UitpasSetClientCredentialsResponse.js","sourceRoot":"","sources":["../../../../src/endpoints/UitpasSetClientCredentialsResponse.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,aAAa,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAC7F,OAAO,EAAE,6BAA6B,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"UitpasSetClientCredentialsResponse.js","sourceRoot":"","sources":["../../../../src/endpoints/UitpasSetClientCredentialsResponse.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,aAAa,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AAC7F,OAAO,EAAE,6BAA6B,EAAE,MAAM,qCAAqC,CAAC;AAEpF,MAAM,OAAO,kCAAmC,SAAQ,WAAW;CAMlE;AAJG;IADC,KAAK,CAAC,EAAE,OAAO,EAAE,IAAI,WAAW,CAAC,6BAA6B,CAAC,EAAE,CAAC;kEAC7B;AAGtC;IADC,KAAK,CAAC,EAAE,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;iEACnC;AAGnB,MAAM,OAAO,yBAA0B,SAAQ,WAAW;CAGzD;AADG;IADC,KAAK,CAAC,EAAE,OAAO,EAAE,aAAa,EAAE,CAAC;2DACjB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stamhoofd/structures",
|
|
3
|
-
"version": "2.90.
|
|
3
|
+
"version": "2.90.1",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./esm/dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"publishConfig": {
|
|
45
45
|
"access": "public"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "9a720678a4d4699e555f38c9d97779da5818d712"
|
|
48
48
|
}
|