@nmshd/runtime 2.0.2 → 2.1.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.
Files changed (28) hide show
  1. package/dist/Runtime.js +12 -12
  2. package/dist/Runtime.js.map +1 -1
  3. package/dist/buildInformation.js +5 -5
  4. package/dist/dataViews/DataViewExpander.js +5 -21
  5. package/dist/dataViews/DataViewExpander.js.map +1 -1
  6. package/dist/dataViews/consumption/LocalAttributeDVO.d.ts +1 -1
  7. package/dist/dataViews/content/AttributeDVOs.d.ts +1 -1
  8. package/dist/extensibility/facades/consumption/AttributesFacade.d.ts +1 -1
  9. package/dist/modules/AttributeListenerModule.js +11 -5
  10. package/dist/modules/AttributeListenerModule.js.map +1 -1
  11. package/dist/useCases/common/Schemas.js +1118 -263
  12. package/dist/useCases/common/Schemas.js.map +1 -1
  13. package/dist/useCases/common/validation/ValidatableStrings.d.ts +18 -18
  14. package/dist/useCases/consumption/attributes/ExecuteThirdPartyRelationshipAttributeQuery.d.ts +2 -2
  15. package/dist/useCases/consumption/attributes/ExecuteThirdPartyRelationshipAttributeQuery.js +1 -4
  16. package/dist/useCases/consumption/attributes/ExecuteThirdPartyRelationshipAttributeQuery.js.map +1 -1
  17. package/dist/useCases/transport/account/LoadItemFromTruncatedReference.d.ts +1 -1
  18. package/dist/useCases/transport/challenges/CreateChallenge.d.ts +1 -1
  19. package/dist/useCases/transport/files/GetOrLoadFile.d.ts +1 -1
  20. package/dist/useCases/transport/files/UploadOwnFile.js +3 -3
  21. package/dist/useCases/transport/files/UploadOwnFile.js.map +1 -1
  22. package/dist/useCases/transport/relationshipTemplates/LoadPeerRelationshipTemplate.d.ts +1 -1
  23. package/dist/useCases/transport/tokens/LoadPeerToken.d.ts +1 -1
  24. package/lib-web/nmshd.runtime.js +1112 -266
  25. package/lib-web/nmshd.runtime.js.map +1 -1
  26. package/lib-web/nmshd.runtime.min.js +3 -3
  27. package/lib-web/nmshd.runtime.min.js.map +1 -1
  28. package/package.json +11 -11
