@vercel/sdk 1.10.7 → 1.10.8
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/bin/mcp-server.js +423 -390
- package/bin/mcp-server.js.map +10 -10
- package/esm/__tests__/domains.test.js +12 -4
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/rollingrelease.test.js +2 -2
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +240 -240
- package/esm/models/createintegrationstoredirectop.js +294 -294
- package/esm/models/createortransferdomainop.d.ts +33 -0
- package/esm/models/createortransferdomainop.d.ts.map +1 -1
- package/esm/models/createortransferdomainop.js +23 -0
- package/esm/models/createortransferdomainop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +330 -330
- package/esm/models/getconfigurationproductsop.js +408 -408
- package/esm/models/getdomainop.d.ts +33 -0
- package/esm/models/getdomainop.d.ts.map +1 -1
- package/esm/models/getdomainop.js +24 -0
- package/esm/models/getdomainop.js.map +1 -1
- package/esm/models/getdomainsop.d.ts +33 -0
- package/esm/models/getdomainsop.d.ts.map +1 -1
- package/esm/models/getdomainsop.js +23 -0
- package/esm/models/getdomainsop.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/domains.test.ts +12 -4
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/rollingrelease.test.ts +2 -2
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/createintegrationstoredirectop.ts +505 -505
- package/src/models/createortransferdomainop.ts +41 -0
- package/src/models/getconfigurationproductsop.ts +703 -703
- package/src/models/getdomainop.ts +37 -0
- package/src/models/getdomainsop.ts +39 -0
- package/vercel-spec.json +97 -76
package/vercel-spec.json
CHANGED
|
@@ -20856,6 +20856,13 @@
|
|
|
20856
20856
|
"email": "demo@example.com"
|
|
20857
20857
|
}
|
|
20858
20858
|
},
|
|
20859
|
+
"registrar": {
|
|
20860
|
+
"type": "string",
|
|
20861
|
+
"enum": [
|
|
20862
|
+
"new"
|
|
20863
|
+
],
|
|
20864
|
+
"description": "Whether or not the domain is registered with Name.com. If set to `true`, the domain is registered with Name.com."
|
|
20865
|
+
},
|
|
20859
20866
|
"teamId": {
|
|
20860
20867
|
"nullable": true,
|
|
20861
20868
|
"type": "string"
|
|
@@ -21108,6 +21115,13 @@
|
|
|
21108
21115
|
"email": "demo@example.com"
|
|
21109
21116
|
}
|
|
21110
21117
|
},
|
|
21118
|
+
"registrar": {
|
|
21119
|
+
"type": "string",
|
|
21120
|
+
"enum": [
|
|
21121
|
+
"new"
|
|
21122
|
+
],
|
|
21123
|
+
"description": "Whether or not the domain is registered with Name.com. If set to `true`, the domain is registered with Name.com."
|
|
21124
|
+
},
|
|
21111
21125
|
"teamId": {
|
|
21112
21126
|
"nullable": true,
|
|
21113
21127
|
"type": "string"
|
|
@@ -21376,6 +21390,13 @@
|
|
|
21376
21390
|
"email": "demo@example.com"
|
|
21377
21391
|
}
|
|
21378
21392
|
},
|
|
21393
|
+
"registrar": {
|
|
21394
|
+
"type": "string",
|
|
21395
|
+
"enum": [
|
|
21396
|
+
"new"
|
|
21397
|
+
],
|
|
21398
|
+
"description": "Whether or not the domain is registered with Name.com. If set to `true`, the domain is registered with Name.com."
|
|
21399
|
+
},
|
|
21379
21400
|
"name": {
|
|
21380
21401
|
"type": "string",
|
|
21381
21402
|
"description": "The domain name.",
|
|
@@ -28589,34 +28610,34 @@
|
|
|
28589
28610
|
"minLength": {
|
|
28590
28611
|
"type": "object",
|
|
28591
28612
|
"properties": {
|
|
28592
|
-
"__@BRAND@
|
|
28613
|
+
"__@BRAND@502640": {
|
|
28593
28614
|
"type": "object"
|
|
28594
28615
|
}
|
|
28595
28616
|
},
|
|
28596
28617
|
"required": [
|
|
28597
|
-
"__@BRAND@
|
|
28618
|
+
"__@BRAND@502640"
|
|
28598
28619
|
]
|
|
28599
28620
|
},
|
|
28600
28621
|
"maxLength": {
|
|
28601
28622
|
"type": "object",
|
|
28602
28623
|
"properties": {
|
|
28603
|
-
"__@BRAND@
|
|
28624
|
+
"__@BRAND@502640": {
|
|
28604
28625
|
"type": "object"
|
|
28605
28626
|
}
|
|
28606
28627
|
},
|
|
28607
28628
|
"required": [
|
|
28608
|
-
"__@BRAND@
|
|
28629
|
+
"__@BRAND@502640"
|
|
28609
28630
|
]
|
|
28610
28631
|
},
|
|
28611
28632
|
"pattern": {
|
|
28612
28633
|
"type": "object",
|
|
28613
28634
|
"properties": {
|
|
28614
|
-
"__@BRAND@
|
|
28635
|
+
"__@BRAND@502640": {
|
|
28615
28636
|
"type": "object"
|
|
28616
28637
|
}
|
|
28617
28638
|
},
|
|
28618
28639
|
"required": [
|
|
28619
|
-
"__@BRAND@
|
|
28640
|
+
"__@BRAND@502640"
|
|
28620
28641
|
]
|
|
28621
28642
|
},
|
|
28622
28643
|
"default": {
|
|
@@ -29299,34 +29320,34 @@
|
|
|
29299
29320
|
"minLength": {
|
|
29300
29321
|
"type": "object",
|
|
29301
29322
|
"properties": {
|
|
29302
|
-
"__@BRAND@
|
|
29323
|
+
"__@BRAND@502640": {
|
|
29303
29324
|
"type": "object"
|
|
29304
29325
|
}
|
|
29305
29326
|
},
|
|
29306
29327
|
"required": [
|
|
29307
|
-
"__@BRAND@
|
|
29328
|
+
"__@BRAND@502640"
|
|
29308
29329
|
]
|
|
29309
29330
|
},
|
|
29310
29331
|
"maxLength": {
|
|
29311
29332
|
"type": "object",
|
|
29312
29333
|
"properties": {
|
|
29313
|
-
"__@BRAND@
|
|
29334
|
+
"__@BRAND@502640": {
|
|
29314
29335
|
"type": "object"
|
|
29315
29336
|
}
|
|
29316
29337
|
},
|
|
29317
29338
|
"required": [
|
|
29318
|
-
"__@BRAND@
|
|
29339
|
+
"__@BRAND@502640"
|
|
29319
29340
|
]
|
|
29320
29341
|
},
|
|
29321
29342
|
"pattern": {
|
|
29322
29343
|
"type": "object",
|
|
29323
29344
|
"properties": {
|
|
29324
|
-
"__@BRAND@
|
|
29345
|
+
"__@BRAND@502640": {
|
|
29325
29346
|
"type": "object"
|
|
29326
29347
|
}
|
|
29327
29348
|
},
|
|
29328
29349
|
"required": [
|
|
29329
|
-
"__@BRAND@
|
|
29350
|
+
"__@BRAND@502640"
|
|
29330
29351
|
]
|
|
29331
29352
|
},
|
|
29332
29353
|
"default": {
|
|
@@ -29484,34 +29505,34 @@
|
|
|
29484
29505
|
"minLength": {
|
|
29485
29506
|
"type": "object",
|
|
29486
29507
|
"properties": {
|
|
29487
|
-
"__@BRAND@
|
|
29508
|
+
"__@BRAND@502640": {
|
|
29488
29509
|
"type": "object"
|
|
29489
29510
|
}
|
|
29490
29511
|
},
|
|
29491
29512
|
"required": [
|
|
29492
|
-
"__@BRAND@
|
|
29513
|
+
"__@BRAND@502640"
|
|
29493
29514
|
]
|
|
29494
29515
|
},
|
|
29495
29516
|
"maxLength": {
|
|
29496
29517
|
"type": "object",
|
|
29497
29518
|
"properties": {
|
|
29498
|
-
"__@BRAND@
|
|
29519
|
+
"__@BRAND@502640": {
|
|
29499
29520
|
"type": "object"
|
|
29500
29521
|
}
|
|
29501
29522
|
},
|
|
29502
29523
|
"required": [
|
|
29503
|
-
"__@BRAND@
|
|
29524
|
+
"__@BRAND@502640"
|
|
29504
29525
|
]
|
|
29505
29526
|
},
|
|
29506
29527
|
"pattern": {
|
|
29507
29528
|
"type": "object",
|
|
29508
29529
|
"properties": {
|
|
29509
|
-
"__@BRAND@
|
|
29530
|
+
"__@BRAND@502640": {
|
|
29510
29531
|
"type": "object"
|
|
29511
29532
|
}
|
|
29512
29533
|
},
|
|
29513
29534
|
"required": [
|
|
29514
|
-
"__@BRAND@
|
|
29535
|
+
"__@BRAND@502640"
|
|
29515
29536
|
]
|
|
29516
29537
|
},
|
|
29517
29538
|
"default": {
|
|
@@ -29822,12 +29843,12 @@
|
|
|
29822
29843
|
{
|
|
29823
29844
|
"type": "object",
|
|
29824
29845
|
"properties": {
|
|
29825
|
-
"__@BRAND@
|
|
29846
|
+
"__@BRAND@502640": {
|
|
29826
29847
|
"type": "object"
|
|
29827
29848
|
}
|
|
29828
29849
|
},
|
|
29829
29850
|
"required": [
|
|
29830
|
-
"__@BRAND@
|
|
29851
|
+
"__@BRAND@502640"
|
|
29831
29852
|
]
|
|
29832
29853
|
},
|
|
29833
29854
|
{
|
|
@@ -29835,12 +29856,12 @@
|
|
|
29835
29856
|
"value": {
|
|
29836
29857
|
"type": "object",
|
|
29837
29858
|
"properties": {
|
|
29838
|
-
"__@BRAND@
|
|
29859
|
+
"__@BRAND@502640": {
|
|
29839
29860
|
"type": "object"
|
|
29840
29861
|
}
|
|
29841
29862
|
},
|
|
29842
29863
|
"required": [
|
|
29843
|
-
"__@BRAND@
|
|
29864
|
+
"__@BRAND@502640"
|
|
29844
29865
|
]
|
|
29845
29866
|
},
|
|
29846
29867
|
"disabled": {
|
|
@@ -29909,34 +29930,34 @@
|
|
|
29909
29930
|
"minLength": {
|
|
29910
29931
|
"type": "object",
|
|
29911
29932
|
"properties": {
|
|
29912
|
-
"__@BRAND@
|
|
29933
|
+
"__@BRAND@502640": {
|
|
29913
29934
|
"type": "object"
|
|
29914
29935
|
}
|
|
29915
29936
|
},
|
|
29916
29937
|
"required": [
|
|
29917
|
-
"__@BRAND@
|
|
29938
|
+
"__@BRAND@502640"
|
|
29918
29939
|
]
|
|
29919
29940
|
},
|
|
29920
29941
|
"maxLength": {
|
|
29921
29942
|
"type": "object",
|
|
29922
29943
|
"properties": {
|
|
29923
|
-
"__@BRAND@
|
|
29944
|
+
"__@BRAND@502640": {
|
|
29924
29945
|
"type": "object"
|
|
29925
29946
|
}
|
|
29926
29947
|
},
|
|
29927
29948
|
"required": [
|
|
29928
|
-
"__@BRAND@
|
|
29949
|
+
"__@BRAND@502640"
|
|
29929
29950
|
]
|
|
29930
29951
|
},
|
|
29931
29952
|
"pattern": {
|
|
29932
29953
|
"type": "object",
|
|
29933
29954
|
"properties": {
|
|
29934
|
-
"__@BRAND@
|
|
29955
|
+
"__@BRAND@502640": {
|
|
29935
29956
|
"type": "object"
|
|
29936
29957
|
}
|
|
29937
29958
|
},
|
|
29938
29959
|
"required": [
|
|
29939
|
-
"__@BRAND@
|
|
29960
|
+
"__@BRAND@502640"
|
|
29940
29961
|
]
|
|
29941
29962
|
},
|
|
29942
29963
|
"default": {
|
|
@@ -30094,34 +30115,34 @@
|
|
|
30094
30115
|
"minLength": {
|
|
30095
30116
|
"type": "object",
|
|
30096
30117
|
"properties": {
|
|
30097
|
-
"__@BRAND@
|
|
30118
|
+
"__@BRAND@502640": {
|
|
30098
30119
|
"type": "object"
|
|
30099
30120
|
}
|
|
30100
30121
|
},
|
|
30101
30122
|
"required": [
|
|
30102
|
-
"__@BRAND@
|
|
30123
|
+
"__@BRAND@502640"
|
|
30103
30124
|
]
|
|
30104
30125
|
},
|
|
30105
30126
|
"maxLength": {
|
|
30106
30127
|
"type": "object",
|
|
30107
30128
|
"properties": {
|
|
30108
|
-
"__@BRAND@
|
|
30129
|
+
"__@BRAND@502640": {
|
|
30109
30130
|
"type": "object"
|
|
30110
30131
|
}
|
|
30111
30132
|
},
|
|
30112
30133
|
"required": [
|
|
30113
|
-
"__@BRAND@
|
|
30134
|
+
"__@BRAND@502640"
|
|
30114
30135
|
]
|
|
30115
30136
|
},
|
|
30116
30137
|
"pattern": {
|
|
30117
30138
|
"type": "object",
|
|
30118
30139
|
"properties": {
|
|
30119
|
-
"__@BRAND@
|
|
30140
|
+
"__@BRAND@502640": {
|
|
30120
30141
|
"type": "object"
|
|
30121
30142
|
}
|
|
30122
30143
|
},
|
|
30123
30144
|
"required": [
|
|
30124
|
-
"__@BRAND@
|
|
30145
|
+
"__@BRAND@502640"
|
|
30125
30146
|
]
|
|
30126
30147
|
},
|
|
30127
30148
|
"default": {
|
|
@@ -30210,12 +30231,12 @@
|
|
|
30210
30231
|
{
|
|
30211
30232
|
"type": "object",
|
|
30212
30233
|
"properties": {
|
|
30213
|
-
"__@BRAND@
|
|
30234
|
+
"__@BRAND@502640": {
|
|
30214
30235
|
"type": "object"
|
|
30215
30236
|
}
|
|
30216
30237
|
},
|
|
30217
30238
|
"required": [
|
|
30218
|
-
"__@BRAND@
|
|
30239
|
+
"__@BRAND@502640"
|
|
30219
30240
|
]
|
|
30220
30241
|
},
|
|
30221
30242
|
{
|
|
@@ -30223,12 +30244,12 @@
|
|
|
30223
30244
|
"value": {
|
|
30224
30245
|
"type": "object",
|
|
30225
30246
|
"properties": {
|
|
30226
|
-
"__@BRAND@
|
|
30247
|
+
"__@BRAND@502640": {
|
|
30227
30248
|
"type": "object"
|
|
30228
30249
|
}
|
|
30229
30250
|
},
|
|
30230
30251
|
"required": [
|
|
30231
|
-
"__@BRAND@
|
|
30252
|
+
"__@BRAND@502640"
|
|
30232
30253
|
]
|
|
30233
30254
|
},
|
|
30234
30255
|
"disabled": {
|
|
@@ -30414,12 +30435,12 @@
|
|
|
30414
30435
|
"items": {
|
|
30415
30436
|
"type": "object",
|
|
30416
30437
|
"properties": {
|
|
30417
|
-
"__@BRAND@
|
|
30438
|
+
"__@BRAND@502640": {
|
|
30418
30439
|
"type": "object"
|
|
30419
30440
|
}
|
|
30420
30441
|
},
|
|
30421
30442
|
"required": [
|
|
30422
|
-
"__@BRAND@
|
|
30443
|
+
"__@BRAND@502640"
|
|
30423
30444
|
]
|
|
30424
30445
|
},
|
|
30425
30446
|
"type": "array"
|
|
@@ -30428,12 +30449,12 @@
|
|
|
30428
30449
|
"items": {
|
|
30429
30450
|
"type": "object",
|
|
30430
30451
|
"properties": {
|
|
30431
|
-
"__@BRAND@
|
|
30452
|
+
"__@BRAND@502640": {
|
|
30432
30453
|
"type": "object"
|
|
30433
30454
|
}
|
|
30434
30455
|
},
|
|
30435
30456
|
"required": [
|
|
30436
|
-
"__@BRAND@
|
|
30457
|
+
"__@BRAND@502640"
|
|
30437
30458
|
]
|
|
30438
30459
|
},
|
|
30439
30460
|
"type": "array"
|
|
@@ -30452,12 +30473,12 @@
|
|
|
30452
30473
|
"value": {
|
|
30453
30474
|
"type": "object",
|
|
30454
30475
|
"properties": {
|
|
30455
|
-
"__@BRAND@
|
|
30476
|
+
"__@BRAND@502640": {
|
|
30456
30477
|
"type": "object"
|
|
30457
30478
|
}
|
|
30458
30479
|
},
|
|
30459
30480
|
"required": [
|
|
30460
|
-
"__@BRAND@
|
|
30481
|
+
"__@BRAND@502640"
|
|
30461
30482
|
]
|
|
30462
30483
|
},
|
|
30463
30484
|
"disabled": {
|
|
@@ -65699,34 +65720,34 @@
|
|
|
65699
65720
|
"maxLength": {
|
|
65700
65721
|
"type": "object",
|
|
65701
65722
|
"properties": {
|
|
65702
|
-
"__@BRAND@
|
|
65723
|
+
"__@BRAND@7825": {
|
|
65703
65724
|
"type": "object"
|
|
65704
65725
|
}
|
|
65705
65726
|
},
|
|
65706
65727
|
"required": [
|
|
65707
|
-
"__@BRAND@
|
|
65728
|
+
"__@BRAND@7825"
|
|
65708
65729
|
]
|
|
65709
65730
|
},
|
|
65710
65731
|
"minLength": {
|
|
65711
65732
|
"type": "object",
|
|
65712
65733
|
"properties": {
|
|
65713
|
-
"__@BRAND@
|
|
65734
|
+
"__@BRAND@7825": {
|
|
65714
65735
|
"type": "object"
|
|
65715
65736
|
}
|
|
65716
65737
|
},
|
|
65717
65738
|
"required": [
|
|
65718
|
-
"__@BRAND@
|
|
65739
|
+
"__@BRAND@7825"
|
|
65719
65740
|
]
|
|
65720
65741
|
},
|
|
65721
65742
|
"pattern": {
|
|
65722
65743
|
"type": "object",
|
|
65723
65744
|
"properties": {
|
|
65724
|
-
"__@BRAND@
|
|
65745
|
+
"__@BRAND@7825": {
|
|
65725
65746
|
"type": "object"
|
|
65726
65747
|
}
|
|
65727
65748
|
},
|
|
65728
65749
|
"required": [
|
|
65729
|
-
"__@BRAND@
|
|
65750
|
+
"__@BRAND@7825"
|
|
65730
65751
|
]
|
|
65731
65752
|
},
|
|
65732
65753
|
"description": {
|
|
@@ -66409,34 +66430,34 @@
|
|
|
66409
66430
|
"maxLength": {
|
|
66410
66431
|
"type": "object",
|
|
66411
66432
|
"properties": {
|
|
66412
|
-
"__@BRAND@
|
|
66433
|
+
"__@BRAND@7825": {
|
|
66413
66434
|
"type": "object"
|
|
66414
66435
|
}
|
|
66415
66436
|
},
|
|
66416
66437
|
"required": [
|
|
66417
|
-
"__@BRAND@
|
|
66438
|
+
"__@BRAND@7825"
|
|
66418
66439
|
]
|
|
66419
66440
|
},
|
|
66420
66441
|
"minLength": {
|
|
66421
66442
|
"type": "object",
|
|
66422
66443
|
"properties": {
|
|
66423
|
-
"__@BRAND@
|
|
66444
|
+
"__@BRAND@7825": {
|
|
66424
66445
|
"type": "object"
|
|
66425
66446
|
}
|
|
66426
66447
|
},
|
|
66427
66448
|
"required": [
|
|
66428
|
-
"__@BRAND@
|
|
66449
|
+
"__@BRAND@7825"
|
|
66429
66450
|
]
|
|
66430
66451
|
},
|
|
66431
66452
|
"pattern": {
|
|
66432
66453
|
"type": "object",
|
|
66433
66454
|
"properties": {
|
|
66434
|
-
"__@BRAND@
|
|
66455
|
+
"__@BRAND@7825": {
|
|
66435
66456
|
"type": "object"
|
|
66436
66457
|
}
|
|
66437
66458
|
},
|
|
66438
66459
|
"required": [
|
|
66439
|
-
"__@BRAND@
|
|
66460
|
+
"__@BRAND@7825"
|
|
66440
66461
|
]
|
|
66441
66462
|
},
|
|
66442
66463
|
"description": {
|
|
@@ -66585,34 +66606,34 @@
|
|
|
66585
66606
|
"minLength": {
|
|
66586
66607
|
"type": "object",
|
|
66587
66608
|
"properties": {
|
|
66588
|
-
"__@BRAND@
|
|
66609
|
+
"__@BRAND@7825": {
|
|
66589
66610
|
"type": "object"
|
|
66590
66611
|
}
|
|
66591
66612
|
},
|
|
66592
66613
|
"required": [
|
|
66593
|
-
"__@BRAND@
|
|
66614
|
+
"__@BRAND@7825"
|
|
66594
66615
|
]
|
|
66595
66616
|
},
|
|
66596
66617
|
"maxLength": {
|
|
66597
66618
|
"type": "object",
|
|
66598
66619
|
"properties": {
|
|
66599
|
-
"__@BRAND@
|
|
66620
|
+
"__@BRAND@7825": {
|
|
66600
66621
|
"type": "object"
|
|
66601
66622
|
}
|
|
66602
66623
|
},
|
|
66603
66624
|
"required": [
|
|
66604
|
-
"__@BRAND@
|
|
66625
|
+
"__@BRAND@7825"
|
|
66605
66626
|
]
|
|
66606
66627
|
},
|
|
66607
66628
|
"pattern": {
|
|
66608
66629
|
"type": "object",
|
|
66609
66630
|
"properties": {
|
|
66610
|
-
"__@BRAND@
|
|
66631
|
+
"__@BRAND@7825": {
|
|
66611
66632
|
"type": "object"
|
|
66612
66633
|
}
|
|
66613
66634
|
},
|
|
66614
66635
|
"required": [
|
|
66615
|
-
"__@BRAND@
|
|
66636
|
+
"__@BRAND@7825"
|
|
66616
66637
|
]
|
|
66617
66638
|
},
|
|
66618
66639
|
"default": {
|
|
@@ -66929,12 +66950,12 @@
|
|
|
66929
66950
|
{
|
|
66930
66951
|
"type": "object",
|
|
66931
66952
|
"properties": {
|
|
66932
|
-
"__@BRAND@
|
|
66953
|
+
"__@BRAND@7825": {
|
|
66933
66954
|
"type": "object"
|
|
66934
66955
|
}
|
|
66935
66956
|
},
|
|
66936
66957
|
"required": [
|
|
66937
|
-
"__@BRAND@
|
|
66958
|
+
"__@BRAND@7825"
|
|
66938
66959
|
]
|
|
66939
66960
|
},
|
|
66940
66961
|
{
|
|
@@ -66942,12 +66963,12 @@
|
|
|
66942
66963
|
"value": {
|
|
66943
66964
|
"type": "object",
|
|
66944
66965
|
"properties": {
|
|
66945
|
-
"__@BRAND@
|
|
66966
|
+
"__@BRAND@7825": {
|
|
66946
66967
|
"type": "object"
|
|
66947
66968
|
}
|
|
66948
66969
|
},
|
|
66949
66970
|
"required": [
|
|
66950
|
-
"__@BRAND@
|
|
66971
|
+
"__@BRAND@7825"
|
|
66951
66972
|
]
|
|
66952
66973
|
},
|
|
66953
66974
|
"disabled": {
|
|
@@ -67019,34 +67040,34 @@
|
|
|
67019
67040
|
"maxLength": {
|
|
67020
67041
|
"type": "object",
|
|
67021
67042
|
"properties": {
|
|
67022
|
-
"__@BRAND@
|
|
67043
|
+
"__@BRAND@7825": {
|
|
67023
67044
|
"type": "object"
|
|
67024
67045
|
}
|
|
67025
67046
|
},
|
|
67026
67047
|
"required": [
|
|
67027
|
-
"__@BRAND@
|
|
67048
|
+
"__@BRAND@7825"
|
|
67028
67049
|
]
|
|
67029
67050
|
},
|
|
67030
67051
|
"minLength": {
|
|
67031
67052
|
"type": "object",
|
|
67032
67053
|
"properties": {
|
|
67033
|
-
"__@BRAND@
|
|
67054
|
+
"__@BRAND@7825": {
|
|
67034
67055
|
"type": "object"
|
|
67035
67056
|
}
|
|
67036
67057
|
},
|
|
67037
67058
|
"required": [
|
|
67038
|
-
"__@BRAND@
|
|
67059
|
+
"__@BRAND@7825"
|
|
67039
67060
|
]
|
|
67040
67061
|
},
|
|
67041
67062
|
"pattern": {
|
|
67042
67063
|
"type": "object",
|
|
67043
67064
|
"properties": {
|
|
67044
|
-
"__@BRAND@
|
|
67065
|
+
"__@BRAND@7825": {
|
|
67045
67066
|
"type": "object"
|
|
67046
67067
|
}
|
|
67047
67068
|
},
|
|
67048
67069
|
"required": [
|
|
67049
|
-
"__@BRAND@
|
|
67070
|
+
"__@BRAND@7825"
|
|
67050
67071
|
]
|
|
67051
67072
|
},
|
|
67052
67073
|
"description": {
|
|
@@ -67178,12 +67199,12 @@
|
|
|
67178
67199
|
"value": {
|
|
67179
67200
|
"type": "object",
|
|
67180
67201
|
"properties": {
|
|
67181
|
-
"__@BRAND@
|
|
67202
|
+
"__@BRAND@7825": {
|
|
67182
67203
|
"type": "object"
|
|
67183
67204
|
}
|
|
67184
67205
|
},
|
|
67185
67206
|
"required": [
|
|
67186
|
-
"__@BRAND@
|
|
67207
|
+
"__@BRAND@7825"
|
|
67187
67208
|
]
|
|
67188
67209
|
},
|
|
67189
67210
|
"disabled": {
|
|
@@ -67428,12 +67449,12 @@
|
|
|
67428
67449
|
"value": {
|
|
67429
67450
|
"type": "object",
|
|
67430
67451
|
"properties": {
|
|
67431
|
-
"__@BRAND@
|
|
67452
|
+
"__@BRAND@7825": {
|
|
67432
67453
|
"type": "object"
|
|
67433
67454
|
}
|
|
67434
67455
|
},
|
|
67435
67456
|
"required": [
|
|
67436
|
-
"__@BRAND@
|
|
67457
|
+
"__@BRAND@7825"
|
|
67437
67458
|
]
|
|
67438
67459
|
},
|
|
67439
67460
|
"disabled": {
|