@nmshd/runtime 7.0.0-alpha.13 → 7.0.0-alpha.15
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/buildInformation.js +4 -4
- package/dist/dataViews/DataViewExpander.d.ts.map +1 -1
- package/dist/dataViews/DataViewExpander.js +20 -38
- package/dist/dataViews/DataViewExpander.js.map +1 -1
- package/dist/dataViews/content/RequestItemDVOs.d.ts +0 -4
- package/dist/dataViews/content/RequestItemDVOs.d.ts.map +1 -1
- package/dist/dataViews/content/ResponseItemDVOs.d.ts +1 -5
- package/dist/dataViews/content/ResponseItemDVOs.d.ts.map +1 -1
- package/dist/modules/DeciderModule.d.ts.map +1 -1
- package/dist/modules/DeciderModule.js +0 -2
- package/dist/modules/DeciderModule.js.map +1 -1
- package/dist/modules/decide/RequestConfig.d.ts +2 -6
- package/dist/modules/decide/RequestConfig.d.ts.map +1 -1
- package/dist/modules/decide/RequestConfig.js.map +1 -1
- package/dist/modules/decide/ResponseConfig.d.ts +1 -5
- package/dist/modules/decide/ResponseConfig.d.ts.map +1 -1
- package/dist/modules/decide/ResponseConfig.js +0 -4
- package/dist/modules/decide/ResponseConfig.js.map +1 -1
- package/dist/types/transport/PasswordProtectionDTO.d.ts +2 -0
- package/dist/types/transport/PasswordProtectionDTO.d.ts.map +1 -1
- package/dist/useCases/common/PasswordProtectionMapper.d.ts +16 -0
- package/dist/useCases/common/PasswordProtectionMapper.d.ts.map +1 -0
- package/dist/useCases/common/PasswordProtectionMapper.js +57 -0
- package/dist/useCases/common/PasswordProtectionMapper.js.map +1 -0
- package/dist/useCases/common/RuntimeErrors.d.ts +0 -1
- package/dist/useCases/common/RuntimeErrors.d.ts.map +1 -1
- package/dist/useCases/common/RuntimeErrors.js +0 -3
- package/dist/useCases/common/RuntimeErrors.js.map +1 -1
- package/dist/useCases/common/Schemas.d.ts.map +1 -1
- package/dist/useCases/common/Schemas.js +53 -344
- package/dist/useCases/common/Schemas.js.map +1 -1
- package/dist/useCases/common/index.d.ts +1 -0
- package/dist/useCases/common/index.d.ts.map +1 -1
- package/dist/useCases/common/index.js +1 -0
- package/dist/useCases/common/index.js.map +1 -1
- package/dist/useCases/common/validation/TokenAndTemplateCreationValidator.d.ts +2 -0
- package/dist/useCases/common/validation/TokenAndTemplateCreationValidator.d.ts.map +1 -1
- package/dist/useCases/common/validation/TokenAndTemplateCreationValidator.js +16 -0
- package/dist/useCases/common/validation/TokenAndTemplateCreationValidator.js.map +1 -1
- package/dist/useCases/consumption/attributes/CreateAndShareRelationshipAttribute.d.ts +0 -1
- package/dist/useCases/consumption/attributes/CreateAndShareRelationshipAttribute.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/CreateAndShareRelationshipAttribute.js.map +1 -1
- package/dist/useCases/consumption/attributes/ShareRepositoryAttribute.d.ts +0 -1
- package/dist/useCases/consumption/attributes/ShareRepositoryAttribute.d.ts.map +1 -1
- package/dist/useCases/consumption/attributes/ShareRepositoryAttribute.js.map +1 -1
- package/dist/useCases/index.d.ts +1 -0
- package/dist/useCases/index.d.ts.map +1 -1
- package/dist/useCases/index.js +1 -0
- package/dist/useCases/index.js.map +1 -1
- package/dist/useCases/transport/devices/CreateDeviceOnboardingToken.d.ts +11 -1
- package/dist/useCases/transport/devices/CreateDeviceOnboardingToken.d.ts.map +1 -1
- package/dist/useCases/transport/devices/CreateDeviceOnboardingToken.js +2 -2
- package/dist/useCases/transport/devices/CreateDeviceOnboardingToken.js.map +1 -1
- package/dist/useCases/transport/files/CreateTokenForFile.d.ts +8 -1
- package/dist/useCases/transport/files/CreateTokenForFile.d.ts.map +1 -1
- package/dist/useCases/transport/files/CreateTokenForFile.js +2 -2
- package/dist/useCases/transport/files/CreateTokenForFile.js.map +1 -1
- package/dist/useCases/transport/identityRecoveryKits/CreateIdentityRecoveryKit.d.ts.map +1 -1
- package/dist/useCases/transport/identityRecoveryKits/CreateIdentityRecoveryKit.js +4 -1
- package/dist/useCases/transport/identityRecoveryKits/CreateIdentityRecoveryKit.js.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/CreateOwnRelationshipTemplate.d.ts +8 -1
- package/dist/useCases/transport/relationshipTemplates/CreateOwnRelationshipTemplate.d.ts.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/CreateOwnRelationshipTemplate.js +1 -1
- package/dist/useCases/transport/relationshipTemplates/CreateOwnRelationshipTemplate.js.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/CreateTokenForOwnRelationshipTemplate.d.ts +8 -1
- package/dist/useCases/transport/relationshipTemplates/CreateTokenForOwnRelationshipTemplate.d.ts.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/CreateTokenForOwnRelationshipTemplate.js +4 -3
- package/dist/useCases/transport/relationshipTemplates/CreateTokenForOwnRelationshipTemplate.js.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/GetRelationshipTemplates.d.ts +1 -0
- package/dist/useCases/transport/relationshipTemplates/GetRelationshipTemplates.d.ts.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/GetRelationshipTemplates.js +6 -1
- package/dist/useCases/transport/relationshipTemplates/GetRelationshipTemplates.js.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/RelationshipTemplateMapper.d.ts.map +1 -1
- package/dist/useCases/transport/relationshipTemplates/RelationshipTemplateMapper.js +1 -6
- package/dist/useCases/transport/relationshipTemplates/RelationshipTemplateMapper.js.map +1 -1
- package/dist/useCases/transport/tokens/CreateOwnToken.d.ts +8 -1
- package/dist/useCases/transport/tokens/CreateOwnToken.d.ts.map +1 -1
- package/dist/useCases/transport/tokens/CreateOwnToken.js +1 -1
- package/dist/useCases/transport/tokens/CreateOwnToken.js.map +1 -1
- package/dist/useCases/transport/tokens/GetTokens.d.ts +1 -0
- package/dist/useCases/transport/tokens/GetTokens.d.ts.map +1 -1
- package/dist/useCases/transport/tokens/GetTokens.js +6 -1
- package/dist/useCases/transport/tokens/GetTokens.js.map +1 -1
- package/dist/useCases/transport/tokens/TokenMapper.d.ts.map +1 -1
- package/dist/useCases/transport/tokens/TokenMapper.js +1 -6
- package/dist/useCases/transport/tokens/TokenMapper.js.map +1 -1
- package/package.json +5 -5
|
@@ -318,9 +318,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
318
318
|
{
|
|
319
319
|
"$ref": "#/definitions/AuthenticationRequestItemJSON"
|
|
320
320
|
},
|
|
321
|
-
{
|
|
322
|
-
"$ref": "#/definitions/FreeTextRequestItemJSON"
|
|
323
|
-
},
|
|
324
321
|
{
|
|
325
322
|
"$ref": "#/definitions/FormFieldRequestItemJSON"
|
|
326
323
|
},
|
|
@@ -344,10 +341,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
344
341
|
"@version": {
|
|
345
342
|
"type": "string"
|
|
346
343
|
},
|
|
347
|
-
"title": {
|
|
348
|
-
"type": "string",
|
|
349
|
-
"description": "The human-readable title of this item."
|
|
350
|
-
},
|
|
351
344
|
"description": {
|
|
352
345
|
"type": "string",
|
|
353
346
|
"description": "The human-readable description of this item."
|
|
@@ -384,10 +377,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
384
377
|
"@version": {
|
|
385
378
|
"type": "string"
|
|
386
379
|
},
|
|
387
|
-
"title": {
|
|
388
|
-
"type": "string",
|
|
389
|
-
"description": "The human-readable title of this item."
|
|
390
|
-
},
|
|
391
380
|
"description": {
|
|
392
381
|
"type": "string",
|
|
393
382
|
"description": "The human-readable description of this item."
|
|
@@ -2336,10 +2325,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2336
2325
|
"@version": {
|
|
2337
2326
|
"type": "string"
|
|
2338
2327
|
},
|
|
2339
|
-
"title": {
|
|
2340
|
-
"type": "string",
|
|
2341
|
-
"description": "The human-readable title of this item."
|
|
2342
|
-
},
|
|
2343
2328
|
"description": {
|
|
2344
2329
|
"type": "string",
|
|
2345
2330
|
"description": "The human-readable description of this item."
|
|
@@ -2380,10 +2365,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2380
2365
|
"@version": {
|
|
2381
2366
|
"type": "string"
|
|
2382
2367
|
},
|
|
2383
|
-
"title": {
|
|
2384
|
-
"type": "string",
|
|
2385
|
-
"description": "The human-readable title of this item."
|
|
2386
|
-
},
|
|
2387
2368
|
"description": {
|
|
2388
2369
|
"type": "string",
|
|
2389
2370
|
"description": "The human-readable description of this item."
|
|
@@ -2438,10 +2419,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2438
2419
|
"@version": {
|
|
2439
2420
|
"type": "string"
|
|
2440
2421
|
},
|
|
2441
|
-
"title": {
|
|
2442
|
-
"type": "string",
|
|
2443
|
-
"description": "The human-readable title of this item."
|
|
2444
|
-
},
|
|
2445
2422
|
"description": {
|
|
2446
2423
|
"type": "string",
|
|
2447
2424
|
"description": "The human-readable description of this item."
|
|
@@ -2714,10 +2691,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2714
2691
|
"@version": {
|
|
2715
2692
|
"type": "string"
|
|
2716
2693
|
},
|
|
2717
|
-
"title": {
|
|
2718
|
-
"type": "string",
|
|
2719
|
-
"description": "The human-readable title of this item."
|
|
2720
|
-
},
|
|
2721
2694
|
"description": {
|
|
2722
2695
|
"type": "string",
|
|
2723
2696
|
"description": "The human-readable description of this item."
|
|
@@ -2810,10 +2783,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2810
2783
|
"@version": {
|
|
2811
2784
|
"type": "string"
|
|
2812
2785
|
},
|
|
2813
|
-
"title": {
|
|
2814
|
-
"type": "string",
|
|
2815
|
-
"description": "The human-readable title of this item."
|
|
2816
|
-
},
|
|
2817
2786
|
"description": {
|
|
2818
2787
|
"type": "string",
|
|
2819
2788
|
"description": "The human-readable description of this item."
|
|
@@ -2860,10 +2829,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2860
2829
|
"@version": {
|
|
2861
2830
|
"type": "string"
|
|
2862
2831
|
},
|
|
2863
|
-
"title": {
|
|
2864
|
-
"type": "string",
|
|
2865
|
-
"description": "The human-readable title of this item."
|
|
2866
|
-
},
|
|
2867
2832
|
"description": {
|
|
2868
2833
|
"type": "string",
|
|
2869
2834
|
"description": "The human-readable description of this item."
|
|
@@ -2879,56 +2844,15 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2879
2844
|
"requireManualDecision": {
|
|
2880
2845
|
"type": "boolean",
|
|
2881
2846
|
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
2882
|
-
}
|
|
2883
|
-
},
|
|
2884
|
-
"required": [
|
|
2885
|
-
"@type",
|
|
2886
|
-
"mustBeAccepted",
|
|
2887
|
-
"title"
|
|
2888
|
-
],
|
|
2889
|
-
"additionalProperties": false
|
|
2890
|
-
},
|
|
2891
|
-
"FreeTextRequestItemJSON": {
|
|
2892
|
-
"type": "object",
|
|
2893
|
-
"properties": {
|
|
2894
|
-
"@type": {
|
|
2895
|
-
"type": "string",
|
|
2896
|
-
"const": "FreeTextRequestItem"
|
|
2897
|
-
},
|
|
2898
|
-
"@context": {
|
|
2899
|
-
"type": "string"
|
|
2900
|
-
},
|
|
2901
|
-
"@version": {
|
|
2902
|
-
"type": "string"
|
|
2903
2847
|
},
|
|
2904
2848
|
"title": {
|
|
2905
|
-
"type": "string",
|
|
2906
|
-
"description": "The human-readable title of this item."
|
|
2907
|
-
},
|
|
2908
|
-
"description": {
|
|
2909
|
-
"type": "string",
|
|
2910
|
-
"description": "The human-readable description of this item."
|
|
2911
|
-
},
|
|
2912
|
-
"metadata": {
|
|
2913
|
-
"type": "object",
|
|
2914
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
2915
|
-
},
|
|
2916
|
-
"mustBeAccepted": {
|
|
2917
|
-
"type": "boolean",
|
|
2918
|
-
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
2919
|
-
},
|
|
2920
|
-
"requireManualDecision": {
|
|
2921
|
-
"type": "boolean",
|
|
2922
|
-
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
2923
|
-
},
|
|
2924
|
-
"freeText": {
|
|
2925
2849
|
"type": "string"
|
|
2926
2850
|
}
|
|
2927
2851
|
},
|
|
2928
2852
|
"required": [
|
|
2929
2853
|
"@type",
|
|
2930
|
-
"
|
|
2931
|
-
"
|
|
2854
|
+
"mustBeAccepted",
|
|
2855
|
+
"title"
|
|
2932
2856
|
],
|
|
2933
2857
|
"additionalProperties": false
|
|
2934
2858
|
},
|
|
@@ -2945,10 +2869,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2945
2869
|
"@version": {
|
|
2946
2870
|
"type": "string"
|
|
2947
2871
|
},
|
|
2948
|
-
"title": {
|
|
2949
|
-
"type": "string",
|
|
2950
|
-
"description": "The human-readable title of this item."
|
|
2951
|
-
},
|
|
2952
2872
|
"description": {
|
|
2953
2873
|
"type": "string",
|
|
2954
2874
|
"description": "The human-readable description of this item."
|
|
@@ -2965,6 +2885,9 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
2965
2885
|
"type": "boolean",
|
|
2966
2886
|
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
2967
2887
|
},
|
|
2888
|
+
"title": {
|
|
2889
|
+
"type": "string"
|
|
2890
|
+
},
|
|
2968
2891
|
"settings": {
|
|
2969
2892
|
"$ref": "#/definitions/FormFieldSettingsJSONDerivations"
|
|
2970
2893
|
}
|
|
@@ -3199,10 +3122,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
3199
3122
|
"@version": {
|
|
3200
3123
|
"type": "string"
|
|
3201
3124
|
},
|
|
3202
|
-
"title": {
|
|
3203
|
-
"type": "string",
|
|
3204
|
-
"description": "The human-readable title of this item."
|
|
3205
|
-
},
|
|
3206
3125
|
"description": {
|
|
3207
3126
|
"type": "string",
|
|
3208
3127
|
"description": "The human-readable description of this item."
|
|
@@ -3250,10 +3169,6 @@ exports.CanCreateOutgoingRequestRequest = {
|
|
|
3250
3169
|
"@version": {
|
|
3251
3170
|
"type": "string"
|
|
3252
3171
|
},
|
|
3253
|
-
"title": {
|
|
3254
|
-
"type": "string",
|
|
3255
|
-
"description": "The human-readable title of this item."
|
|
3256
|
-
},
|
|
3257
3172
|
"description": {
|
|
3258
3173
|
"type": "string",
|
|
3259
3174
|
"description": "The human-readable description of this item."
|
|
@@ -3571,9 +3486,6 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
3571
3486
|
{
|
|
3572
3487
|
"$ref": "#/definitions/RegisterAttributeListenerAcceptResponseItemJSON"
|
|
3573
3488
|
},
|
|
3574
|
-
{
|
|
3575
|
-
"$ref": "#/definitions/FreeTextAcceptResponseItemJSON"
|
|
3576
|
-
},
|
|
3577
3489
|
{
|
|
3578
3490
|
"$ref": "#/definitions/FormFieldAcceptResponseItemJSON"
|
|
3579
3491
|
}
|
|
@@ -5739,34 +5651,6 @@ exports.CompleteOutgoingRequestRequest = {
|
|
|
5739
5651
|
],
|
|
5740
5652
|
"additionalProperties": false
|
|
5741
5653
|
},
|
|
5742
|
-
"FreeTextAcceptResponseItemJSON": {
|
|
5743
|
-
"type": "object",
|
|
5744
|
-
"properties": {
|
|
5745
|
-
"@type": {
|
|
5746
|
-
"type": "string",
|
|
5747
|
-
"const": "FreeTextAcceptResponseItem"
|
|
5748
|
-
},
|
|
5749
|
-
"@context": {
|
|
5750
|
-
"type": "string"
|
|
5751
|
-
},
|
|
5752
|
-
"@version": {
|
|
5753
|
-
"type": "string"
|
|
5754
|
-
},
|
|
5755
|
-
"result": {
|
|
5756
|
-
"type": "string",
|
|
5757
|
-
"const": "Accepted"
|
|
5758
|
-
},
|
|
5759
|
-
"freeText": {
|
|
5760
|
-
"type": "string"
|
|
5761
|
-
}
|
|
5762
|
-
},
|
|
5763
|
-
"required": [
|
|
5764
|
-
"@type",
|
|
5765
|
-
"freeText",
|
|
5766
|
-
"result"
|
|
5767
|
-
],
|
|
5768
|
-
"additionalProperties": false
|
|
5769
|
-
},
|
|
5770
5654
|
"FormFieldAcceptResponseItemJSON": {
|
|
5771
5655
|
"type": "object",
|
|
5772
5656
|
"properties": {
|
|
@@ -6041,9 +5925,6 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
6041
5925
|
{
|
|
6042
5926
|
"$ref": "#/definitions/RegisterAttributeListenerAcceptResponseItemJSON"
|
|
6043
5927
|
},
|
|
6044
|
-
{
|
|
6045
|
-
"$ref": "#/definitions/FreeTextAcceptResponseItemJSON"
|
|
6046
|
-
},
|
|
6047
5928
|
{
|
|
6048
5929
|
"$ref": "#/definitions/FormFieldAcceptResponseItemJSON"
|
|
6049
5930
|
}
|
|
@@ -8209,34 +8090,6 @@ exports.CreateAndCompleteOutgoingRequestFromRelationshipTemplateResponseRequest
|
|
|
8209
8090
|
],
|
|
8210
8091
|
"additionalProperties": false
|
|
8211
8092
|
},
|
|
8212
|
-
"FreeTextAcceptResponseItemJSON": {
|
|
8213
|
-
"type": "object",
|
|
8214
|
-
"properties": {
|
|
8215
|
-
"@type": {
|
|
8216
|
-
"type": "string",
|
|
8217
|
-
"const": "FreeTextAcceptResponseItem"
|
|
8218
|
-
},
|
|
8219
|
-
"@context": {
|
|
8220
|
-
"type": "string"
|
|
8221
|
-
},
|
|
8222
|
-
"@version": {
|
|
8223
|
-
"type": "string"
|
|
8224
|
-
},
|
|
8225
|
-
"result": {
|
|
8226
|
-
"type": "string",
|
|
8227
|
-
"const": "Accepted"
|
|
8228
|
-
},
|
|
8229
|
-
"freeText": {
|
|
8230
|
-
"type": "string"
|
|
8231
|
-
}
|
|
8232
|
-
},
|
|
8233
|
-
"required": [
|
|
8234
|
-
"@type",
|
|
8235
|
-
"freeText",
|
|
8236
|
-
"result"
|
|
8237
|
-
],
|
|
8238
|
-
"additionalProperties": false
|
|
8239
|
-
},
|
|
8240
8093
|
"FormFieldAcceptResponseItemJSON": {
|
|
8241
8094
|
"type": "object",
|
|
8242
8095
|
"properties": {
|
|
@@ -8477,9 +8330,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8477
8330
|
{
|
|
8478
8331
|
"$ref": "#/definitions/AuthenticationRequestItemJSON"
|
|
8479
8332
|
},
|
|
8480
|
-
{
|
|
8481
|
-
"$ref": "#/definitions/FreeTextRequestItemJSON"
|
|
8482
|
-
},
|
|
8483
8333
|
{
|
|
8484
8334
|
"$ref": "#/definitions/FormFieldRequestItemJSON"
|
|
8485
8335
|
},
|
|
@@ -8503,10 +8353,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8503
8353
|
"@version": {
|
|
8504
8354
|
"type": "string"
|
|
8505
8355
|
},
|
|
8506
|
-
"title": {
|
|
8507
|
-
"type": "string",
|
|
8508
|
-
"description": "The human-readable title of this item."
|
|
8509
|
-
},
|
|
8510
8356
|
"description": {
|
|
8511
8357
|
"type": "string",
|
|
8512
8358
|
"description": "The human-readable description of this item."
|
|
@@ -8543,10 +8389,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
8543
8389
|
"@version": {
|
|
8544
8390
|
"type": "string"
|
|
8545
8391
|
},
|
|
8546
|
-
"title": {
|
|
8547
|
-
"type": "string",
|
|
8548
|
-
"description": "The human-readable title of this item."
|
|
8549
|
-
},
|
|
8550
8392
|
"description": {
|
|
8551
8393
|
"type": "string",
|
|
8552
8394
|
"description": "The human-readable description of this item."
|
|
@@ -10495,10 +10337,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10495
10337
|
"@version": {
|
|
10496
10338
|
"type": "string"
|
|
10497
10339
|
},
|
|
10498
|
-
"title": {
|
|
10499
|
-
"type": "string",
|
|
10500
|
-
"description": "The human-readable title of this item."
|
|
10501
|
-
},
|
|
10502
10340
|
"description": {
|
|
10503
10341
|
"type": "string",
|
|
10504
10342
|
"description": "The human-readable description of this item."
|
|
@@ -10539,10 +10377,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10539
10377
|
"@version": {
|
|
10540
10378
|
"type": "string"
|
|
10541
10379
|
},
|
|
10542
|
-
"title": {
|
|
10543
|
-
"type": "string",
|
|
10544
|
-
"description": "The human-readable title of this item."
|
|
10545
|
-
},
|
|
10546
10380
|
"description": {
|
|
10547
10381
|
"type": "string",
|
|
10548
10382
|
"description": "The human-readable description of this item."
|
|
@@ -10597,10 +10431,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10597
10431
|
"@version": {
|
|
10598
10432
|
"type": "string"
|
|
10599
10433
|
},
|
|
10600
|
-
"title": {
|
|
10601
|
-
"type": "string",
|
|
10602
|
-
"description": "The human-readable title of this item."
|
|
10603
|
-
},
|
|
10604
10434
|
"description": {
|
|
10605
10435
|
"type": "string",
|
|
10606
10436
|
"description": "The human-readable description of this item."
|
|
@@ -10873,10 +10703,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10873
10703
|
"@version": {
|
|
10874
10704
|
"type": "string"
|
|
10875
10705
|
},
|
|
10876
|
-
"title": {
|
|
10877
|
-
"type": "string",
|
|
10878
|
-
"description": "The human-readable title of this item."
|
|
10879
|
-
},
|
|
10880
10706
|
"description": {
|
|
10881
10707
|
"type": "string",
|
|
10882
10708
|
"description": "The human-readable description of this item."
|
|
@@ -10969,10 +10795,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
10969
10795
|
"@version": {
|
|
10970
10796
|
"type": "string"
|
|
10971
10797
|
},
|
|
10972
|
-
"title": {
|
|
10973
|
-
"type": "string",
|
|
10974
|
-
"description": "The human-readable title of this item."
|
|
10975
|
-
},
|
|
10976
10798
|
"description": {
|
|
10977
10799
|
"type": "string",
|
|
10978
10800
|
"description": "The human-readable description of this item."
|
|
@@ -11019,10 +10841,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
11019
10841
|
"@version": {
|
|
11020
10842
|
"type": "string"
|
|
11021
10843
|
},
|
|
11022
|
-
"title": {
|
|
11023
|
-
"type": "string",
|
|
11024
|
-
"description": "The human-readable title of this item."
|
|
11025
|
-
},
|
|
11026
10844
|
"description": {
|
|
11027
10845
|
"type": "string",
|
|
11028
10846
|
"description": "The human-readable description of this item."
|
|
@@ -11038,56 +10856,15 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
11038
10856
|
"requireManualDecision": {
|
|
11039
10857
|
"type": "boolean",
|
|
11040
10858
|
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
11041
|
-
}
|
|
11042
|
-
},
|
|
11043
|
-
"required": [
|
|
11044
|
-
"@type",
|
|
11045
|
-
"mustBeAccepted",
|
|
11046
|
-
"title"
|
|
11047
|
-
],
|
|
11048
|
-
"additionalProperties": false
|
|
11049
|
-
},
|
|
11050
|
-
"FreeTextRequestItemJSON": {
|
|
11051
|
-
"type": "object",
|
|
11052
|
-
"properties": {
|
|
11053
|
-
"@type": {
|
|
11054
|
-
"type": "string",
|
|
11055
|
-
"const": "FreeTextRequestItem"
|
|
11056
|
-
},
|
|
11057
|
-
"@context": {
|
|
11058
|
-
"type": "string"
|
|
11059
|
-
},
|
|
11060
|
-
"@version": {
|
|
11061
|
-
"type": "string"
|
|
11062
10859
|
},
|
|
11063
10860
|
"title": {
|
|
11064
|
-
"type": "string",
|
|
11065
|
-
"description": "The human-readable title of this item."
|
|
11066
|
-
},
|
|
11067
|
-
"description": {
|
|
11068
|
-
"type": "string",
|
|
11069
|
-
"description": "The human-readable description of this item."
|
|
11070
|
-
},
|
|
11071
|
-
"metadata": {
|
|
11072
|
-
"type": "object",
|
|
11073
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
11074
|
-
},
|
|
11075
|
-
"mustBeAccepted": {
|
|
11076
|
-
"type": "boolean",
|
|
11077
|
-
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
11078
|
-
},
|
|
11079
|
-
"requireManualDecision": {
|
|
11080
|
-
"type": "boolean",
|
|
11081
|
-
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
11082
|
-
},
|
|
11083
|
-
"freeText": {
|
|
11084
10861
|
"type": "string"
|
|
11085
10862
|
}
|
|
11086
10863
|
},
|
|
11087
10864
|
"required": [
|
|
11088
10865
|
"@type",
|
|
11089
|
-
"
|
|
11090
|
-
"
|
|
10866
|
+
"mustBeAccepted",
|
|
10867
|
+
"title"
|
|
11091
10868
|
],
|
|
11092
10869
|
"additionalProperties": false
|
|
11093
10870
|
},
|
|
@@ -11104,10 +10881,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
11104
10881
|
"@version": {
|
|
11105
10882
|
"type": "string"
|
|
11106
10883
|
},
|
|
11107
|
-
"title": {
|
|
11108
|
-
"type": "string",
|
|
11109
|
-
"description": "The human-readable title of this item."
|
|
11110
|
-
},
|
|
11111
10884
|
"description": {
|
|
11112
10885
|
"type": "string",
|
|
11113
10886
|
"description": "The human-readable description of this item."
|
|
@@ -11124,6 +10897,9 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
11124
10897
|
"type": "boolean",
|
|
11125
10898
|
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
11126
10899
|
},
|
|
10900
|
+
"title": {
|
|
10901
|
+
"type": "string"
|
|
10902
|
+
},
|
|
11127
10903
|
"settings": {
|
|
11128
10904
|
"$ref": "#/definitions/FormFieldSettingsJSONDerivations"
|
|
11129
10905
|
}
|
|
@@ -11358,10 +11134,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
11358
11134
|
"@version": {
|
|
11359
11135
|
"type": "string"
|
|
11360
11136
|
},
|
|
11361
|
-
"title": {
|
|
11362
|
-
"type": "string",
|
|
11363
|
-
"description": "The human-readable title of this item."
|
|
11364
|
-
},
|
|
11365
11137
|
"description": {
|
|
11366
11138
|
"type": "string",
|
|
11367
11139
|
"description": "The human-readable description of this item."
|
|
@@ -11409,10 +11181,6 @@ exports.CreateOutgoingRequestRequest = {
|
|
|
11409
11181
|
"@version": {
|
|
11410
11182
|
"type": "string"
|
|
11411
11183
|
},
|
|
11412
|
-
"title": {
|
|
11413
|
-
"type": "string",
|
|
11414
|
-
"description": "The human-readable title of this item."
|
|
11415
|
-
},
|
|
11416
11184
|
"description": {
|
|
11417
11185
|
"type": "string",
|
|
11418
11186
|
"description": "The human-readable description of this item."
|
|
@@ -12083,9 +11851,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
12083
11851
|
{
|
|
12084
11852
|
"$ref": "#/definitions/AuthenticationRequestItemJSON"
|
|
12085
11853
|
},
|
|
12086
|
-
{
|
|
12087
|
-
"$ref": "#/definitions/FreeTextRequestItemJSON"
|
|
12088
|
-
},
|
|
12089
11854
|
{
|
|
12090
11855
|
"$ref": "#/definitions/FormFieldRequestItemJSON"
|
|
12091
11856
|
},
|
|
@@ -12109,10 +11874,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
12109
11874
|
"@version": {
|
|
12110
11875
|
"type": "string"
|
|
12111
11876
|
},
|
|
12112
|
-
"title": {
|
|
12113
|
-
"type": "string",
|
|
12114
|
-
"description": "The human-readable title of this item."
|
|
12115
|
-
},
|
|
12116
11877
|
"description": {
|
|
12117
11878
|
"type": "string",
|
|
12118
11879
|
"description": "The human-readable description of this item."
|
|
@@ -12149,10 +11910,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
12149
11910
|
"@version": {
|
|
12150
11911
|
"type": "string"
|
|
12151
11912
|
},
|
|
12152
|
-
"title": {
|
|
12153
|
-
"type": "string",
|
|
12154
|
-
"description": "The human-readable title of this item."
|
|
12155
|
-
},
|
|
12156
11913
|
"description": {
|
|
12157
11914
|
"type": "string",
|
|
12158
11915
|
"description": "The human-readable description of this item."
|
|
@@ -14101,10 +13858,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14101
13858
|
"@version": {
|
|
14102
13859
|
"type": "string"
|
|
14103
13860
|
},
|
|
14104
|
-
"title": {
|
|
14105
|
-
"type": "string",
|
|
14106
|
-
"description": "The human-readable title of this item."
|
|
14107
|
-
},
|
|
14108
13861
|
"description": {
|
|
14109
13862
|
"type": "string",
|
|
14110
13863
|
"description": "The human-readable description of this item."
|
|
@@ -14145,10 +13898,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14145
13898
|
"@version": {
|
|
14146
13899
|
"type": "string"
|
|
14147
13900
|
},
|
|
14148
|
-
"title": {
|
|
14149
|
-
"type": "string",
|
|
14150
|
-
"description": "The human-readable title of this item."
|
|
14151
|
-
},
|
|
14152
13901
|
"description": {
|
|
14153
13902
|
"type": "string",
|
|
14154
13903
|
"description": "The human-readable description of this item."
|
|
@@ -14203,10 +13952,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14203
13952
|
"@version": {
|
|
14204
13953
|
"type": "string"
|
|
14205
13954
|
},
|
|
14206
|
-
"title": {
|
|
14207
|
-
"type": "string",
|
|
14208
|
-
"description": "The human-readable title of this item."
|
|
14209
|
-
},
|
|
14210
13955
|
"description": {
|
|
14211
13956
|
"type": "string",
|
|
14212
13957
|
"description": "The human-readable description of this item."
|
|
@@ -14479,10 +14224,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14479
14224
|
"@version": {
|
|
14480
14225
|
"type": "string"
|
|
14481
14226
|
},
|
|
14482
|
-
"title": {
|
|
14483
|
-
"type": "string",
|
|
14484
|
-
"description": "The human-readable title of this item."
|
|
14485
|
-
},
|
|
14486
14227
|
"description": {
|
|
14487
14228
|
"type": "string",
|
|
14488
14229
|
"description": "The human-readable description of this item."
|
|
@@ -14575,10 +14316,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14575
14316
|
"@version": {
|
|
14576
14317
|
"type": "string"
|
|
14577
14318
|
},
|
|
14578
|
-
"title": {
|
|
14579
|
-
"type": "string",
|
|
14580
|
-
"description": "The human-readable title of this item."
|
|
14581
|
-
},
|
|
14582
14319
|
"description": {
|
|
14583
14320
|
"type": "string",
|
|
14584
14321
|
"description": "The human-readable description of this item."
|
|
@@ -14625,10 +14362,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14625
14362
|
"@version": {
|
|
14626
14363
|
"type": "string"
|
|
14627
14364
|
},
|
|
14628
|
-
"title": {
|
|
14629
|
-
"type": "string",
|
|
14630
|
-
"description": "The human-readable title of this item."
|
|
14631
|
-
},
|
|
14632
14365
|
"description": {
|
|
14633
14366
|
"type": "string",
|
|
14634
14367
|
"description": "The human-readable description of this item."
|
|
@@ -14644,56 +14377,15 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14644
14377
|
"requireManualDecision": {
|
|
14645
14378
|
"type": "boolean",
|
|
14646
14379
|
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
14647
|
-
}
|
|
14648
|
-
},
|
|
14649
|
-
"required": [
|
|
14650
|
-
"@type",
|
|
14651
|
-
"mustBeAccepted",
|
|
14652
|
-
"title"
|
|
14653
|
-
],
|
|
14654
|
-
"additionalProperties": false
|
|
14655
|
-
},
|
|
14656
|
-
"FreeTextRequestItemJSON": {
|
|
14657
|
-
"type": "object",
|
|
14658
|
-
"properties": {
|
|
14659
|
-
"@type": {
|
|
14660
|
-
"type": "string",
|
|
14661
|
-
"const": "FreeTextRequestItem"
|
|
14662
|
-
},
|
|
14663
|
-
"@context": {
|
|
14664
|
-
"type": "string"
|
|
14665
|
-
},
|
|
14666
|
-
"@version": {
|
|
14667
|
-
"type": "string"
|
|
14668
14380
|
},
|
|
14669
14381
|
"title": {
|
|
14670
|
-
"type": "string",
|
|
14671
|
-
"description": "The human-readable title of this item."
|
|
14672
|
-
},
|
|
14673
|
-
"description": {
|
|
14674
|
-
"type": "string",
|
|
14675
|
-
"description": "The human-readable description of this item."
|
|
14676
|
-
},
|
|
14677
|
-
"metadata": {
|
|
14678
|
-
"type": "object",
|
|
14679
|
-
"description": "This property can be used to add some arbitrary metadata to this item. The content of this property will be copied into the response on the side of the recipient, so the sender can use it to identify the item as they receive the response."
|
|
14680
|
-
},
|
|
14681
|
-
"mustBeAccepted": {
|
|
14682
|
-
"type": "boolean",
|
|
14683
|
-
"description": "If set to `true`, the recipient has to accept this item if they want to accept the Request. If set to `false`, the recipient can decide whether they want to accept it or not."
|
|
14684
|
-
},
|
|
14685
|
-
"requireManualDecision": {
|
|
14686
|
-
"type": "boolean",
|
|
14687
|
-
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
14688
|
-
},
|
|
14689
|
-
"freeText": {
|
|
14690
14382
|
"type": "string"
|
|
14691
14383
|
}
|
|
14692
14384
|
},
|
|
14693
14385
|
"required": [
|
|
14694
14386
|
"@type",
|
|
14695
|
-
"
|
|
14696
|
-
"
|
|
14387
|
+
"mustBeAccepted",
|
|
14388
|
+
"title"
|
|
14697
14389
|
],
|
|
14698
14390
|
"additionalProperties": false
|
|
14699
14391
|
},
|
|
@@ -14710,10 +14402,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14710
14402
|
"@version": {
|
|
14711
14403
|
"type": "string"
|
|
14712
14404
|
},
|
|
14713
|
-
"title": {
|
|
14714
|
-
"type": "string",
|
|
14715
|
-
"description": "The human-readable title of this item."
|
|
14716
|
-
},
|
|
14717
14405
|
"description": {
|
|
14718
14406
|
"type": "string",
|
|
14719
14407
|
"description": "The human-readable description of this item."
|
|
@@ -14730,6 +14418,9 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14730
14418
|
"type": "boolean",
|
|
14731
14419
|
"description": "If set to `true`, it advices the recipient of this RequestItem to carefully consider their decision and especially do not decide based on some automation rules."
|
|
14732
14420
|
},
|
|
14421
|
+
"title": {
|
|
14422
|
+
"type": "string"
|
|
14423
|
+
},
|
|
14733
14424
|
"settings": {
|
|
14734
14425
|
"$ref": "#/definitions/FormFieldSettingsJSONDerivations"
|
|
14735
14426
|
}
|
|
@@ -14964,10 +14655,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
14964
14655
|
"@version": {
|
|
14965
14656
|
"type": "string"
|
|
14966
14657
|
},
|
|
14967
|
-
"title": {
|
|
14968
|
-
"type": "string",
|
|
14969
|
-
"description": "The human-readable title of this item."
|
|
14970
|
-
},
|
|
14971
14658
|
"description": {
|
|
14972
14659
|
"type": "string",
|
|
14973
14660
|
"description": "The human-readable description of this item."
|
|
@@ -15015,10 +14702,6 @@ exports.ReceivedIncomingRequestRequest = {
|
|
|
15015
14702
|
"@version": {
|
|
15016
14703
|
"type": "string"
|
|
15017
14704
|
},
|
|
15018
|
-
"title": {
|
|
15019
|
-
"type": "string",
|
|
15020
|
-
"description": "The human-readable title of this item."
|
|
15021
|
-
},
|
|
15022
14705
|
"description": {
|
|
15023
14706
|
"type": "string",
|
|
15024
14707
|
"description": "The human-readable description of this item."
|
|
@@ -15162,9 +14845,6 @@ exports.CreateAndShareRelationshipAttributeRequest = {
|
|
|
15162
14845
|
"requestItemMetadata": {
|
|
15163
14846
|
"type": "object",
|
|
15164
14847
|
"properties": {
|
|
15165
|
-
"title": {
|
|
15166
|
-
"type": "string"
|
|
15167
|
-
},
|
|
15168
14848
|
"description": {
|
|
15169
14849
|
"type": "string"
|
|
15170
14850
|
},
|
|
@@ -17301,9 +16981,6 @@ exports.ShareRepositoryAttributeRequest = {
|
|
|
17301
16981
|
"requestItemMetadata": {
|
|
17302
16982
|
"type": "object",
|
|
17303
16983
|
"properties": {
|
|
17304
|
-
"title": {
|
|
17305
|
-
"type": "string"
|
|
17306
|
-
},
|
|
17307
16984
|
"description": {
|
|
17308
16985
|
"type": "string"
|
|
17309
16986
|
},
|
|
@@ -20405,12 +20082,14 @@ exports.CreateDeviceOnboardingTokenRequest = {
|
|
|
20405
20082
|
"type": "object",
|
|
20406
20083
|
"properties": {
|
|
20407
20084
|
"password": {
|
|
20408
|
-
"type": "string"
|
|
20085
|
+
"type": "string",
|
|
20086
|
+
"minLength": 1
|
|
20409
20087
|
},
|
|
20410
20088
|
"passwordIsPin": {
|
|
20411
20089
|
"type": "boolean",
|
|
20412
20090
|
"const": true
|
|
20413
|
-
}
|
|
20091
|
+
},
|
|
20092
|
+
"passwordLocationIndicator": {}
|
|
20414
20093
|
},
|
|
20415
20094
|
"required": [
|
|
20416
20095
|
"password"
|
|
@@ -20766,7 +20445,8 @@ exports.CreateTokenForFileRequest = {
|
|
|
20766
20445
|
"passwordIsPin": {
|
|
20767
20446
|
"type": "boolean",
|
|
20768
20447
|
"const": true
|
|
20769
|
-
}
|
|
20448
|
+
},
|
|
20449
|
+
"passwordLocationIndicator": {}
|
|
20770
20450
|
},
|
|
20771
20451
|
"required": [
|
|
20772
20452
|
"password"
|
|
@@ -21917,7 +21597,8 @@ exports.CreateOwnRelationshipTemplateRequest = {
|
|
|
21917
21597
|
"passwordIsPin": {
|
|
21918
21598
|
"type": "boolean",
|
|
21919
21599
|
"const": true
|
|
21920
|
-
}
|
|
21600
|
+
},
|
|
21601
|
+
"passwordLocationIndicator": {}
|
|
21921
21602
|
},
|
|
21922
21603
|
"required": [
|
|
21923
21604
|
"password"
|
|
@@ -21971,7 +21652,8 @@ exports.CreateTokenForOwnTemplateRequest = {
|
|
|
21971
21652
|
"passwordIsPin": {
|
|
21972
21653
|
"type": "boolean",
|
|
21973
21654
|
"const": true
|
|
21974
|
-
}
|
|
21655
|
+
},
|
|
21656
|
+
"passwordLocationIndicator": {}
|
|
21975
21657
|
},
|
|
21976
21658
|
"required": [
|
|
21977
21659
|
"password"
|
|
@@ -22179,6 +21861,19 @@ exports.GetRelationshipTemplatesRequest = {
|
|
|
22179
21861
|
"true",
|
|
22180
21862
|
"!"
|
|
22181
21863
|
]
|
|
21864
|
+
},
|
|
21865
|
+
"passwordProtection.passwordLocationIndicator": {
|
|
21866
|
+
"anyOf": [
|
|
21867
|
+
{
|
|
21868
|
+
"type": "string"
|
|
21869
|
+
},
|
|
21870
|
+
{
|
|
21871
|
+
"type": "array",
|
|
21872
|
+
"items": {
|
|
21873
|
+
"type": "string"
|
|
21874
|
+
}
|
|
21875
|
+
}
|
|
21876
|
+
]
|
|
22182
21877
|
}
|
|
22183
21878
|
},
|
|
22184
21879
|
"additionalProperties": false
|
|
@@ -22256,7 +21951,8 @@ exports.CreateOwnTokenRequest = {
|
|
|
22256
21951
|
"passwordIsPin": {
|
|
22257
21952
|
"type": "boolean",
|
|
22258
21953
|
"const": true
|
|
22259
|
-
}
|
|
21954
|
+
},
|
|
21955
|
+
"passwordLocationIndicator": {}
|
|
22260
21956
|
},
|
|
22261
21957
|
"required": [
|
|
22262
21958
|
"password"
|
|
@@ -22436,6 +22132,19 @@ exports.GetTokensRequest = {
|
|
|
22436
22132
|
"true",
|
|
22437
22133
|
"!"
|
|
22438
22134
|
]
|
|
22135
|
+
},
|
|
22136
|
+
"passwordProtection.passwordLocationIndicator": {
|
|
22137
|
+
"anyOf": [
|
|
22138
|
+
{
|
|
22139
|
+
"type": "string"
|
|
22140
|
+
},
|
|
22141
|
+
{
|
|
22142
|
+
"type": "array",
|
|
22143
|
+
"items": {
|
|
22144
|
+
"type": "string"
|
|
22145
|
+
}
|
|
22146
|
+
}
|
|
22147
|
+
]
|
|
22439
22148
|
}
|
|
22440
22149
|
},
|
|
22441
22150
|
"additionalProperties": false
|