@@ -122,18 +122,6 @@ const RuntimeLoggerFactory_1 = __webpack_require__(/*! ./RuntimeLoggerFactory */
122
122
  const useCases_1 = __webpack_require__(/*! ./useCases */ "./dist/useCases/index.js");
123
123
  const SchemaRepository_1 = __webpack_require__(/*! ./useCases/common/SchemaRepository */ "./dist/useCases/common/SchemaRepository.js");
124
124
  class Runtime {
125
- constructor(runtimeConfig, loggerFactory, eventBus) {
126
- this.runtimeConfig = runtimeConfig;
127
- this.loggerFactory = loggerFactory;
128
- this._isInitialized = false;
129
- this._isStarted = false;
130
- this._logger = this.loggerFactory.getLogger(this.constructor.name);
131
- this._eventBus =
132
- eventBus ??
133
- new ts_utils_1.EventEmitter2EventBus((error, namespace) => {
134
- this.logger.error(`An error was thrown in an event handler of the runtime event bus (namespace: '${namespace}'). Root error: ${error}`);
135
- });
136
- }
137
125
  get logger() {
138
126
  return this._logger;
139
127
  }
@@ -168,6 +156,18 @@ class Runtime {
168
156
  get eventBus() {
169
157
  return this._eventBus;
170
158
  }
159
+ constructor(runtimeConfig, loggerFactory, eventBus) {
160
+ this.runtimeConfig = runtimeConfig;
161
+ this.loggerFactory = loggerFactory;
162
+ this._isInitialized = false;
163
+ this._isStarted = false;
164
+ this._logger = this.loggerFactory.getLogger(this.constructor.name);
165
+ this._eventBus =
166
+ eventBus ??
167
+ new ts_utils_1.EventEmitter2EventBus((error, namespace) => {
168
+ this.logger.error(`An error was thrown in an event handler of the runtime event bus (namespace: '${namespace}'). Root error: ${error}`);
169
+ });
170
+ }
171
171
  get isInitialized() {
172
172
  return this._isInitialized;
173
173
  }
@@ -466,11 +466,11 @@ const content_1 = __webpack_require__(/*! @nmshd/content */ "@nmshd/content");
466
466
  const crypto_1 = __webpack_require__(/*! @nmshd/crypto */ "@nmshd/crypto");
467
467
  const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
468
468
  exports.buildInformation = {
469
- version: "2.0.2",
470
- build: "129",
471
- date: "2022-11-11T12:52:53+00:00",
472
- commit: "1422fe683fd588abbcbb9aff14ffd6976fd7ec1e",
473
- dependencies: {"@js-soft/docdb-querytranslator":"1.1.0","@js-soft/logging-abstractions":"1.0.0","@js-soft/ts-serval":"2.0.5","@js-soft/ts-utils":"^2.3.0","@nmshd/consumption":"2.0.0","@nmshd/content":"2.0.2","@nmshd/crypto":"2.0.2","@nmshd/transport":"2.0.0","ajv":"^8.11.0","ajv-errors":"^3.0.0","ajv-formats":"^2.1.1","json-stringify-safe":"^5.0.1","luxon":"^3.1.0","qrcode":"1.5.1","reflect-metadata":"0.1.13","ts-simple-nameof":"1.3.1","typescript-ioc":"3.2.2"},
469
+ version: "2.1.1",
470
+ build: "131",
471
+ date: "2022-11-29T08:17:47+00:00",
472
+ commit: "ca2d5a31fa12fc55f4a9e37da778c0b25424ec4c",
473
+ dependencies: {"@js-soft/docdb-querytranslator":"1.1.0","@js-soft/logging-abstractions":"1.0.0","@js-soft/ts-serval":"2.0.5","@js-soft/ts-utils":"^2.3.0","@nmshd/consumption":"2.2.1","@nmshd/content":"2.1.2","@nmshd/crypto":"2.0.3","@nmshd/transport":"2.0.0","ajv":"^8.11.2","ajv-errors":"^3.0.0","ajv-formats":"^2.1.1","json-stringify-safe":"^5.0.1","luxon":"^3.1.0","qrcode":"1.5.1","reflect-metadata":"0.1.13","ts-simple-nameof":"1.3.1","typescript-ioc":"3.2.2"},
474
474
  libraries: {
475
475
  serval: ts_serval_1.buildInformation,
476
476
  consumption: consumption_1.buildInformation,
@@ -1422,6 +1422,7 @@ let DataViewExpander = class DataViewExpander {
1422
1422
  async expandThirdPartyRelationshipAttributeQuery(query) {
1423
1423
  const name = "i18n://dvo.attributeQuery.name.ThirdPartyRelationshipAttributeQuery";
1424
1424
  const description = "i18n://dvo.attributeQuery.name.ThirdPartyRelationshipAttributeQuery";
1425
+ const thirdParty = await Promise.all(query.thirdParty.map((tp) => this.expandAddress(tp)));
1425
1426
  return {
1426
1427
  type: "ThirdPartyRelationshipAttributeQueryDVO",
1427
1428
  id: "",
@@ -1430,7 +1431,7 @@ let DataViewExpander = class DataViewExpander {
1430
1431
  validFrom: query.validFrom,
1431
1432
  validTo: query.validTo,
1432
1433
  owner: await this.expandAddress(query.owner),
1433
- thirdParty: await this.expandAddress(query.thirdParty),
1434
+ thirdParty,
1434
1435
  key: query.key,
1435
1436
  isProcessed: false
1436
1437
  };
@@ -1505,29 +1506,12 @@ let DataViewExpander = class DataViewExpander {
1505
1506
  };
1506
1507
  }
1507
1508
  async processThirdPartyRelationshipAttributeQuery(query) {
1508
- const matchedAttributeDTOResult = await this.consumption.attributes.executeThirdPartyRelationshipAttributeQuery({
1509
- query
1510
- });
1511
- if (matchedAttributeDTOResult.isError) {
1512
- if (matchedAttributeDTOResult.error.code !== "error.runtime.recordNotFound") {
1513
- throw matchedAttributeDTOResult.error;
1514
- }
1515
- return {
1516
- ...(await this.expandThirdPartyRelationshipAttributeQuery(query)),
1517
- type: "ProcessedThirdPartyRelationshipAttributeQueryDVO",
1518
- results: [],
1519
- isProcessed: true
1520
- };
1521
- }
1522
- const matchedAttributeDVO = await this.expandLocalAttributeDTO(matchedAttributeDTOResult.value);
1523
- const correctlyTypedAttribute = matchedAttributeDVO;
1509
+ const matchedAttributeDTOResult = await this.consumption.attributes.executeThirdPartyRelationshipAttributeQuery({ query });
1510
+ const matchedAttributeDVOs = await this.expandLocalAttributeDTOs(matchedAttributeDTOResult.value);
1524
1511
  return {
1525
1512
  ...(await this.expandThirdPartyRelationshipAttributeQuery(query)),
1526
1513
  type: "ProcessedThirdPartyRelationshipAttributeQueryDVO",
1527
- results: [correctlyTypedAttribute],
1528
- renderHints: correctlyTypedAttribute.renderHints,
1529
- valueHints: correctlyTypedAttribute.valueHints,
1530
- valueType: correctlyTypedAttribute.valueType,
1514
+ results: matchedAttributeDVOs,
1531
1515
  isProcessed: true
1532
1516
  };
1533
1517
  }
@@ -4846,12 +4830,19 @@ class AttributeListenerModule extends extensibility_1.RuntimeModule {
4846
4830
  return;
4847
4831
  const requestItem = {
4848
4832
  "@type": "ShareAttributeRequestItem",
4849
- // The owner is set to the Request sender, because RelationshipAttributes of other Relationships can be shared here.
4850
- attribute: { ...attribute.content, owner: eventTargetAddress },
4833
+ attribute: attribute.content,
4851
4834
  sourceAttributeId: attribute.id,
4852
4835
  mustBeAccepted: true,
4853
4836
  metadata: { attributeListenerId: attributeListener.id }
4854
4837
  };
4838
+ const validationResult = await services.consumptionServices.outgoingRequests.canCreate({
4839
+ content: { items: [requestItem] },
4840
+ peer: attributeListener.peer
4841
+ });
4842
+ if (!validationResult.value.isSuccess) {
4843
+ this.logger.error("Could not validate outgoing request", validationResult.value);
4844
+ return;
4845
+ }
4855
4846
  const requestCreatedResult = await services.consumptionServices.outgoingRequests.create({
4856
4847
  content: { items: [requestItem] },
4857
4848
  peer: attributeListener.peer
@@ -4884,11 +4875,10 @@ class AttributeListenerModule extends extensibility_1.RuntimeModule {
4884
4875
  return false;
4885
4876
  const result = await services.consumptionServices.attributes.executeThirdPartyRelationshipAttributeQuery({ query });
4886
4877
  if (result.isError) {
4887
- if (result.error.code !== "error.runtime.recordNotFound")
4888
- this.logger.error("Could not execute ThirdPartyRelationshipAttributeQuery", result.error);
4878
+ this.logger.error("Could not execute ThirdPartyRelationshipAttributeQuery", result.error);
4889
4879
  return false;
4890
4880
  }
4891
- return result.value.id === attribute.id;
4881
+ return result.value.some((value) => value.id === attribute.id);
4892
4882
  }
4893
4883
  }
4894
4884
  }
@@ -7547,6 +7537,9 @@ exports.CreateAttributeRequest = {
7547
7537
  },
7548
7538
  "description": {
7549
7539
  "type": "string"
7540
+ },
7541
+ "valueHintsOverride": {
7542
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
7550
7543
  }
7551
7544
  },
7552
7545
  "required": [
@@ -7556,6 +7549,123 @@ exports.CreateAttributeRequest = {
7556
7549
  ],
7557
7550
  "additionalProperties": false
7558
7551
  },
7552
+ "ValueHintsOverrideJSON": {
7553
+ "type": "object",
7554
+ "additionalProperties": false,
7555
+ "properties": {
7556
+ "@type": {
7557
+ "type": "string",
7558
+ "const": "ValueHints"
7559
+ },
7560
+ "editHelp": {
7561
+ "type": "string"
7562
+ },
7563
+ "min": {
7564
+ "type": "number"
7565
+ },
7566
+ "max": {
7567
+ "type": "number"
7568
+ },
7569
+ "pattern": {
7570
+ "type": "string"
7571
+ },
7572
+ "values": {
7573
+ "type": "array",
7574
+ "items": {
7575
+ "$ref": "#/definitions/ValueHintsValueJSON"
7576
+ }
7577
+ },
7578
+ "defaultValue": {
7579
+ "type": [
7580
+ "string",
7581
+ "number",
7582
+ "boolean"
7583
+ ]
7584
+ },
7585
+ "propertyHints": {
7586
+ "type": "object",
7587
+ "additionalProperties": {
7588
+ "$ref": "#/definitions/ValueHintsJSON"
7589
+ }
7590
+ },
7591
+ "@context": {
7592
+ "type": "string"
7593
+ },
7594
+ "@version": {
7595
+ "type": "string"
7596
+ }
7597
+ }
7598
+ },
7599
+ "ValueHintsValueJSON": {
7600
+ "type": "object",
7601
+ "properties": {
7602
+ "key": {
7603
+ "type": [
7604
+ "string",
7605
+ "number",
7606
+ "boolean"
7607
+ ]
7608
+ },
7609
+ "displayName": {
7610
+ "type": "string"
7611
+ }
7612
+ },
7613
+ "required": [
7614
+ "key",
7615
+ "displayName"
7616
+ ],
7617
+ "additionalProperties": false
7618
+ },
7619
+ "ValueHintsJSON": {
7620
+ "type": "object",
7621
+ "properties": {
7622
+ "@type": {
7623
+ "type": "string",
7624
+ "const": "ValueHints"
7625
+ },
7626
+ "@context": {
7627
+ "type": "string"
7628
+ },
7629
+ "@version": {
7630
+ "type": "string"
7631
+ },
7632
+ "editHelp": {
7633
+ "type": "string"
7634
+ },
7635
+ "min": {
7636
+ "type": "number"
7637
+ },
7638
+ "max": {
7639
+ "type": "number"
7640
+ },
7641
+ "pattern": {
7642
+ "type": "string"
7643
+ },
7644
+ "values": {
7645
+ "type": "array",
7646
+ "items": {
7647
+ "$ref": "#/definitions/ValueHintsValueJSON"
7648
+ }
7649
+ },
7650
+ "defaultValue": {
7651
+ "type": [
7652
+ "string",
7653
+ "number",
7654
+ "boolean"
7655
+ ]
7656
+ },
7657
+ "propertyHints": {
7658
+ "type": "object",
7659
+ "additionalProperties": {
7660
+ "$ref": "#/definitions/ValueHintsJSON"
7661
+ }
7662
+ }
7663
+ },
7664
+ "required": [
7665
+ "@type"
7666
+ ],
7667
+ "additionalProperties": false
7668
+ },
7559
7669
  "ProprietaryCountryJSON": {
7560
7670
  "type": "object",
7561
7671
  "properties": {
@@ -7577,6 +7687,9 @@ exports.CreateAttributeRequest = {
7577
7687
  },
7578
7688
  "description": {
7579
7689
  "type": "string"
7690
+ },
7691
+ "valueHintsOverride": {
7692
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
7580
7693
  }
7581
7694
  },
7582
7695
  "required": [
@@ -7607,6 +7720,9 @@ exports.CreateAttributeRequest = {
7607
7720
  },
7608
7721
  "description": {
7609
7722
  "type": "string"
7723
+ },
7724
+ "valueHintsOverride": {
7725
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
7610
7726
  }
7611
7727
  },
7612
7728
  "required": [
@@ -7637,6 +7753,9 @@ exports.CreateAttributeRequest = {
7637
7753
  },
7638
7754
  "description": {
7639
7755
  "type": "string"
7756
+ },
7757
+ "valueHintsOverride": {
7758
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
7640
7759
  }
7641
7760
  },
7642
7761
  "required": [
@@ -7667,6 +7786,9 @@ exports.CreateAttributeRequest = {
7667
7786
  },
7668
7787
  "description": {
7669
7788
  "type": "string"
7789
+ },
7790
+ "valueHintsOverride": {
7791
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
7670
7792
  }
7671
7793
  },
7672
7794
  "required": [
@@ -7697,6 +7819,9 @@ exports.CreateAttributeRequest = {
7697
7819
  },
7698
7820
  "description": {
7699
7821
  "type": "string"
7822
+ },
7823
+ "valueHintsOverride": {
7824
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
7700
7825
  }
7701
7826
  },
7702
7827
  "required": [
@@ -7727,6 +7852,9 @@ exports.CreateAttributeRequest = {
7727
7852
  },
7728
7853
  "description": {
7729
7854
  "type": "string"
7855
+ },
7856
+ "valueHintsOverride": {
7857
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
7730
7858
  }
7731
7859
  },
7732
7860
  "required": [
@@ -7757,6 +7885,9 @@ exports.CreateAttributeRequest = {
7757
7885
  },
7758
7886
  "description": {
7759
7887
  "type": "string"
7888
+ },
7889
+ "valueHintsOverride": {
7890
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
7760
7891
  }
7761
7892
  },
7762
7893
  "required": [
@@ -7787,6 +7918,9 @@ exports.CreateAttributeRequest = {
7787
7918
  },
7788
7919
  "description": {
7789
7920
  "type": "string"
7921
+ },
7922
+ "valueHintsOverride": {
7923
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
7790
7924
  }
7791
7925
  },
7792
7926
  "required": [
@@ -7817,6 +7951,9 @@ exports.CreateAttributeRequest = {
7817
7951
  },
7818
7952
  "description": {
7819
7953
  "type": "string"
7954
+ },
7955
+ "valueHintsOverride": {
7956
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
7820
7957
  }
7821
7958
  },
7822
7959
  "required": [
@@ -7847,6 +7984,9 @@ exports.CreateAttributeRequest = {
7847
7984
  },
7848
7985
  "description": {
7849
7986
  "type": "string"
7987
+ },
7988
+ "valueHintsOverride": {
7989
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
7850
7990
  }
7851
7991
  },
7852
7992
  "required": [
@@ -8491,7 +8631,10 @@ exports.ExecuteThirdPartyRelationshipAttributeQueryRequest = {
8491
8631
  "$ref": "#/definitions/ICoreAddress"
8492
8632
  },
8493
8633
  "thirdParty": {
8494
- "$ref": "#/definitions/ICoreAddress"
8634
+ "type": "array",
8635
+ "items": {
8636
+ "$ref": "#/definitions/ICoreAddress"
8637
+ }
8495
8638
  }
8496
8639
  },
8497
8640
  "required": [
@@ -8551,7 +8694,10 @@ exports.ExecuteThirdPartyRelationshipAttributeQueryRequest = {
8551
8694
  "type": "string"
8552
8695
  },
8553
8696
  "thirdParty": {
8554
- "type": "string"
8697
+ "type": "array",
8698
+ "items": {
8699
+ "type": "string"
8700
+ }
8555
8701
  }
8556
8702
  },
8557
8703
  "required": [
@@ -9569,6 +9715,9 @@ exports.CanCreateOutgoingRequestRequest = {
9569
9715
  },
9570
9716
  "description": {
9571
9717
  "type": "string"
9718
+ },
9719
+ "valueHintsOverride": {
9720
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
9572
9721
  }
9573
9722
  },
9574
9723
  "required": [
@@ -9578,6 +9727,123 @@ exports.CanCreateOutgoingRequestRequest = {
9578
9727
  ],
9579
9728
  "additionalProperties": false
9580
9729
  },
9730
+ "ValueHintsOverrideJSON": {
9731
+ "type": "object",
9732
+ "additionalProperties": false,
9733
+ "properties": {
9734
+ "@type": {
9735
+ "type": "string",
9736
+ "const": "ValueHints"
9737
+ },
9738
+ "editHelp": {
9739
+ "type": "string"
9740
+ },
9741
+ "min": {
9742
+ "type": "number"
9743
+ },
9744
+ "max": {
9745
+ "type": "number"
9746
+ },
9747
+ "pattern": {
9748
+ "type": "string"
9749
+ },
9750
+ "values": {
9751
+ "type": "array",
9752
+ "items": {
9753
+ "$ref": "#/definitions/ValueHintsValueJSON"
9754
+ }
9755
+ },
9756
+ "defaultValue": {
9757
+ "type": [
9758
+ "string",
9759
+ "number",
9760
+ "boolean"
9761
+ ]
9762
+ },
9763
+ "propertyHints": {
9764
+ "type": "object",
9765
+ "additionalProperties": {
9766
+ "$ref": "#/definitions/ValueHintsJSON"
9767
+ }
9768
+ },
9769
+ "@context": {
9770
+ "type": "string"
9771
+ },
9772
+ "@version": {
9773
+ "type": "string"
9774
+ }
9775
+ }
9776
+ },
9777
+ "ValueHintsValueJSON": {
9778
+ "type": "object",
9779
+ "properties": {
9780
+ "key": {
9781
+ "type": [
9782
+ "string",
9783
+ "number",
9784
+ "boolean"
9785
+ ]
9786
+ },
9787
+ "displayName": {
9788
+ "type": "string"
9789
+ }
9790
+ },
9791
+ "required": [
9792
+ "key",
9793
+ "displayName"
9794
+ ],
9795
+ "additionalProperties": false
9796
+ },
9797
+ "ValueHintsJSON": {
9798
+ "type": "object",
9799
+ "properties": {
9800
+ "@type": {
9801
+ "type": "string",
9802
+ "const": "ValueHints"
9803
+ },
9804
+ "@context": {
9805
+ "type": "string"
9806
+ },
9807
+ "@version": {
9808
+ "type": "string"
9809
+ },
9810
+ "editHelp": {
9811
+ "type": "string"
9812
+ },
9813
+ "min": {
9814
+ "type": "number"
9815
+ },
9816
+ "max": {
9817
+ "type": "number"
9818
+ },
9819
+ "pattern": {
9820
+ "type": "string"
9821
+ },
9822
+ "values": {
9823
+ "type": "array",
9824
+ "items": {
9825
+ "$ref": "#/definitions/ValueHintsValueJSON"
9826
+ }
9827
+ },
9828
+ "defaultValue": {
9829
+ "type": [
9830
+ "string",
9831
+ "number",
9832
+ "boolean"
9833
+ ]
9834
+ },
9835
+ "propertyHints": {
9836
+ "type": "object",
9837
+ "additionalProperties": {
9838
+ "$ref": "#/definitions/ValueHintsJSON"
9839
+ }
9840
+ }
9841
+ },
9842
+ "required": [
9843
+ "@type"
9844
+ ],
9845
+ "additionalProperties": false
9846
+ },
9581
9847
  "ProprietaryCountryJSON": {
9582
9848
  "type": "object",
9583
9849
  "properties": {
@@ -9599,6 +9865,9 @@ exports.CanCreateOutgoingRequestRequest = {
9599
9865
  },
9600
9866
  "description": {
9601
9867
  "type": "string"
9868
+ },
9869
+ "valueHintsOverride": {
9870
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
9602
9871
  }
9603
9872
  },
9604
9873
  "required": [
@@ -9629,6 +9898,9 @@ exports.CanCreateOutgoingRequestRequest = {
9629
9898
  },
9630
9899
  "description": {
9631
9900
  "type": "string"
9901
+ },
9902
+ "valueHintsOverride": {
9903
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
9632
9904
  }
9633
9905
  },
9634
9906
  "required": [
@@ -9659,6 +9931,9 @@ exports.CanCreateOutgoingRequestRequest = {
9659
9931
  },
9660
9932
  "description": {
9661
9933
  "type": "string"
9934
+ },
9935
+ "valueHintsOverride": {
9936
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
9662
9937
  }
9663
9938
  },
9664
9939
  "required": [
@@ -9689,6 +9964,9 @@ exports.CanCreateOutgoingRequestRequest = {
9689
9964
  },
9690
9965
  "description": {
9691
9966
  "type": "string"
9967
+ },
9968
+ "valueHintsOverride": {
9969
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
9692
9970
  }
9693
9971
  },
9694
9972
  "required": [
@@ -9719,6 +9997,9 @@ exports.CanCreateOutgoingRequestRequest = {
9719
9997
  },
9720
9998
  "description": {
9721
9999
  "type": "string"
10000
+ },
10001
+ "valueHintsOverride": {
10002
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
9722
10003
  }
9723
10004
  },
9724
10005
  "required": [
@@ -9749,6 +10030,9 @@ exports.CanCreateOutgoingRequestRequest = {
9749
10030
  },
9750
10031
  "description": {
9751
10032
  "type": "string"
10033
+ },
10034
+ "valueHintsOverride": {
10035
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
9752
10036
  }
9753
10037
  },
9754
10038
  "required": [
@@ -9779,6 +10063,9 @@ exports.CanCreateOutgoingRequestRequest = {
9779
10063
  },
9780
10064
  "description": {
9781
10065
  "type": "string"
10066
+ },
10067
+ "valueHintsOverride": {
10068
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
9782
10069
  }
9783
10070
  },
9784
10071
  "required": [
@@ -9809,6 +10096,9 @@ exports.CanCreateOutgoingRequestRequest = {
9809
10096
  },
9810
10097
  "description": {
9811
10098
  "type": "string"
10099
+ },
10100
+ "valueHintsOverride": {
10101
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
9812
10102
  }
9813
10103
  },
9814
10104
  "required": [
@@ -9839,6 +10129,9 @@ exports.CanCreateOutgoingRequestRequest = {
9839
10129
  },
9840
10130
  "description": {
9841
10131
  "type": "string"
10132
+ },
10133
+ "valueHintsOverride": {
10134
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
9842
10135
  }
9843
10136
  },
9844
10137
  "required": [
@@ -9869,6 +10162,9 @@ exports.CanCreateOutgoingRequestRequest = {
9869
10162
  },
9870
10163
  "description": {
9871
10164
  "type": "string"
10165
+ },
10166
+ "valueHintsOverride": {
10167
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
9872
10168
  }
9873
10169
  },
9874
10170
  "required": [
@@ -11446,76 +11742,6 @@ exports.CanCreateOutgoingRequestRequest = {
11446
11742
  "Consent"
11447
11743
  ]
11448
11744
  },
11449
- "ValueHintsJSON": {
11450
- "type": "object",
11451
- "properties": {
11452
- "@type": {
11453
- "type": "string",
11454
- "const": "ValueHints"
11455
- },
11456
- "@context": {
11457
- "type": "string"
11458
- },
11459
- "@version": {
11460
- "type": "string"
11461
- },
11462
- "editHelp": {
11463
- "type": "string"
11464
- },
11465
- "min": {
11466
- "type": "number"
11467
- },
11468
- "max": {
11469
- "type": "number"
11470
- },
11471
- "pattern": {
11472
- "type": "string"
11473
- },
11474
- "values": {
11475
- "type": "array",
11476
- "items": {
11477
- "$ref": "#/definitions/ValueHintsValueJSON"
11478
- }
11479
- },
11480
- "defaultValue": {
11481
- "type": [
11482
- "string",
11483
- "number",
11484
- "boolean"
11485
- ]
11486
- },
11487
- "propertyHints": {
11488
- "type": "object",
11489
- "additionalProperties": {
11490
- "$ref": "#/definitions/ValueHintsJSON"
11491
- }
11492
- }
11493
- },
11494
- "required": [
11495
- "@type"
11496
- ],
11497
- "additionalProperties": false
11498
- },
11499
- "ValueHintsValueJSON": {
11500
- "type": "object",
11501
- "properties": {
11502
- "key": {
11503
- "type": [
11504
- "string",
11505
- "number",
11506
- "boolean"
11507
- ]
11508
- },
11509
- "displayName": {
11510
- "type": "string"
11511
- }
11512
- },
11513
- "required": [
11514
- "key",
11515
- "displayName"
11516
- ],
11517
- "additionalProperties": false
11518
- },
11519
11745
  "ReadAttributeRequestItemJSON": {
11520
11746
  "type": "object",
11521
11747
  "properties": {
@@ -11596,7 +11822,10 @@ exports.CanCreateOutgoingRequestRequest = {
11596
11822
  "type": "string"
11597
11823
  },
11598
11824
  "thirdParty": {
11599
- "type": "string"
11825
+ "type": "array",
11826
+ "items": {
11827
+ "type": "string"
11828
+ }
11600
11829
  }
11601
11830
  },
11602
11831
  "required": [
@@ -13471,6 +13700,9 @@ exports.CompleteOutgoingRequestRequest = {
13471
13700
  },
13472
13701
  "description": {
13473
13702
  "type": "string"
13703
+ },
13704
+ "valueHintsOverride": {
13705
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
13474
13706
  }
13475
13707
  },
13476
13708
  "required": [
@@ -13480,6 +13712,123 @@ exports.CompleteOutgoingRequestRequest = {
13480
13712
  ],
13481
13713
  "additionalProperties": false
13482
13714
  },
13715
+ "ValueHintsOverrideJSON": {
13716
+ "type": "object",
13717
+ "additionalProperties": false,
13718
+ "properties": {
13719
+ "@type": {
13720
+ "type": "string",
13721
+ "const": "ValueHints"
13722
+ },
13723
+ "editHelp": {
13724
+ "type": "string"
13725
+ },
13726
+ "min": {
13727
+ "type": "number"
13728
+ },
13729
+ "max": {
13730
+ "type": "number"
13731
+ },
13732
+ "pattern": {
13733
+ "type": "string"
13734
+ },
13735
+ "values": {
13736
+ "type": "array",
13737
+ "items": {
13738
+ "$ref": "#/definitions/ValueHintsValueJSON"
13739
+ }
13740
+ },
13741
+ "defaultValue": {
13742
+ "type": [
13743
+ "string",
13744
+ "number",
13745
+ "boolean"
13746
+ ]
13747
+ },
13748
+ "propertyHints": {
13749
+ "type": "object",
13750
+ "additionalProperties": {
13751
+ "$ref": "#/definitions/ValueHintsJSON"
13752
+ }
13753
+ },
13754
+ "@context": {
13755
+ "type": "string"
13756
+ },
13757
+ "@version": {
13758
+ "type": "string"
13759
+ }
13760
+ }
13761
+ },
13762
+ "ValueHintsValueJSON": {
13763
+ "type": "object",
13764
+ "properties": {
13765
+ "key": {
13766
+ "type": [
13767
+ "string",
13768
+ "number",
13769
+ "boolean"
13770
+ ]
13771
+ },
13772
+ "displayName": {
13773
+ "type": "string"
13774
+ }
13775
+ },
13776
+ "required": [
13777
+ "key",
13778
+ "displayName"
13779
+ ],
13780
+ "additionalProperties": false
13781
+ },
13782
+ "ValueHintsJSON": {
13783
+ "type": "object",
13784
+ "properties": {
13785
+ "@type": {
13786
+ "type": "string",
13787
+ "const": "ValueHints"
13788
+ },
13789
+ "@context": {
13790
+ "type": "string"
13791
+ },
13792
+ "@version": {
13793
+ "type": "string"
13794
+ },
13795
+ "editHelp": {
13796
+ "type": "string"
13797
+ },
13798
+ "min": {
13799
+ "type": "number"
13800
+ },
13801
+ "max": {
13802
+ "type": "number"
13803
+ },
13804
+ "pattern": {
13805
+ "type": "string"
13806
+ },
13807
+ "values": {
13808
+ "type": "array",
13809
+ "items": {
13810
+ "$ref": "#/definitions/ValueHintsValueJSON"
13811
+ }
13812
+ },
13813
+ "defaultValue": {
13814
+ "type": [
13815
+ "string",
13816
+ "number",
13817
+ "boolean"
13818
+ ]
13819
+ },
13820
+ "propertyHints": {
13821
+ "type": "object",
13822
+ "additionalProperties": {
13823
+ "$ref": "#/definitions/ValueHintsJSON"
13824
+ }
13825
+ }
13826
+ },
13827
+ "required": [
13828
+ "@type"
13829
+ ],
13830
+ "additionalProperties": false
13831
+ },
13483
13832
  "ProprietaryCountryJSON": {
13484
13833
  "type": "object",
13485
13834
  "properties": {
@@ -13501,6 +13850,9 @@ exports.CompleteOutgoingRequestRequest = {
13501
13850
  },
13502
13851
  "description": {
13503
13852
  "type": "string"
13853
+ },
13854
+ "valueHintsOverride": {
13855
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
13504
13856
  }
13505
13857
  },
13506
13858
  "required": [
@@ -13531,6 +13883,9 @@ exports.CompleteOutgoingRequestRequest = {
13531
13883
  },
13532
13884
  "description": {
13533
13885
  "type": "string"
13886
+ },
13887
+ "valueHintsOverride": {
13888
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
13534
13889
  }
13535
13890
  },
13536
13891
  "required": [
@@ -13561,6 +13916,9 @@ exports.CompleteOutgoingRequestRequest = {
13561
13916
  },
13562
13917
  "description": {
13563
13918
  "type": "string"
13919
+ },
13920
+ "valueHintsOverride": {
13921
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
13564
13922
  }
13565
13923
  },
13566
13924
  "required": [
@@ -13591,6 +13949,9 @@ exports.CompleteOutgoingRequestRequest = {
13591
13949
  },
13592
13950
  "description": {
13593
13951
  "type": "string"
13952
+ },
13953
+ "valueHintsOverride": {
13954
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
13594
13955
  }
13595
13956
  },
13596
13957
  "required": [
@@ -13621,6 +13982,9 @@ exports.CompleteOutgoingRequestRequest = {
13621
13982
  },
13622
13983
  "description": {
13623
13984
  "type": "string"
13985
+ },
13986
+ "valueHintsOverride": {
13987
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
13624
13988
  }
13625
13989
  },
13626
13990
  "required": [
@@ -13651,6 +14015,9 @@ exports.CompleteOutgoingRequestRequest = {
13651
14015
  },
13652
14016
  "description": {
13653
14017
  "type": "string"
14018
+ },
14019
+ "valueHintsOverride": {
14020
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
13654
14021
  }
13655
14022
  },
13656
14023
  "required": [
@@ -13681,6 +14048,9 @@ exports.CompleteOutgoingRequestRequest = {
13681
14048
  },
13682
14049
  "description": {
13683
14050
  "type": "string"
14051
+ },
14052
+ "valueHintsOverride": {
14053
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
13684
14054
  }
13685
14055
  },
13686
14056
  "required": [
@@ -13711,6 +14081,9 @@ exports.CompleteOutgoingRequestRequest = {
13711
14081
  },
13712
14082
  "description": {
13713
14083
  "type": "string"
14084
+ },
14085
+ "valueHintsOverride": {
14086
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
13714
14087
  }
13715
14088
  },
13716
14089
  "required": [
@@ -13741,6 +14114,9 @@ exports.CompleteOutgoingRequestRequest = {
13741
14114
  },
13742
14115
  "description": {
13743
14116
  "type": "string"
14117
+ },
14118
+ "valueHintsOverride": {
14119
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
13744
14120
  }
13745
14121
  },
13746
14122
  "required": [
@@ -13771,6 +14147,9 @@ exports.CompleteOutgoingRequestRequest = {
13771
14147
  },
13772
14148
  "description": {
13773
14149
  "type": "string"
14150
+ },
14151
+ "valueHintsOverride": {
14152
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
13774
14153
  }
13775
14154
  },
13776
14155
  "required": [
@@ -14343,6 +14722,9 @@ exports.CreateOutgoingRequestRequest = {
14343
14722
  },
14344
14723
  "description": {
14345
14724
  "type": "string"
14725
+ },
14726
+ "valueHintsOverride": {
14727
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
14346
14728
  }
14347
14729
  },
14348
14730
  "required": [
@@ -14352,6 +14734,123 @@ exports.CreateOutgoingRequestRequest = {
14352
14734
  ],
14353
14735
  "additionalProperties": false
14354
14736
  },
14737
+ "ValueHintsOverrideJSON": {
14738
+ "type": "object",
14739
+ "additionalProperties": false,
14740
+ "properties": {
14741
+ "@type": {
14742
+ "type": "string",
14743
+ "const": "ValueHints"
14744
+ },
14745
+ "editHelp": {
14746
+ "type": "string"
14747
+ },
14748
+ "min": {
14749
+ "type": "number"
14750
+ },
14751
+ "max": {
14752
+ "type": "number"
14753
+ },
14754
+ "pattern": {
14755
+ "type": "string"
14756
+ },
14757
+ "values": {
14758
+ "type": "array",
14759
+ "items": {
14760
+ "$ref": "#/definitions/ValueHintsValueJSON"
14761
+ }
14762
+ },
14763
+ "defaultValue": {
14764
+ "type": [
14765
+ "string",
14766
+ "number",
14767
+ "boolean"
14768
+ ]
14769
+ },
14770
+ "propertyHints": {
14771
+ "type": "object",
14772
+ "additionalProperties": {
14773
+ "$ref": "#/definitions/ValueHintsJSON"
14774
+ }
14775
+ },
14776
+ "@context": {
14777
+ "type": "string"
14778
+ },
14779
+ "@version": {
14780
+ "type": "string"
14781
+ }
14782
+ }
14783
+ },
14784
+ "ValueHintsValueJSON": {
14785
+ "type": "object",
14786
+ "properties": {
14787
+ "key": {
14788
+ "type": [
14789
+ "string",
14790
+ "number",
14791
+ "boolean"
14792
+ ]
14793
+ },
14794
+ "displayName": {
14795
+ "type": "string"
14796
+ }
14797
+ },
14798
+ "required": [
14799
+ "key",
14800
+ "displayName"
14801
+ ],
14802
+ "additionalProperties": false
14803
+ },
14804
+ "ValueHintsJSON": {
14805
+ "type": "object",
14806
+ "properties": {
14807
+ "@type": {
14808
+ "type": "string",
14809
+ "const": "ValueHints"
14810
+ },
14811
+ "@context": {
14812
+ "type": "string"
14813
+ },
14814
+ "@version": {
14815
+ "type": "string"
14816
+ },
14817
+ "editHelp": {
14818
+ "type": "string"
14819
+ },
14820
+ "min": {
14821
+ "type": "number"
14822
+ },
14823
+ "max": {
14824
+ "type": "number"
14825
+ },
14826
+ "pattern": {
14827
+ "type": "string"
14828
+ },
14829
+ "values": {
14830
+ "type": "array",
14831
+ "items": {
14832
+ "$ref": "#/definitions/ValueHintsValueJSON"
14833
+ }
14834
+ },
14835
+ "defaultValue": {
14836
+ "type": [
14837
+ "string",
14838
+ "number",
14839
+ "boolean"
14840
+ ]
14841
+ },
14842
+ "propertyHints": {
14843
+ "type": "object",
14844
+ "additionalProperties": {
14845
+ "$ref": "#/definitions/ValueHintsJSON"
14846
+ }
14847
+ }
14848
+ },
14849
+ "required": [
14850
+ "@type"
14851
+ ],
14852
+ "additionalProperties": false
14853
+ },
14355
14854
  "ProprietaryCountryJSON": {
14356
14855
  "type": "object",
14357
14856
  "properties": {
@@ -14373,6 +14872,9 @@ exports.CreateOutgoingRequestRequest = {
14373
14872
  },
14374
14873
  "description": {
14375
14874
  "type": "string"
14875
+ },
14876
+ "valueHintsOverride": {
14877
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
14376
14878
  }
14377
14879
  },
14378
14880
  "required": [
@@ -14403,6 +14905,9 @@ exports.CreateOutgoingRequestRequest = {
14403
14905
  },
14404
14906
  "description": {
14405
14907
  "type": "string"
14908
+ },
14909
+ "valueHintsOverride": {
14910
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
14406
14911
  }
14407
14912
  },
14408
14913
  "required": [
@@ -14433,6 +14938,9 @@ exports.CreateOutgoingRequestRequest = {
14433
14938
  },
14434
14939
  "description": {
14435
14940
  "type": "string"
14941
+ },
14942
+ "valueHintsOverride": {
14943
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
14436
14944
  }
14437
14945
  },
14438
14946
  "required": [
@@ -14463,6 +14971,9 @@ exports.CreateOutgoingRequestRequest = {
14463
14971
  },
14464
14972
  "description": {
14465
14973
  "type": "string"
14974
+ },
14975
+ "valueHintsOverride": {
14976
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
14466
14977
  }
14467
14978
  },
14468
14979
  "required": [
@@ -14493,6 +15004,9 @@ exports.CreateOutgoingRequestRequest = {
14493
15004
  },
14494
15005
  "description": {
14495
15006
  "type": "string"
15007
+ },
15008
+ "valueHintsOverride": {
15009
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
14496
15010
  }
14497
15011
  },
14498
15012
  "required": [
@@ -14523,6 +15037,9 @@ exports.CreateOutgoingRequestRequest = {
14523
15037
  },
14524
15038
  "description": {
14525
15039
  "type": "string"
15040
+ },
15041
+ "valueHintsOverride": {
15042
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
14526
15043
  }
14527
15044
  },
14528
15045
  "required": [
@@ -14553,6 +15070,9 @@ exports.CreateOutgoingRequestRequest = {
14553
15070
  },
14554
15071
  "description": {
14555
15072
  "type": "string"
15073
+ },
15074
+ "valueHintsOverride": {
15075
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
14556
15076
  }
14557
15077
  },
14558
15078
  "required": [
@@ -14583,6 +15103,9 @@ exports.CreateOutgoingRequestRequest = {
14583
15103
  },
14584
15104
  "description": {
14585
15105
  "type": "string"
15106
+ },
15107
+ "valueHintsOverride": {
15108
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
14586
15109
  }
14587
15110
  },
14588
15111
  "required": [
@@ -14613,6 +15136,9 @@ exports.CreateOutgoingRequestRequest = {
14613
15136
  },
14614
15137
  "description": {
14615
15138
  "type": "string"
15139
+ },
15140
+ "valueHintsOverride": {
15141
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
14616
15142
  }
14617
15143
  },
14618
15144
  "required": [
@@ -14643,6 +15169,9 @@ exports.CreateOutgoingRequestRequest = {
14643
15169
  },
14644
15170
  "description": {
14645
15171
  "type": "string"
15172
+ },
15173
+ "valueHintsOverride": {
15174
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
14646
15175
  }
14647
15176
  },
14648
15177
  "required": [
@@ -16220,76 +16749,6 @@ exports.CreateOutgoingRequestRequest = {
16220
16749
  "Consent"
16221
16750
  ]
16222
16751
  },
16223
- "ValueHintsJSON": {
16224
- "type": "object",
16225
- "properties": {
16226
- "@type": {
16227
- "type": "string",
16228
- "const": "ValueHints"
16229
- },
16230
- "@context": {
16231
- "type": "string"
16232
- },
16233
- "@version": {
16234
- "type": "string"
16235
- },
16236
- "editHelp": {
16237
- "type": "string"
16238
- },
16239
- "min": {
16240
- "type": "number"
16241
- },
16242
- "max": {
16243
- "type": "number"
16244
- },
16245
- "pattern": {
16246
- "type": "string"
16247
- },
16248
- "values": {
16249
- "type": "array",
16250
- "items": {
16251
- "$ref": "#/definitions/ValueHintsValueJSON"
16252
- }
16253
- },
16254
- "defaultValue": {
16255
- "type": [
16256
- "string",
16257
- "number",
16258
- "boolean"
16259
- ]
16260
- },
16261
- "propertyHints": {
16262
- "type": "object",
16263
- "additionalProperties": {
16264
- "$ref": "#/definitions/ValueHintsJSON"
16265
- }
16266
- }
16267
- },
16268
- "required": [
16269
- "@type"
16270
- ],
16271
- "additionalProperties": false
16272
- },
16273
- "ValueHintsValueJSON": {
16274
- "type": "object",
16275
- "properties": {
16276
- "key": {
16277
- "type": [
16278
- "string",
16279
- "number",
16280
- "boolean"
16281
- ]
16282
- },
16283
- "displayName": {
16284
- "type": "string"
16285
- }
16286
- },
16287
- "required": [
16288
- "key",
16289
- "displayName"
16290
- ],
16291
- "additionalProperties": false
16292
- },
16293
16752
  "ReadAttributeRequestItemJSON": {
16294
16753
  "type": "object",
16295
16754
  "properties": {
@@ -16370,7 +16829,10 @@ exports.CreateOutgoingRequestRequest = {
16370
16829
  "type": "string"
16371
16830
  },
16372
16831
  "thirdParty": {
16373
- "type": "string"
16832
+ "type": "array",
16833
+ "items": {
16834
+ "type": "string"
16835
+ }
16374
16836
  }
16375
16837
  },
16376
16838
  "required": [
@@ -17349,6 +17811,9 @@ exports.ReceivedIncomingRequestRequest = {
17349
17811
  },
17350
17812
  "description": {
17351
17813
  "type": "string"
17814
+ },
17815
+ "valueHintsOverride": {
17816
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
17352
17817
  }
17353
17818
  },
17354
17819
  "required": [
@@ -17358,6 +17823,123 @@ exports.ReceivedIncomingRequestRequest = {
17358
17823
  ],
17359
17824
  "additionalProperties": false
17360
17825
  },
17826
+ "ValueHintsOverrideJSON": {
17827
+ "type": "object",
17828
+ "additionalProperties": false,
17829
+ "properties": {
17830
+ "@type": {
17831
+ "type": "string",
17832
+ "const": "ValueHints"
17833
+ },
17834
+ "editHelp": {
17835
+ "type": "string"
17836
+ },
17837
+ "min": {
17838
+ "type": "number"
17839
+ },
17840
+ "max": {
17841
+ "type": "number"
17842
+ },
17843
+ "pattern": {
17844
+ "type": "string"
17845
+ },
17846
+ "values": {
17847
+ "type": "array",
17848
+ "items": {
17849
+ "$ref": "#/definitions/ValueHintsValueJSON"
17850
+ }
17851
+ },
17852
+ "defaultValue": {
17853
+ "type": [
17854
+ "string",
17855
+ "number",
17856
+ "boolean"
17857
+ ]
17858
+ },
17859
+ "propertyHints": {
17860
+ "type": "object",
17861
+ "additionalProperties": {
17862
+ "$ref": "#/definitions/ValueHintsJSON"
17863
+ }
17864
+ },
17865
+ "@context": {
17866
+ "type": "string"
17867
+ },
17868
+ "@version": {
17869
+ "type": "string"
17870
+ }
17871
+ }
17872
+ },
17873
+ "ValueHintsValueJSON": {
17874
+ "type": "object",
17875
+ "properties": {
17876
+ "key": {
17877
+ "type": [
17878
+ "string",
17879
+ "number",
17880
+ "boolean"
17881
+ ]
17882
+ },
17883
+ "displayName": {
17884
+ "type": "string"
17885
+ }
17886
+ },
17887
+ "required": [
17888
+ "key",
17889
+ "displayName"
17890
+ ],
17891
+ "additionalProperties": false
17892
+ },
17893
+ "ValueHintsJSON": {
17894
+ "type": "object",
17895
+ "properties": {
17896
+ "@type": {
17897
+ "type": "string",
17898
+ "const": "ValueHints"
17899
+ },
17900
+ "@context": {
17901
+ "type": "string"
17902
+ },
17903
+ "@version": {
17904
+ "type": "string"
17905
+ },
17906
+ "editHelp": {
17907
+ "type": "string"
17908
+ },
17909
+ "min": {
17910
+ "type": "number"
17911
+ },
17912
+ "max": {
17913
+ "type": "number"
17914
+ },
17915
+ "pattern": {
17916
+ "type": "string"
17917
+ },
17918
+ "values": {
17919
+ "type": "array",
17920
+ "items": {
17921
+ "$ref": "#/definitions/ValueHintsValueJSON"
17922
+ }
17923
+ },
17924
+ "defaultValue": {
17925
+ "type": [
17926
+ "string",
17927
+ "number",
17928
+ "boolean"
17929
+ ]
17930
+ },
17931
+ "propertyHints": {
17932
+ "type": "object",
17933
+ "additionalProperties": {
17934
+ "$ref": "#/definitions/ValueHintsJSON"
17935
+ }
17936
+ }
17937
+ },
17938
+ "required": [
17939
+ "@type"
17940
+ ],
17941
+ "additionalProperties": false
17942
+ },
17361
17943
  "ProprietaryCountryJSON": {
17362
17944
  "type": "object",
17363
17945
  "properties": {
@@ -17379,6 +17961,9 @@ exports.ReceivedIncomingRequestRequest = {
17379
17961
  },
17380
17962
  "description": {
17381
17963
  "type": "string"
17964
+ },
17965
+ "valueHintsOverride": {
17966
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
17382
17967
  }
17383
17968
  },
17384
17969
  "required": [
@@ -17409,6 +17994,9 @@ exports.ReceivedIncomingRequestRequest = {
17409
17994
  },
17410
17995
  "description": {
17411
17996
  "type": "string"
17997
+ },
17998
+ "valueHintsOverride": {
17999
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
17412
18000
  }
17413
18001
  },
17414
18002
  "required": [
@@ -17439,6 +18027,9 @@ exports.ReceivedIncomingRequestRequest = {
17439
18027
  },
17440
18028
  "description": {
17441
18029
  "type": "string"
18030
+ },
18031
+ "valueHintsOverride": {
18032
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
17442
18033
  }
17443
18034
  },
17444
18035
  "required": [
@@ -17469,6 +18060,9 @@ exports.ReceivedIncomingRequestRequest = {
17469
18060
  },
17470
18061
  "description": {
17471
18062
  "type": "string"
18063
+ },
18064
+ "valueHintsOverride": {
18065
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
17472
18066
  }
17473
18067
  },
17474
18068
  "required": [
@@ -17499,6 +18093,9 @@ exports.ReceivedIncomingRequestRequest = {
17499
18093
  },
17500
18094
  "description": {
17501
18095
  "type": "string"
18096
+ },
18097
+ "valueHintsOverride": {
18098
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
17502
18099
  }
17503
18100
  },
17504
18101
  "required": [
@@ -17529,6 +18126,9 @@ exports.ReceivedIncomingRequestRequest = {
17529
18126
  },
17530
18127
  "description": {
17531
18128
  "type": "string"
18129
+ },
18130
+ "valueHintsOverride": {
18131
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
17532
18132
  }
17533
18133
  },
17534
18134
  "required": [
@@ -17559,6 +18159,9 @@ exports.ReceivedIncomingRequestRequest = {
17559
18159
  },
17560
18160
  "description": {
17561
18161
  "type": "string"
18162
+ },
18163
+ "valueHintsOverride": {
18164
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
17562
18165
  }
17563
18166
  },
17564
18167
  "required": [
@@ -17589,6 +18192,9 @@ exports.ReceivedIncomingRequestRequest = {
17589
18192
  },
17590
18193
  "description": {
17591
18194
  "type": "string"
18195
+ },
18196
+ "valueHintsOverride": {
18197
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
17592
18198
  }
17593
18199
  },
17594
18200
  "required": [
@@ -17619,6 +18225,9 @@ exports.ReceivedIncomingRequestRequest = {
17619
18225
  },
17620
18226
  "description": {
17621
18227
  "type": "string"
18228
+ },
18229
+ "valueHintsOverride": {
18230
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
17622
18231
  }
17623
18232
  },
17624
18233
  "required": [
@@ -17649,6 +18258,9 @@ exports.ReceivedIncomingRequestRequest = {
17649
18258
  },
17650
18259
  "description": {
17651
18260
  "type": "string"
18261
+ },
18262
+ "valueHintsOverride": {
18263
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
17652
18264
  }
17653
18265
  },
17654
18266
  "required": [
@@ -19226,76 +19838,6 @@ exports.ReceivedIncomingRequestRequest = {
19226
19838
  "Consent"
19227
19839
  ]
19228
19840
  },
19229
- "ValueHintsJSON": {
19230
- "type": "object",
19231
- "properties": {
19232
- "@type": {
19233
- "type": "string",
19234
- "const": "ValueHints"
19235
- },
19236
- "@context": {
19237
- "type": "string"
19238
- },
19239
- "@version": {
19240
- "type": "string"
19241
- },
19242
- "editHelp": {
19243
- "type": "string"
19244
- },
19245
- "min": {
19246
- "type": "number"
19247
- },
19248
- "max": {
19249
- "type": "number"
19250
- },
19251
- "pattern": {
19252
- "type": "string"
19253
- },
19254
- "values": {
19255
- "type": "array",
19256
- "items": {
19257
- "$ref": "#/definitions/ValueHintsValueJSON"
19258
- }
19259
- },
19260
- "defaultValue": {
19261
- "type": [
19262
- "string",
19263
- "number",
19264
- "boolean"
19265
- ]
19266
- },
19267
- "propertyHints": {
19268
- "type": "object",
19269
- "additionalProperties": {
19270
- "$ref": "#/definitions/ValueHintsJSON"
19271
- }
19272
- }
19273
- },
19274
- "required": [
19275
- "@type"
19276
- ],
19277
- "additionalProperties": false
19278
- },
19279
- "ValueHintsValueJSON": {
19280
- "type": "object",
19281
- "properties": {
19282
- "key": {
19283
- "type": [
19284
- "string",
19285
- "number",
19286
- "boolean"
19287
- ]
19288
- },
19289
- "displayName": {
19290
- "type": "string"
19291
- }
19292
- },
19293
- "required": [
19294
- "key",
19295
- "displayName"
19296
- ],
19297
- "additionalProperties": false
19298
- },
19299
19841
  "ReadAttributeRequestItemJSON": {
19300
19842
  "type": "object",
19301
19843
  "properties": {
@@ -19376,7 +19918,10 @@ exports.ReceivedIncomingRequestRequest = {
19376
19918
  "type": "string"
19377
19919
  },
19378
19920
  "thirdParty": {
19379
- "type": "string"
19921
+ "type": "array",
19922
+ "items": {
19923
+ "type": "string"
19924
+ }
19380
19925
  }
19381
19926
  },
19382
19927
  "required": [
@@ -20979,6 +21524,9 @@ exports.SucceedAttributeRequest = {
20979
21524
  },
20980
21525
  "description": {
20981
21526
  "type": "string"
21527
+ },
21528
+ "valueHintsOverride": {
21529
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
20982
21530
  }
20983
21531
  },
20984
21532
  "required": [
@@ -20988,6 +21536,123 @@ exports.SucceedAttributeRequest = {
20988
21536
  ],
20989
21537
  "additionalProperties": false
20990
21538
  },
21539
+ "ValueHintsOverrideJSON": {
21540
+ "type": "object",
21541
+ "additionalProperties": false,
21542
+ "properties": {
21543
+ "@type": {
21544
+ "type": "string",
21545
+ "const": "ValueHints"
21546
+ },
21547
+ "editHelp": {
21548
+ "type": "string"
21549
+ },
21550
+ "min": {
21551
+ "type": "number"
21552
+ },
21553
+ "max": {
21554
+ "type": "number"
21555
+ },
21556
+ "pattern": {
21557
+ "type": "string"
21558
+ },
21559
+ "values": {
21560
+ "type": "array",
21561
+ "items": {
21562
+ "$ref": "#/definitions/ValueHintsValueJSON"
21563
+ }
21564
+ },
21565
+ "defaultValue": {
21566
+ "type": [
21567
+ "string",
21568
+ "number",
21569
+ "boolean"
21570
+ ]
21571
+ },
21572
+ "propertyHints": {
21573
+ "type": "object",
21574
+ "additionalProperties": {
21575
+ "$ref": "#/definitions/ValueHintsJSON"
21576
+ }
21577
+ },
21578
+ "@context": {
21579
+ "type": "string"
21580
+ },
21581
+ "@version": {
21582
+ "type": "string"
21583
+ }
21584
+ }
21585
+ },
21586
+ "ValueHintsValueJSON": {
21587
+ "type": "object",
21588
+ "properties": {
21589
+ "key": {
21590
+ "type": [
21591
+ "string",
21592
+ "number",
21593
+ "boolean"
21594
+ ]
21595
+ },
21596
+ "displayName": {
21597
+ "type": "string"
21598
+ }
21599
+ },
21600
+ "required": [
21601
+ "key",
21602
+ "displayName"
21603
+ ],
21604
+ "additionalProperties": false
21605
+ },
21606
+ "ValueHintsJSON": {
21607
+ "type": "object",
21608
+ "properties": {
21609
+ "@type": {
21610
+ "type": "string",
21611
+ "const": "ValueHints"
21612
+ },
21613
+ "@context": {
21614
+ "type": "string"
21615
+ },
21616
+ "@version": {
21617
+ "type": "string"
21618
+ },
21619
+ "editHelp": {
21620
+ "type": "string"
21621
+ },
21622
+ "min": {
21623
+ "type": "number"
21624
+ },
21625
+ "max": {
21626
+ "type": "number"
21627
+ },
21628
+ "pattern": {
21629
+ "type": "string"
21630
+ },
21631
+ "values": {
21632
+ "type": "array",
21633
+ "items": {
21634
+ "$ref": "#/definitions/ValueHintsValueJSON"
21635
+ }
21636
+ },
21637
+ "defaultValue": {
21638
+ "type": [
21639
+ "string",
21640
+ "number",
21641
+ "boolean"
21642
+ ]
21643
+ },
21644
+ "propertyHints": {
21645
+ "type": "object",
21646
+ "additionalProperties": {
21647
+ "$ref": "#/definitions/ValueHintsJSON"
21648
+ }
21649
+ }
21650
+ },
21651
+ "required": [
21652
+ "@type"
21653
+ ],
21654
+ "additionalProperties": false
21655
+ },
20991
21656
  "ProprietaryCountryJSON": {
20992
21657
  "type": "object",
20993
21658
  "properties": {
@@ -21009,6 +21674,9 @@ exports.SucceedAttributeRequest = {
21009
21674
  },
21010
21675
  "description": {
21011
21676
  "type": "string"
21677
+ },
21678
+ "valueHintsOverride": {
21679
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
21012
21680
  }
21013
21681
  },
21014
21682
  "required": [
@@ -21039,6 +21707,9 @@ exports.SucceedAttributeRequest = {
21039
21707
  },
21040
21708
  "description": {
21041
21709
  "type": "string"
21710
+ },
21711
+ "valueHintsOverride": {
21712
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
21042
21713
  }
21043
21714
  },
21044
21715
  "required": [
@@ -21069,6 +21740,9 @@ exports.SucceedAttributeRequest = {
21069
21740
  },
21070
21741
  "description": {
21071
21742
  "type": "string"
21743
+ },
21744
+ "valueHintsOverride": {
21745
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
21072
21746
  }
21073
21747
  },
21074
21748
  "required": [
@@ -21099,6 +21773,9 @@ exports.SucceedAttributeRequest = {
21099
21773
  },
21100
21774
  "description": {
21101
21775
  "type": "string"
21776
+ },
21777
+ "valueHintsOverride": {
21778
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
21102
21779
  }
21103
21780
  },
21104
21781
  "required": [
@@ -21129,6 +21806,9 @@ exports.SucceedAttributeRequest = {
21129
21806
  },
21130
21807
  "description": {
21131
21808
  "type": "string"
21809
+ },
21810
+ "valueHintsOverride": {
21811
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
21132
21812
  }
21133
21813
  },
21134
21814
  "required": [
@@ -21159,6 +21839,9 @@ exports.SucceedAttributeRequest = {
21159
21839
  },
21160
21840
  "description": {
21161
21841
  "type": "string"
21842
+ },
21843
+ "valueHintsOverride": {
21844
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
21162
21845
  }
21163
21846
  },
21164
21847
  "required": [
@@ -21189,6 +21872,9 @@ exports.SucceedAttributeRequest = {
21189
21872
  },
21190
21873
  "description": {
21191
21874
  "type": "string"
21875
+ },
21876
+ "valueHintsOverride": {
21877
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
21192
21878
  }
21193
21879
  },
21194
21880
  "required": [
@@ -21219,6 +21905,9 @@ exports.SucceedAttributeRequest = {
21219
21905
  },
21220
21906
  "description": {
21221
21907
  "type": "string"
21908
+ },
21909
+ "valueHintsOverride": {
21910
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
21222
21911
  }
21223
21912
  },
21224
21913
  "required": [
@@ -21249,6 +21938,9 @@ exports.SucceedAttributeRequest = {
21249
21938
  },
21250
21939
  "description": {
21251
21940
  "type": "string"
21941
+ },
21942
+ "valueHintsOverride": {
21943
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
21252
21944
  }
21253
21945
  },
21254
21946
  "required": [
@@ -21279,6 +21971,9 @@ exports.SucceedAttributeRequest = {
21279
21971
  },
21280
21972
  "description": {
21281
21973
  "type": "string"
21974
+ },
21975
+ "valueHintsOverride": {
21976
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
21282
21977
  }
21283
21978
  },
21284
21979
  "required": [
@@ -22708,6 +23403,9 @@ exports.UpdateAttributeRequest = {
22708
23403
  },
22709
23404
  "description": {
22710
23405
  "type": "string"
23406
+ },
23407
+ "valueHintsOverride": {
23408
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
22711
23409
  }
22712
23410
  },
22713
23411
  "required": [
@@ -22717,6 +23415,123 @@ exports.UpdateAttributeRequest = {
22717
23415
  ],
22718
23416
  "additionalProperties": false
22719
23417
  },
23418
+ "ValueHintsOverrideJSON": {
23419
+ "type": "object",
23420
+ "additionalProperties": false,
23421
+ "properties": {
23422
+ "@type": {
23423
+ "type": "string",
23424
+ "const": "ValueHints"
23425
+ },
23426
+ "editHelp": {
23427
+ "type": "string"
23428
+ },
23429
+ "min": {
23430
+ "type": "number"
23431
+ },
23432
+ "max": {
23433
+ "type": "number"
23434
+ },
23435
+ "pattern": {
23436
+ "type": "string"
23437
+ },
23438
+ "values": {
23439
+ "type": "array",
23440
+ "items": {
23441
+ "$ref": "#/definitions/ValueHintsValueJSON"
23442
+ }
23443
+ },
23444
+ "defaultValue": {
23445
+ "type": [
23446
+ "string",
23447
+ "number",
23448
+ "boolean"
23449
+ ]
23450
+ },
23451
+ "propertyHints": {
23452
+ "type": "object",
23453
+ "additionalProperties": {
23454
+ "$ref": "#/definitions/ValueHintsJSON"
23455
+ }
23456
+ },
23457
+ "@context": {
23458
+ "type": "string"
23459
+ },
23460
+ "@version": {
23461
+ "type": "string"
23462
+ }
23463
+ }
23464
+ },
23465
+ "ValueHintsValueJSON": {
23466
+ "type": "object",
23467
+ "properties": {
23468
+ "key": {
23469
+ "type": [
23470
+ "string",
23471
+ "number",
23472
+ "boolean"
23473
+ ]
23474
+ },
23475
+ "displayName": {
23476
+ "type": "string"
23477
+ }
23478
+ },
23479
+ "required": [
23480
+ "key",
23481
+ "displayName"
23482
+ ],
23483
+ "additionalProperties": false
23484
+ },
23485
+ "ValueHintsJSON": {
23486
+ "type": "object",
23487
+ "properties": {
23488
+ "@type": {
23489
+ "type": "string",
23490
+ "const": "ValueHints"
23491
+ },
23492
+ "@context": {
23493
+ "type": "string"
23494
+ },
23495
+ "@version": {
23496
+ "type": "string"
23497
+ },
23498
+ "editHelp": {
23499
+ "type": "string"
23500
+ },
23501
+ "min": {
23502
+ "type": "number"
23503
+ },
23504
+ "max": {
23505
+ "type": "number"
23506
+ },
23507
+ "pattern": {
23508
+ "type": "string"
23509
+ },
23510
+ "values": {
23511
+ "type": "array",
23512
+ "items": {
23513
+ "$ref": "#/definitions/ValueHintsValueJSON"
23514
+ }
23515
+ },
23516
+ "defaultValue": {
23517
+ "type": [
23518
+ "string",
23519
+ "number",
23520
+ "boolean"
23521
+ ]
23522
+ },
23523
+ "propertyHints": {
23524
+ "type": "object",
23525
+ "additionalProperties": {
23526
+ "$ref": "#/definitions/ValueHintsJSON"
23527
+ }
23528
+ }
23529
+ },
23530
+ "required": [
23531
+ "@type"
23532
+ ],
23533
+ "additionalProperties": false
23534
+ },
22720
23535
  "ProprietaryCountryJSON": {
22721
23536
  "type": "object",
22722
23537
  "properties": {
@@ -22738,6 +23553,9 @@ exports.UpdateAttributeRequest = {
22738
23553
  },
22739
23554
  "description": {
22740
23555
  "type": "string"
23556
+ },
23557
+ "valueHintsOverride": {
23558
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
22741
23559
  }
22742
23560
  },
22743
23561
  "required": [
@@ -22768,6 +23586,9 @@ exports.UpdateAttributeRequest = {
22768
23586
  },
22769
23587
  "description": {
22770
23588
  "type": "string"
23589
+ },
23590
+ "valueHintsOverride": {
23591
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
22771
23592
  }
22772
23593
  },
22773
23594
  "required": [
@@ -22798,6 +23619,9 @@ exports.UpdateAttributeRequest = {
22798
23619
  },
22799
23620
  "description": {
22800
23621
  "type": "string"
23622
+ },
23623
+ "valueHintsOverride": {
23624
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
22801
23625
  }
22802
23626
  },
22803
23627
  "required": [
@@ -22828,6 +23652,9 @@ exports.UpdateAttributeRequest = {
22828
23652
  },
22829
23653
  "description": {
22830
23654
  "type": "string"
23655
+ },
23656
+ "valueHintsOverride": {
23657
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
22831
23658
  }
22832
23659
  },
22833
23660
  "required": [
@@ -22858,6 +23685,9 @@ exports.UpdateAttributeRequest = {
22858
23685
  },
22859
23686
  "description": {
22860
23687
  "type": "string"
23688
+ },
23689
+ "valueHintsOverride": {
23690
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
22861
23691
  }
22862
23692
  },
22863
23693
  "required": [
@@ -22888,6 +23718,9 @@ exports.UpdateAttributeRequest = {
22888
23718
  },
22889
23719
  "description": {
22890
23720
  "type": "string"
23721
+ },
23722
+ "valueHintsOverride": {
23723
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
22891
23724
  }
22892
23725
  },
22893
23726
  "required": [
@@ -22918,6 +23751,9 @@ exports.UpdateAttributeRequest = {
22918
23751
  },
22919
23752
  "description": {
22920
23753
  "type": "string"
23754
+ },
23755
+ "valueHintsOverride": {
23756
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
22921
23757
  }
22922
23758
  },
22923
23759
  "required": [
@@ -22948,6 +23784,9 @@ exports.UpdateAttributeRequest = {
22948
23784
  },
22949
23785
  "description": {
22950
23786
  "type": "string"
23787
+ },
23788
+ "valueHintsOverride": {
23789
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
22951
23790
  }
22952
23791
  },
22953
23792
  "required": [
@@ -22978,6 +23817,9 @@ exports.UpdateAttributeRequest = {
22978
23817
  },
22979
23818
  "description": {
22980
23819
  "type": "string"
23820
+ },
23821
+ "valueHintsOverride": {
23822
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
22981
23823
  }
22982
23824
  },
22983
23825
  "required": [
@@ -23008,6 +23850,9 @@ exports.UpdateAttributeRequest = {
23008
23850
  },
23009
23851
  "description": {
23010
23852
  "type": "string"
23853
+ },
23854
+ "valueHintsOverride": {
23855
+ "$ref": "#/definitions/ValueHintsOverrideJSON"
23011
23856
  }
23012
23857
  },
23013
23858
  "required": [
@@ -26097,10 +26942,7 @@ let ExecuteThirdPartyRelationshipAttributeQueryUseCase = class ExecuteThirdParty
26097
26942
  }
26098
26943
  async executeInternal(request) {
26099
26944
  const attribute = await this.attributeController.executeThirdPartyRelationshipAttributeQuery(content_1.ThirdPartyRelationshipAttributeQuery.from(request.query));
26100
- if (!attribute) {
26101
- return ts_utils_1.Result.fail(common_1.RuntimeErrors.general.recordNotFound("RelationshipAttribute"));
26102
- }
26103
- return ts_utils_1.Result.ok(AttributeMapper_1.AttributeMapper.toAttributeDTO(attribute));
26945
+ return ts_utils_1.Result.ok(AttributeMapper_1.AttributeMapper.toAttributeDTOList(attribute));
26104
26946
  }
26105
26947
  };
26106
26948
  ExecuteThirdPartyRelationshipAttributeQueryUseCase = __decorate([
@@ -30830,12 +31672,12 @@ const typescript_ioc_1 = __webpack_require__(/*! typescript-ioc */ "./node_modul
30830
31672
  const common_1 = __webpack_require__(/*! ../../common */ "./dist/useCases/common/index.js");
30831
31673
  const FileMapper_1 = __webpack_require__(/*! ./FileMapper */ "./dist/useCases/transport/files/FileMapper.js");
30832
31674
  let Validator = class Validator extends common_1.SchemaValidator {
30833
- constructor(schemaRepository) {
30834
- super(schemaRepository.getSchema("UploadOwnFileValidatableRequest"));
30835
- }
30836
31675
  set maxFileSize(fileSize) {
30837
31676
  this._maxFileSize = fileSize;
30838
31677
  }
31678
+ constructor(schemaRepository) {
31679
+ super(schemaRepository.getSchema("UploadOwnFileValidatableRequest"));
31680
+ }
30839
31681
  validate(input) {
30840
31682
  const validationResult = super.validate(input);
30841
31683
  if (!validationResult.isValid())
@@ -34732,7 +35574,7 @@ exports["default"] = formatLimitPlugin;
34732
35574
  "use strict";
34733
35575
 
34734
35576
  Object.defineProperty(exports, "__esModule", ({ value: true }));
34735
- exports.CodeGen = exports.Name = exports.nil = exports.stringify = exports.str = exports._ = exports.KeywordCxt = void 0;
35577
+ exports.MissingRefError = exports.ValidationError = exports.CodeGen = exports.Name = exports.nil = exports.stringify = exports.str = exports._ = exports.KeywordCxt = void 0;
34736
35578
  const core_1 = __webpack_require__(/*! ./core */ "./node_modules/ajv/dist/core.js");
34737
35579
  const draft7_1 = __webpack_require__(/*! ./vocabularies/draft7 */ "./node_modules/ajv/dist/vocabularies/draft7.js");
34738
35580
  const discriminator_1 = __webpack_require__(/*! ./vocabularies/discriminator */ "./node_modules/ajv/dist/vocabularies/discriminator/index.js");
@@ -34773,6 +35615,10 @@ Object.defineProperty(exports, "stringify", ({ enumerable: true, get: function (
34773
35615
  Object.defineProperty(exports, "nil", ({ enumerable: true, get: function () { return codegen_1.nil; } }));
34774
35616
  Object.defineProperty(exports, "Name", ({ enumerable: true, get: function () { return codegen_1.Name; } }));
34775
35617
  Object.defineProperty(exports, "CodeGen", ({ enumerable: true, get: function () { return codegen_1.CodeGen; } }));
35618
+ var validation_error_1 = __webpack_require__(/*! ./runtime/validation_error */ "./node_modules/ajv/dist/runtime/validation_error.js");
35619
+ Object.defineProperty(exports, "ValidationError", ({ enumerable: true, get: function () { return validation_error_1.default; } }));
35620
+ var ref_error_1 = __webpack_require__(/*! ./compile/ref_error */ "./node_modules/ajv/dist/compile/ref_error.js");
35621
+ Object.defineProperty(exports, "MissingRefError", ({ enumerable: true, get: function () { return ref_error_1.default; } }));
34776
35622
  //# sourceMappingURL=ajv.js.map
34777
35623
 
34778
35624
  /***/ }),