@vercel/sdk 1.13.6 → 1.13.7
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 +459 -456
- package/bin/mcp-server.js.map +13 -13
- package/docs/sdks/domains/README.md +1 -1
- package/docs/sdks/security/README.md +1 -1
- package/esm/__tests__/domains.test.js +5 -17
- 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 +6 -2
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +4 -4
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/__tests__/teams.test.js +2 -2
- package/esm/__tests__/teams.test.js.map +1 -1
- package/esm/funcs/domainsGetDomainTransfer.d.ts +1 -1
- package/esm/funcs/domainsGetDomainTransfer.js +1 -1
- package/esm/funcs/securityGetActiveAttackStatus.d.ts +1 -1
- package/esm/funcs/securityGetActiveAttackStatus.js +2 -1
- package/esm/funcs/securityGetActiveAttackStatus.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/mcp-server/tools/domainsGetDomainTransfer.js +1 -1
- package/esm/mcp-server/tools/domainsGetDomainTransfer.js.map +1 -1
- package/esm/mcp-server/tools/securityGetActiveAttackStatus.js +1 -1
- package/esm/mcp-server/tools/securityGetActiveAttackStatus.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +285 -285
- package/esm/models/createintegrationstoredirectop.js +351 -351
- package/esm/models/getactiveattackstatusop.d.ts +4 -2
- package/esm/models/getactiveattackstatusop.d.ts.map +1 -1
- package/esm/models/getactiveattackstatusop.js +4 -2
- package/esm/models/getactiveattackstatusop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +375 -375
- package/esm/models/getconfigurationproductsop.js +465 -465
- package/esm/models/team.d.ts +10 -10
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +5 -5
- package/esm/models/team.js.map +1 -1
- package/esm/sdk/domains.d.ts +1 -1
- package/esm/sdk/domains.js +1 -1
- package/esm/sdk/security.d.ts +1 -1
- package/esm/sdk/security.js +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 +5 -17
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/rollingrelease.test.ts +6 -2
- package/src/__tests__/security.test.ts +4 -4
- package/src/__tests__/teams.test.ts +2 -2
- package/src/funcs/domainsGetDomainTransfer.ts +1 -1
- package/src/funcs/securityGetActiveAttackStatus.ts +2 -1
- 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/mcp-server/tools/domainsGetDomainTransfer.ts +1 -1
- package/src/mcp-server/tools/securityGetActiveAttackStatus.ts +1 -1
- package/src/models/createintegrationstoredirectop.ts +604 -604
- package/src/models/getactiveattackstatusop.ts +8 -4
- package/src/models/getconfigurationproductsop.ts +802 -802
- package/src/models/team.ts +12 -12
- package/src/sdk/domains.ts +1 -1
- package/src/sdk/security.ts +1 -1
- package/vercel-spec.json +192 -119
package/vercel-spec.json
CHANGED
|
@@ -23085,7 +23085,7 @@
|
|
|
23085
23085
|
},
|
|
23086
23086
|
"/v1/domains/{domain}/registry": {
|
|
23087
23087
|
"get": {
|
|
23088
|
-
"description": "This endpoint is deprecated and replaced with the endpoint [Get a domain's transfer status](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-a-
|
|
23088
|
+
"description": "This endpoint is deprecated and replaced with the endpoint [Get a domain's transfer status](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-a-domains-transfer-status). Fetch domain transfer availability or transfer status if a transfer is in progress.",
|
|
23089
23089
|
"operationId": "getDomainTransfer",
|
|
23090
23090
|
"security": [
|
|
23091
23091
|
{
|
|
@@ -30722,34 +30722,34 @@
|
|
|
30722
30722
|
"minLength": {
|
|
30723
30723
|
"type": "object",
|
|
30724
30724
|
"properties": {
|
|
30725
|
-
"__@BRAND@
|
|
30725
|
+
"__@BRAND@550088": {
|
|
30726
30726
|
"type": "object"
|
|
30727
30727
|
}
|
|
30728
30728
|
},
|
|
30729
30729
|
"required": [
|
|
30730
|
-
"__@BRAND@
|
|
30730
|
+
"__@BRAND@550088"
|
|
30731
30731
|
]
|
|
30732
30732
|
},
|
|
30733
30733
|
"maxLength": {
|
|
30734
30734
|
"type": "object",
|
|
30735
30735
|
"properties": {
|
|
30736
|
-
"__@BRAND@
|
|
30736
|
+
"__@BRAND@550088": {
|
|
30737
30737
|
"type": "object"
|
|
30738
30738
|
}
|
|
30739
30739
|
},
|
|
30740
30740
|
"required": [
|
|
30741
|
-
"__@BRAND@
|
|
30741
|
+
"__@BRAND@550088"
|
|
30742
30742
|
]
|
|
30743
30743
|
},
|
|
30744
30744
|
"pattern": {
|
|
30745
30745
|
"type": "object",
|
|
30746
30746
|
"properties": {
|
|
30747
|
-
"__@BRAND@
|
|
30747
|
+
"__@BRAND@550088": {
|
|
30748
30748
|
"type": "object"
|
|
30749
30749
|
}
|
|
30750
30750
|
},
|
|
30751
30751
|
"required": [
|
|
30752
|
-
"__@BRAND@
|
|
30752
|
+
"__@BRAND@550088"
|
|
30753
30753
|
]
|
|
30754
30754
|
},
|
|
30755
30755
|
"default": {
|
|
@@ -31432,34 +31432,34 @@
|
|
|
31432
31432
|
"minLength": {
|
|
31433
31433
|
"type": "object",
|
|
31434
31434
|
"properties": {
|
|
31435
|
-
"__@BRAND@
|
|
31435
|
+
"__@BRAND@550088": {
|
|
31436
31436
|
"type": "object"
|
|
31437
31437
|
}
|
|
31438
31438
|
},
|
|
31439
31439
|
"required": [
|
|
31440
|
-
"__@BRAND@
|
|
31440
|
+
"__@BRAND@550088"
|
|
31441
31441
|
]
|
|
31442
31442
|
},
|
|
31443
31443
|
"maxLength": {
|
|
31444
31444
|
"type": "object",
|
|
31445
31445
|
"properties": {
|
|
31446
|
-
"__@BRAND@
|
|
31446
|
+
"__@BRAND@550088": {
|
|
31447
31447
|
"type": "object"
|
|
31448
31448
|
}
|
|
31449
31449
|
},
|
|
31450
31450
|
"required": [
|
|
31451
|
-
"__@BRAND@
|
|
31451
|
+
"__@BRAND@550088"
|
|
31452
31452
|
]
|
|
31453
31453
|
},
|
|
31454
31454
|
"pattern": {
|
|
31455
31455
|
"type": "object",
|
|
31456
31456
|
"properties": {
|
|
31457
|
-
"__@BRAND@
|
|
31457
|
+
"__@BRAND@550088": {
|
|
31458
31458
|
"type": "object"
|
|
31459
31459
|
}
|
|
31460
31460
|
},
|
|
31461
31461
|
"required": [
|
|
31462
|
-
"__@BRAND@
|
|
31462
|
+
"__@BRAND@550088"
|
|
31463
31463
|
]
|
|
31464
31464
|
},
|
|
31465
31465
|
"default": {
|
|
@@ -31617,34 +31617,34 @@
|
|
|
31617
31617
|
"minLength": {
|
|
31618
31618
|
"type": "object",
|
|
31619
31619
|
"properties": {
|
|
31620
|
-
"__@BRAND@
|
|
31620
|
+
"__@BRAND@550088": {
|
|
31621
31621
|
"type": "object"
|
|
31622
31622
|
}
|
|
31623
31623
|
},
|
|
31624
31624
|
"required": [
|
|
31625
|
-
"__@BRAND@
|
|
31625
|
+
"__@BRAND@550088"
|
|
31626
31626
|
]
|
|
31627
31627
|
},
|
|
31628
31628
|
"maxLength": {
|
|
31629
31629
|
"type": "object",
|
|
31630
31630
|
"properties": {
|
|
31631
|
-
"__@BRAND@
|
|
31631
|
+
"__@BRAND@550088": {
|
|
31632
31632
|
"type": "object"
|
|
31633
31633
|
}
|
|
31634
31634
|
},
|
|
31635
31635
|
"required": [
|
|
31636
|
-
"__@BRAND@
|
|
31636
|
+
"__@BRAND@550088"
|
|
31637
31637
|
]
|
|
31638
31638
|
},
|
|
31639
31639
|
"pattern": {
|
|
31640
31640
|
"type": "object",
|
|
31641
31641
|
"properties": {
|
|
31642
|
-
"__@BRAND@
|
|
31642
|
+
"__@BRAND@550088": {
|
|
31643
31643
|
"type": "object"
|
|
31644
31644
|
}
|
|
31645
31645
|
},
|
|
31646
31646
|
"required": [
|
|
31647
|
-
"__@BRAND@
|
|
31647
|
+
"__@BRAND@550088"
|
|
31648
31648
|
]
|
|
31649
31649
|
},
|
|
31650
31650
|
"default": {
|
|
@@ -31955,12 +31955,12 @@
|
|
|
31955
31955
|
{
|
|
31956
31956
|
"type": "object",
|
|
31957
31957
|
"properties": {
|
|
31958
|
-
"__@BRAND@
|
|
31958
|
+
"__@BRAND@550088": {
|
|
31959
31959
|
"type": "object"
|
|
31960
31960
|
}
|
|
31961
31961
|
},
|
|
31962
31962
|
"required": [
|
|
31963
|
-
"__@BRAND@
|
|
31963
|
+
"__@BRAND@550088"
|
|
31964
31964
|
]
|
|
31965
31965
|
},
|
|
31966
31966
|
{
|
|
@@ -31968,12 +31968,12 @@
|
|
|
31968
31968
|
"value": {
|
|
31969
31969
|
"type": "object",
|
|
31970
31970
|
"properties": {
|
|
31971
|
-
"__@BRAND@
|
|
31971
|
+
"__@BRAND@550088": {
|
|
31972
31972
|
"type": "object"
|
|
31973
31973
|
}
|
|
31974
31974
|
},
|
|
31975
31975
|
"required": [
|
|
31976
|
-
"__@BRAND@
|
|
31976
|
+
"__@BRAND@550088"
|
|
31977
31977
|
]
|
|
31978
31978
|
},
|
|
31979
31979
|
"disabled": {
|
|
@@ -32042,34 +32042,34 @@
|
|
|
32042
32042
|
"minLength": {
|
|
32043
32043
|
"type": "object",
|
|
32044
32044
|
"properties": {
|
|
32045
|
-
"__@BRAND@
|
|
32045
|
+
"__@BRAND@550088": {
|
|
32046
32046
|
"type": "object"
|
|
32047
32047
|
}
|
|
32048
32048
|
},
|
|
32049
32049
|
"required": [
|
|
32050
|
-
"__@BRAND@
|
|
32050
|
+
"__@BRAND@550088"
|
|
32051
32051
|
]
|
|
32052
32052
|
},
|
|
32053
32053
|
"maxLength": {
|
|
32054
32054
|
"type": "object",
|
|
32055
32055
|
"properties": {
|
|
32056
|
-
"__@BRAND@
|
|
32056
|
+
"__@BRAND@550088": {
|
|
32057
32057
|
"type": "object"
|
|
32058
32058
|
}
|
|
32059
32059
|
},
|
|
32060
32060
|
"required": [
|
|
32061
|
-
"__@BRAND@
|
|
32061
|
+
"__@BRAND@550088"
|
|
32062
32062
|
]
|
|
32063
32063
|
},
|
|
32064
32064
|
"pattern": {
|
|
32065
32065
|
"type": "object",
|
|
32066
32066
|
"properties": {
|
|
32067
|
-
"__@BRAND@
|
|
32067
|
+
"__@BRAND@550088": {
|
|
32068
32068
|
"type": "object"
|
|
32069
32069
|
}
|
|
32070
32070
|
},
|
|
32071
32071
|
"required": [
|
|
32072
|
-
"__@BRAND@
|
|
32072
|
+
"__@BRAND@550088"
|
|
32073
32073
|
]
|
|
32074
32074
|
},
|
|
32075
32075
|
"default": {
|
|
@@ -32227,34 +32227,34 @@
|
|
|
32227
32227
|
"minLength": {
|
|
32228
32228
|
"type": "object",
|
|
32229
32229
|
"properties": {
|
|
32230
|
-
"__@BRAND@
|
|
32230
|
+
"__@BRAND@550088": {
|
|
32231
32231
|
"type": "object"
|
|
32232
32232
|
}
|
|
32233
32233
|
},
|
|
32234
32234
|
"required": [
|
|
32235
|
-
"__@BRAND@
|
|
32235
|
+
"__@BRAND@550088"
|
|
32236
32236
|
]
|
|
32237
32237
|
},
|
|
32238
32238
|
"maxLength": {
|
|
32239
32239
|
"type": "object",
|
|
32240
32240
|
"properties": {
|
|
32241
|
-
"__@BRAND@
|
|
32241
|
+
"__@BRAND@550088": {
|
|
32242
32242
|
"type": "object"
|
|
32243
32243
|
}
|
|
32244
32244
|
},
|
|
32245
32245
|
"required": [
|
|
32246
|
-
"__@BRAND@
|
|
32246
|
+
"__@BRAND@550088"
|
|
32247
32247
|
]
|
|
32248
32248
|
},
|
|
32249
32249
|
"pattern": {
|
|
32250
32250
|
"type": "object",
|
|
32251
32251
|
"properties": {
|
|
32252
|
-
"__@BRAND@
|
|
32252
|
+
"__@BRAND@550088": {
|
|
32253
32253
|
"type": "object"
|
|
32254
32254
|
}
|
|
32255
32255
|
},
|
|
32256
32256
|
"required": [
|
|
32257
|
-
"__@BRAND@
|
|
32257
|
+
"__@BRAND@550088"
|
|
32258
32258
|
]
|
|
32259
32259
|
},
|
|
32260
32260
|
"default": {
|
|
@@ -32343,12 +32343,12 @@
|
|
|
32343
32343
|
{
|
|
32344
32344
|
"type": "object",
|
|
32345
32345
|
"properties": {
|
|
32346
|
-
"__@BRAND@
|
|
32346
|
+
"__@BRAND@550088": {
|
|
32347
32347
|
"type": "object"
|
|
32348
32348
|
}
|
|
32349
32349
|
},
|
|
32350
32350
|
"required": [
|
|
32351
|
-
"__@BRAND@
|
|
32351
|
+
"__@BRAND@550088"
|
|
32352
32352
|
]
|
|
32353
32353
|
},
|
|
32354
32354
|
{
|
|
@@ -32356,12 +32356,12 @@
|
|
|
32356
32356
|
"value": {
|
|
32357
32357
|
"type": "object",
|
|
32358
32358
|
"properties": {
|
|
32359
|
-
"__@BRAND@
|
|
32359
|
+
"__@BRAND@550088": {
|
|
32360
32360
|
"type": "object"
|
|
32361
32361
|
}
|
|
32362
32362
|
},
|
|
32363
32363
|
"required": [
|
|
32364
|
-
"__@BRAND@
|
|
32364
|
+
"__@BRAND@550088"
|
|
32365
32365
|
]
|
|
32366
32366
|
},
|
|
32367
32367
|
"disabled": {
|
|
@@ -32547,12 +32547,12 @@
|
|
|
32547
32547
|
"items": {
|
|
32548
32548
|
"type": "object",
|
|
32549
32549
|
"properties": {
|
|
32550
|
-
"__@BRAND@
|
|
32550
|
+
"__@BRAND@550088": {
|
|
32551
32551
|
"type": "object"
|
|
32552
32552
|
}
|
|
32553
32553
|
},
|
|
32554
32554
|
"required": [
|
|
32555
|
-
"__@BRAND@
|
|
32555
|
+
"__@BRAND@550088"
|
|
32556
32556
|
]
|
|
32557
32557
|
},
|
|
32558
32558
|
"type": "array"
|
|
@@ -32561,12 +32561,12 @@
|
|
|
32561
32561
|
"items": {
|
|
32562
32562
|
"type": "object",
|
|
32563
32563
|
"properties": {
|
|
32564
|
-
"__@BRAND@
|
|
32564
|
+
"__@BRAND@550088": {
|
|
32565
32565
|
"type": "object"
|
|
32566
32566
|
}
|
|
32567
32567
|
},
|
|
32568
32568
|
"required": [
|
|
32569
|
-
"__@BRAND@
|
|
32569
|
+
"__@BRAND@550088"
|
|
32570
32570
|
]
|
|
32571
32571
|
},
|
|
32572
32572
|
"type": "array"
|
|
@@ -32600,34 +32600,34 @@
|
|
|
32600
32600
|
"minLength": {
|
|
32601
32601
|
"type": "object",
|
|
32602
32602
|
"properties": {
|
|
32603
|
-
"__@BRAND@
|
|
32603
|
+
"__@BRAND@550088": {
|
|
32604
32604
|
"type": "object"
|
|
32605
32605
|
}
|
|
32606
32606
|
},
|
|
32607
32607
|
"required": [
|
|
32608
|
-
"__@BRAND@
|
|
32608
|
+
"__@BRAND@550088"
|
|
32609
32609
|
]
|
|
32610
32610
|
},
|
|
32611
32611
|
"maxLength": {
|
|
32612
32612
|
"type": "object",
|
|
32613
32613
|
"properties": {
|
|
32614
|
-
"__@BRAND@
|
|
32614
|
+
"__@BRAND@550088": {
|
|
32615
32615
|
"type": "object"
|
|
32616
32616
|
}
|
|
32617
32617
|
},
|
|
32618
32618
|
"required": [
|
|
32619
|
-
"__@BRAND@
|
|
32619
|
+
"__@BRAND@550088"
|
|
32620
32620
|
]
|
|
32621
32621
|
},
|
|
32622
32622
|
"pattern": {
|
|
32623
32623
|
"type": "object",
|
|
32624
32624
|
"properties": {
|
|
32625
|
-
"__@BRAND@
|
|
32625
|
+
"__@BRAND@550088": {
|
|
32626
32626
|
"type": "object"
|
|
32627
32627
|
}
|
|
32628
32628
|
},
|
|
32629
32629
|
"required": [
|
|
32630
|
-
"__@BRAND@
|
|
32630
|
+
"__@BRAND@550088"
|
|
32631
32631
|
]
|
|
32632
32632
|
},
|
|
32633
32633
|
"default": {
|
|
@@ -32761,12 +32761,12 @@
|
|
|
32761
32761
|
"value": {
|
|
32762
32762
|
"type": "object",
|
|
32763
32763
|
"properties": {
|
|
32764
|
-
"__@BRAND@
|
|
32764
|
+
"__@BRAND@550088": {
|
|
32765
32765
|
"type": "object"
|
|
32766
32766
|
}
|
|
32767
32767
|
},
|
|
32768
32768
|
"required": [
|
|
32769
|
-
"__@BRAND@
|
|
32769
|
+
"__@BRAND@550088"
|
|
32770
32770
|
]
|
|
32771
32771
|
},
|
|
32772
32772
|
"disabled": {
|
|
@@ -68864,7 +68864,7 @@
|
|
|
68864
68864
|
},
|
|
68865
68865
|
"/v1/security/firewall/attack-status": {
|
|
68866
68866
|
"get": {
|
|
68867
|
-
"description": "Retrieve active attack data within the last
|
|
68867
|
+
"description": "Retrieve active attack data within the last N days (default: 1 day)",
|
|
68868
68868
|
"operationId": "getActiveAttackStatus",
|
|
68869
68869
|
"security": [
|
|
68870
68870
|
{
|
|
@@ -68890,10 +68890,10 @@
|
|
|
68890
68890
|
"anomalies": {
|
|
68891
68891
|
"items": {
|
|
68892
68892
|
"properties": {
|
|
68893
|
-
"
|
|
68893
|
+
"projectId": {
|
|
68894
68894
|
"type": "string"
|
|
68895
68895
|
},
|
|
68896
|
-
"
|
|
68896
|
+
"ownerId": {
|
|
68897
68897
|
"type": "string"
|
|
68898
68898
|
},
|
|
68899
68899
|
"startTime": {
|
|
@@ -68967,8 +68967,8 @@
|
|
|
68967
68967
|
}
|
|
68968
68968
|
},
|
|
68969
68969
|
"required": [
|
|
68970
|
-
"ownerId",
|
|
68971
68970
|
"projectId",
|
|
68971
|
+
"ownerId",
|
|
68972
68972
|
"startTime",
|
|
68973
68973
|
"endTime",
|
|
68974
68974
|
"atMinute",
|
|
@@ -69011,6 +69011,15 @@
|
|
|
69011
69011
|
"type": "string"
|
|
69012
69012
|
}
|
|
69013
69013
|
},
|
|
69014
|
+
{
|
|
69015
|
+
"name": "since",
|
|
69016
|
+
"in": "query",
|
|
69017
|
+
"required": false,
|
|
69018
|
+
"schema": {
|
|
69019
|
+
"type": "number",
|
|
69020
|
+
"minimum": 1
|
|
69021
|
+
}
|
|
69022
|
+
},
|
|
69014
69023
|
{
|
|
69015
69024
|
"description": "The Team identifier to perform the request on behalf of.",
|
|
69016
69025
|
"in": "query",
|
|
@@ -69936,34 +69945,34 @@
|
|
|
69936
69945
|
"maxLength": {
|
|
69937
69946
|
"type": "object",
|
|
69938
69947
|
"properties": {
|
|
69939
|
-
"__@BRAND@
|
|
69948
|
+
"__@BRAND@8557": {
|
|
69940
69949
|
"type": "object"
|
|
69941
69950
|
}
|
|
69942
69951
|
},
|
|
69943
69952
|
"required": [
|
|
69944
|
-
"__@BRAND@
|
|
69953
|
+
"__@BRAND@8557"
|
|
69945
69954
|
]
|
|
69946
69955
|
},
|
|
69947
69956
|
"minLength": {
|
|
69948
69957
|
"type": "object",
|
|
69949
69958
|
"properties": {
|
|
69950
|
-
"__@BRAND@
|
|
69959
|
+
"__@BRAND@8557": {
|
|
69951
69960
|
"type": "object"
|
|
69952
69961
|
}
|
|
69953
69962
|
},
|
|
69954
69963
|
"required": [
|
|
69955
|
-
"__@BRAND@
|
|
69964
|
+
"__@BRAND@8557"
|
|
69956
69965
|
]
|
|
69957
69966
|
},
|
|
69958
69967
|
"pattern": {
|
|
69959
69968
|
"type": "object",
|
|
69960
69969
|
"properties": {
|
|
69961
|
-
"__@BRAND@
|
|
69970
|
+
"__@BRAND@8557": {
|
|
69962
69971
|
"type": "object"
|
|
69963
69972
|
}
|
|
69964
69973
|
},
|
|
69965
69974
|
"required": [
|
|
69966
|
-
"__@BRAND@
|
|
69975
|
+
"__@BRAND@8557"
|
|
69967
69976
|
]
|
|
69968
69977
|
},
|
|
69969
69978
|
"description": {
|
|
@@ -70646,34 +70655,34 @@
|
|
|
70646
70655
|
"maxLength": {
|
|
70647
70656
|
"type": "object",
|
|
70648
70657
|
"properties": {
|
|
70649
|
-
"__@BRAND@
|
|
70658
|
+
"__@BRAND@8557": {
|
|
70650
70659
|
"type": "object"
|
|
70651
70660
|
}
|
|
70652
70661
|
},
|
|
70653
70662
|
"required": [
|
|
70654
|
-
"__@BRAND@
|
|
70663
|
+
"__@BRAND@8557"
|
|
70655
70664
|
]
|
|
70656
70665
|
},
|
|
70657
70666
|
"minLength": {
|
|
70658
70667
|
"type": "object",
|
|
70659
70668
|
"properties": {
|
|
70660
|
-
"__@BRAND@
|
|
70669
|
+
"__@BRAND@8557": {
|
|
70661
70670
|
"type": "object"
|
|
70662
70671
|
}
|
|
70663
70672
|
},
|
|
70664
70673
|
"required": [
|
|
70665
|
-
"__@BRAND@
|
|
70674
|
+
"__@BRAND@8557"
|
|
70666
70675
|
]
|
|
70667
70676
|
},
|
|
70668
70677
|
"pattern": {
|
|
70669
70678
|
"type": "object",
|
|
70670
70679
|
"properties": {
|
|
70671
|
-
"__@BRAND@
|
|
70680
|
+
"__@BRAND@8557": {
|
|
70672
70681
|
"type": "object"
|
|
70673
70682
|
}
|
|
70674
70683
|
},
|
|
70675
70684
|
"required": [
|
|
70676
|
-
"__@BRAND@
|
|
70685
|
+
"__@BRAND@8557"
|
|
70677
70686
|
]
|
|
70678
70687
|
},
|
|
70679
70688
|
"description": {
|
|
@@ -70822,34 +70831,34 @@
|
|
|
70822
70831
|
"minLength": {
|
|
70823
70832
|
"type": "object",
|
|
70824
70833
|
"properties": {
|
|
70825
|
-
"__@BRAND@
|
|
70834
|
+
"__@BRAND@8557": {
|
|
70826
70835
|
"type": "object"
|
|
70827
70836
|
}
|
|
70828
70837
|
},
|
|
70829
70838
|
"required": [
|
|
70830
|
-
"__@BRAND@
|
|
70839
|
+
"__@BRAND@8557"
|
|
70831
70840
|
]
|
|
70832
70841
|
},
|
|
70833
70842
|
"maxLength": {
|
|
70834
70843
|
"type": "object",
|
|
70835
70844
|
"properties": {
|
|
70836
|
-
"__@BRAND@
|
|
70845
|
+
"__@BRAND@8557": {
|
|
70837
70846
|
"type": "object"
|
|
70838
70847
|
}
|
|
70839
70848
|
},
|
|
70840
70849
|
"required": [
|
|
70841
|
-
"__@BRAND@
|
|
70850
|
+
"__@BRAND@8557"
|
|
70842
70851
|
]
|
|
70843
70852
|
},
|
|
70844
70853
|
"pattern": {
|
|
70845
70854
|
"type": "object",
|
|
70846
70855
|
"properties": {
|
|
70847
|
-
"__@BRAND@
|
|
70856
|
+
"__@BRAND@8557": {
|
|
70848
70857
|
"type": "object"
|
|
70849
70858
|
}
|
|
70850
70859
|
},
|
|
70851
70860
|
"required": [
|
|
70852
|
-
"__@BRAND@
|
|
70861
|
+
"__@BRAND@8557"
|
|
70853
70862
|
]
|
|
70854
70863
|
},
|
|
70855
70864
|
"default": {
|
|
@@ -71166,12 +71175,12 @@
|
|
|
71166
71175
|
{
|
|
71167
71176
|
"type": "object",
|
|
71168
71177
|
"properties": {
|
|
71169
|
-
"__@BRAND@
|
|
71178
|
+
"__@BRAND@8557": {
|
|
71170
71179
|
"type": "object"
|
|
71171
71180
|
}
|
|
71172
71181
|
},
|
|
71173
71182
|
"required": [
|
|
71174
|
-
"__@BRAND@
|
|
71183
|
+
"__@BRAND@8557"
|
|
71175
71184
|
]
|
|
71176
71185
|
},
|
|
71177
71186
|
{
|
|
@@ -71179,12 +71188,12 @@
|
|
|
71179
71188
|
"value": {
|
|
71180
71189
|
"type": "object",
|
|
71181
71190
|
"properties": {
|
|
71182
|
-
"__@BRAND@
|
|
71191
|
+
"__@BRAND@8557": {
|
|
71183
71192
|
"type": "object"
|
|
71184
71193
|
}
|
|
71185
71194
|
},
|
|
71186
71195
|
"required": [
|
|
71187
|
-
"__@BRAND@
|
|
71196
|
+
"__@BRAND@8557"
|
|
71188
71197
|
]
|
|
71189
71198
|
},
|
|
71190
71199
|
"disabled": {
|
|
@@ -71256,34 +71265,34 @@
|
|
|
71256
71265
|
"maxLength": {
|
|
71257
71266
|
"type": "object",
|
|
71258
71267
|
"properties": {
|
|
71259
|
-
"__@BRAND@
|
|
71268
|
+
"__@BRAND@8557": {
|
|
71260
71269
|
"type": "object"
|
|
71261
71270
|
}
|
|
71262
71271
|
},
|
|
71263
71272
|
"required": [
|
|
71264
|
-
"__@BRAND@
|
|
71273
|
+
"__@BRAND@8557"
|
|
71265
71274
|
]
|
|
71266
71275
|
},
|
|
71267
71276
|
"minLength": {
|
|
71268
71277
|
"type": "object",
|
|
71269
71278
|
"properties": {
|
|
71270
|
-
"__@BRAND@
|
|
71279
|
+
"__@BRAND@8557": {
|
|
71271
71280
|
"type": "object"
|
|
71272
71281
|
}
|
|
71273
71282
|
},
|
|
71274
71283
|
"required": [
|
|
71275
|
-
"__@BRAND@
|
|
71284
|
+
"__@BRAND@8557"
|
|
71276
71285
|
]
|
|
71277
71286
|
},
|
|
71278
71287
|
"pattern": {
|
|
71279
71288
|
"type": "object",
|
|
71280
71289
|
"properties": {
|
|
71281
|
-
"__@BRAND@
|
|
71290
|
+
"__@BRAND@8557": {
|
|
71282
71291
|
"type": "object"
|
|
71283
71292
|
}
|
|
71284
71293
|
},
|
|
71285
71294
|
"required": [
|
|
71286
|
-
"__@BRAND@
|
|
71295
|
+
"__@BRAND@8557"
|
|
71287
71296
|
]
|
|
71288
71297
|
},
|
|
71289
71298
|
"description": {
|
|
@@ -71433,34 +71442,34 @@
|
|
|
71433
71442
|
"maxLength": {
|
|
71434
71443
|
"type": "object",
|
|
71435
71444
|
"properties": {
|
|
71436
|
-
"__@BRAND@
|
|
71445
|
+
"__@BRAND@8557": {
|
|
71437
71446
|
"type": "object"
|
|
71438
71447
|
}
|
|
71439
71448
|
},
|
|
71440
71449
|
"required": [
|
|
71441
|
-
"__@BRAND@
|
|
71450
|
+
"__@BRAND@8557"
|
|
71442
71451
|
]
|
|
71443
71452
|
},
|
|
71444
71453
|
"minLength": {
|
|
71445
71454
|
"type": "object",
|
|
71446
71455
|
"properties": {
|
|
71447
|
-
"__@BRAND@
|
|
71456
|
+
"__@BRAND@8557": {
|
|
71448
71457
|
"type": "object"
|
|
71449
71458
|
}
|
|
71450
71459
|
},
|
|
71451
71460
|
"required": [
|
|
71452
|
-
"__@BRAND@
|
|
71461
|
+
"__@BRAND@8557"
|
|
71453
71462
|
]
|
|
71454
71463
|
},
|
|
71455
71464
|
"pattern": {
|
|
71456
71465
|
"type": "object",
|
|
71457
71466
|
"properties": {
|
|
71458
|
-
"__@BRAND@
|
|
71467
|
+
"__@BRAND@8557": {
|
|
71459
71468
|
"type": "object"
|
|
71460
71469
|
}
|
|
71461
71470
|
},
|
|
71462
71471
|
"required": [
|
|
71463
|
-
"__@BRAND@
|
|
71472
|
+
"__@BRAND@8557"
|
|
71464
71473
|
]
|
|
71465
71474
|
},
|
|
71466
71475
|
"description": {
|
|
@@ -71591,12 +71600,12 @@
|
|
|
71591
71600
|
"value": {
|
|
71592
71601
|
"type": "object",
|
|
71593
71602
|
"properties": {
|
|
71594
|
-
"__@BRAND@
|
|
71603
|
+
"__@BRAND@8557": {
|
|
71595
71604
|
"type": "object"
|
|
71596
71605
|
}
|
|
71597
71606
|
},
|
|
71598
71607
|
"required": [
|
|
71599
|
-
"__@BRAND@
|
|
71608
|
+
"__@BRAND@8557"
|
|
71600
71609
|
]
|
|
71601
71610
|
},
|
|
71602
71611
|
"disabled": {
|
|
@@ -71845,12 +71854,12 @@
|
|
|
71845
71854
|
"value": {
|
|
71846
71855
|
"type": "object",
|
|
71847
71856
|
"properties": {
|
|
71848
|
-
"__@BRAND@
|
|
71857
|
+
"__@BRAND@8557": {
|
|
71849
71858
|
"type": "object"
|
|
71850
71859
|
}
|
|
71851
71860
|
},
|
|
71852
71861
|
"required": [
|
|
71853
|
-
"__@BRAND@
|
|
71862
|
+
"__@BRAND@8557"
|
|
71854
71863
|
]
|
|
71855
71864
|
},
|
|
71856
71865
|
"disabled": {
|
|
@@ -80104,10 +80113,26 @@
|
|
|
80104
80113
|
"type": "string"
|
|
80105
80114
|
},
|
|
80106
80115
|
"validation": {
|
|
80107
|
-
"
|
|
80108
|
-
|
|
80109
|
-
|
|
80110
|
-
|
|
80116
|
+
"anyOf": [
|
|
80117
|
+
{
|
|
80118
|
+
"type": "string",
|
|
80119
|
+
"enum": [
|
|
80120
|
+
"valid_email",
|
|
80121
|
+
"valid_countries"
|
|
80122
|
+
]
|
|
80123
|
+
},
|
|
80124
|
+
{
|
|
80125
|
+
"type": "string",
|
|
80126
|
+
"title": "`regex:${string}`",
|
|
80127
|
+
"description": "a template literal",
|
|
80128
|
+
"pattern": "^regex:[\\s\\S]*?$"
|
|
80129
|
+
},
|
|
80130
|
+
{
|
|
80131
|
+
"type": "string",
|
|
80132
|
+
"title": "`min_length:${string}`",
|
|
80133
|
+
"description": "a template literal",
|
|
80134
|
+
"pattern": "^min_length:[\\s\\S]*?$"
|
|
80135
|
+
}
|
|
80111
80136
|
]
|
|
80112
80137
|
},
|
|
80113
80138
|
"required_when": {
|
|
@@ -80168,10 +80193,26 @@
|
|
|
80168
80193
|
"type": "string"
|
|
80169
80194
|
},
|
|
80170
80195
|
"validation": {
|
|
80171
|
-
"
|
|
80172
|
-
|
|
80173
|
-
|
|
80174
|
-
|
|
80196
|
+
"anyOf": [
|
|
80197
|
+
{
|
|
80198
|
+
"type": "string",
|
|
80199
|
+
"enum": [
|
|
80200
|
+
"valid_email",
|
|
80201
|
+
"valid_countries"
|
|
80202
|
+
]
|
|
80203
|
+
},
|
|
80204
|
+
{
|
|
80205
|
+
"type": "string",
|
|
80206
|
+
"title": "`regex:${string}`",
|
|
80207
|
+
"description": "a template literal",
|
|
80208
|
+
"pattern": "^regex:[\\s\\S]*?$"
|
|
80209
|
+
},
|
|
80210
|
+
{
|
|
80211
|
+
"type": "string",
|
|
80212
|
+
"title": "`min_length:${string}`",
|
|
80213
|
+
"description": "a template literal",
|
|
80214
|
+
"pattern": "^min_length:[\\s\\S]*?$"
|
|
80215
|
+
}
|
|
80175
80216
|
]
|
|
80176
80217
|
},
|
|
80177
80218
|
"required_when": {
|
|
@@ -80231,10 +80272,26 @@
|
|
|
80231
80272
|
"type": "string"
|
|
80232
80273
|
},
|
|
80233
80274
|
"validation": {
|
|
80234
|
-
"
|
|
80235
|
-
|
|
80236
|
-
|
|
80237
|
-
|
|
80275
|
+
"anyOf": [
|
|
80276
|
+
{
|
|
80277
|
+
"type": "string",
|
|
80278
|
+
"enum": [
|
|
80279
|
+
"valid_email",
|
|
80280
|
+
"valid_countries"
|
|
80281
|
+
]
|
|
80282
|
+
},
|
|
80283
|
+
{
|
|
80284
|
+
"type": "string",
|
|
80285
|
+
"title": "`regex:${string}`",
|
|
80286
|
+
"description": "a template literal",
|
|
80287
|
+
"pattern": "^regex:[\\s\\S]*?$"
|
|
80288
|
+
},
|
|
80289
|
+
{
|
|
80290
|
+
"type": "string",
|
|
80291
|
+
"title": "`min_length:${string}`",
|
|
80292
|
+
"description": "a template literal",
|
|
80293
|
+
"pattern": "^min_length:[\\s\\S]*?$"
|
|
80294
|
+
}
|
|
80238
80295
|
]
|
|
80239
80296
|
},
|
|
80240
80297
|
"required_when": {
|
|
@@ -80270,10 +80327,26 @@
|
|
|
80270
80327
|
"type": "string"
|
|
80271
80328
|
},
|
|
80272
80329
|
"validation": {
|
|
80273
|
-
"
|
|
80274
|
-
|
|
80275
|
-
|
|
80276
|
-
|
|
80330
|
+
"anyOf": [
|
|
80331
|
+
{
|
|
80332
|
+
"type": "string",
|
|
80333
|
+
"enum": [
|
|
80334
|
+
"valid_email",
|
|
80335
|
+
"valid_countries"
|
|
80336
|
+
]
|
|
80337
|
+
},
|
|
80338
|
+
{
|
|
80339
|
+
"type": "string",
|
|
80340
|
+
"title": "`regex:${string}`",
|
|
80341
|
+
"description": "a template literal",
|
|
80342
|
+
"pattern": "^regex:[\\s\\S]*?$"
|
|
80343
|
+
},
|
|
80344
|
+
{
|
|
80345
|
+
"type": "string",
|
|
80346
|
+
"title": "`min_length:${string}`",
|
|
80347
|
+
"description": "a template literal",
|
|
80348
|
+
"pattern": "^min_length:[\\s\\S]*?$"
|
|
80349
|
+
}
|
|
80277
80350
|
]
|
|
80278
80351
|
},
|
|
80279
80352
|
"required_when": {
|
|
@@ -88671,16 +88744,16 @@
|
|
|
88671
88744
|
"properties": {
|
|
88672
88745
|
"connection": {
|
|
88673
88746
|
"properties": {
|
|
88674
|
-
"type": {
|
|
88675
|
-
"type": "string",
|
|
88676
|
-
"description": "The Identity Provider \"type\", for example Okta.",
|
|
88677
|
-
"example": "OktaSAML"
|
|
88678
|
-
},
|
|
88679
88747
|
"status": {
|
|
88680
88748
|
"type": "string",
|
|
88681
88749
|
"description": "Current status of the connection.",
|
|
88682
88750
|
"example": "linked"
|
|
88683
88751
|
},
|
|
88752
|
+
"type": {
|
|
88753
|
+
"type": "string",
|
|
88754
|
+
"description": "The Identity Provider \"type\", for example Okta.",
|
|
88755
|
+
"example": "OktaSAML"
|
|
88756
|
+
},
|
|
88684
88757
|
"state": {
|
|
88685
88758
|
"type": "string",
|
|
88686
88759
|
"description": "Current state of the connection.",
|
|
@@ -88698,8 +88771,8 @@
|
|
|
88698
88771
|
}
|
|
88699
88772
|
},
|
|
88700
88773
|
"required": [
|
|
88701
|
-
"type",
|
|
88702
88774
|
"status",
|
|
88775
|
+
"type",
|
|
88703
88776
|
"state",
|
|
88704
88777
|
"connectedAt"
|
|
88705
88778
|
],
|
|
@@ -89073,9 +89146,6 @@
|
|
|
89073
89146
|
},
|
|
89074
89147
|
"type": "array"
|
|
89075
89148
|
},
|
|
89076
|
-
"teamId": {
|
|
89077
|
-
"type": "string"
|
|
89078
|
-
},
|
|
89079
89149
|
"confirmed": {
|
|
89080
89150
|
"type": "boolean"
|
|
89081
89151
|
},
|
|
@@ -89128,6 +89198,9 @@
|
|
|
89128
89198
|
},
|
|
89129
89199
|
"type": "array"
|
|
89130
89200
|
},
|
|
89201
|
+
"teamId": {
|
|
89202
|
+
"type": "string"
|
|
89203
|
+
},
|
|
89131
89204
|
"createdAt": {
|
|
89132
89205
|
"type": "number"
|
|
89133
89206
|
},
|
|
@@ -89139,9 +89212,9 @@
|
|
|
89139
89212
|
"origin": {
|
|
89140
89213
|
"type": "string",
|
|
89141
89214
|
"enum": [
|
|
89142
|
-
"link",
|
|
89143
89215
|
"saml",
|
|
89144
89216
|
"mail",
|
|
89217
|
+
"link",
|
|
89145
89218
|
"import",
|
|
89146
89219
|
"teams",
|
|
89147
89220
|
"github",
|