@vercel/sdk 1.13.5 → 1.13.6

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 (131) hide show
  1. package/README.md +25 -20
  2. package/bin/mcp-server.js +1848 -1612
  3. package/bin/mcp-server.js.map +25 -22
  4. package/docs/sdks/connect/README.md +95 -0
  5. package/docs/sdks/projects/README.md +2 -0
  6. package/esm/__tests__/connect.test.d.ts +2 -0
  7. package/esm/__tests__/connect.test.d.ts.map +1 -0
  8. package/esm/__tests__/connect.test.js +36 -0
  9. package/esm/__tests__/connect.test.js.map +1 -0
  10. package/esm/__tests__/domains.test.js +11 -4
  11. package/esm/__tests__/domains.test.js.map +1 -1
  12. package/esm/__tests__/domainsregistrar.test.js +1 -1
  13. package/esm/__tests__/domainsregistrar.test.js.map +1 -1
  14. package/esm/__tests__/edgeconfig.test.js +6 -6
  15. package/esm/__tests__/integrations.test.js +1 -1
  16. package/esm/__tests__/logdrains.test.js +3 -1
  17. package/esm/__tests__/logdrains.test.js.map +1 -1
  18. package/esm/__tests__/rollingrelease.test.js +2 -5
  19. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  20. package/esm/__tests__/security.test.js +4 -4
  21. package/esm/__tests__/security.test.js.map +1 -1
  22. package/esm/funcs/connectUpdateSharedConnectLinks.d.ts +17 -0
  23. package/esm/funcs/connectUpdateSharedConnectLinks.d.ts.map +1 -0
  24. package/esm/funcs/connectUpdateSharedConnectLinks.js +90 -0
  25. package/esm/funcs/connectUpdateSharedConnectLinks.js.map +1 -0
  26. package/esm/funcs/projectsGetProjects.js +1 -0
  27. package/esm/funcs/projectsGetProjects.js.map +1 -1
  28. package/esm/lib/config.d.ts +3 -3
  29. package/esm/lib/config.js +3 -3
  30. package/esm/mcp-server/mcp-server.js +1 -1
  31. package/esm/mcp-server/server.d.ts.map +1 -1
  32. package/esm/mcp-server/server.js +3 -1
  33. package/esm/mcp-server/server.js.map +1 -1
  34. package/esm/mcp-server/tools/connectUpdateSharedConnectLinks.d.ts +7 -0
  35. package/esm/mcp-server/tools/connectUpdateSharedConnectLinks.d.ts.map +1 -0
  36. package/esm/mcp-server/tools/connectUpdateSharedConnectLinks.js +28 -0
  37. package/esm/mcp-server/tools/connectUpdateSharedConnectLinks.js.map +1 -0
  38. package/esm/models/buydomainsop.d.ts +1 -1
  39. package/esm/models/buysingledomainop.d.ts +1 -1
  40. package/esm/models/createintegrationstoredirectop.d.ts +291 -285
  41. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  42. package/esm/models/createintegrationstoredirectop.js +353 -351
  43. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  44. package/esm/models/createprojectop.d.ts +30 -30
  45. package/esm/models/createprojectop.d.ts.map +1 -1
  46. package/esm/models/createprojectop.js +18 -18
  47. package/esm/models/createprojectop.js.map +1 -1
  48. package/esm/models/getconfigurationproductsop.d.ts +375 -375
  49. package/esm/models/getconfigurationproductsop.js +465 -465
  50. package/esm/models/getdomainpriceop.d.ts +9 -9
  51. package/esm/models/getdomainpriceop.d.ts.map +1 -1
  52. package/esm/models/getdomainpriceop.js +6 -6
  53. package/esm/models/getdomainpriceop.js.map +1 -1
  54. package/esm/models/getintegrationresourceop.d.ts +3 -0
  55. package/esm/models/getintegrationresourceop.d.ts.map +1 -1
  56. package/esm/models/getintegrationresourceop.js +1 -0
  57. package/esm/models/getintegrationresourceop.js.map +1 -1
  58. package/esm/models/getintegrationresourcesop.d.ts +3 -0
  59. package/esm/models/getintegrationresourcesop.d.ts.map +1 -1
  60. package/esm/models/getintegrationresourcesop.js +1 -0
  61. package/esm/models/getintegrationresourcesop.js.map +1 -1
  62. package/esm/models/getorderop.d.ts +18 -9
  63. package/esm/models/getorderop.d.ts.map +1 -1
  64. package/esm/models/getorderop.js +6 -6
  65. package/esm/models/getorderop.js.map +1 -1
  66. package/esm/models/getprojectsop.d.ts +36 -0
  67. package/esm/models/getprojectsop.d.ts.map +1 -1
  68. package/esm/models/getprojectsop.js +24 -0
  69. package/esm/models/getprojectsop.js.map +1 -1
  70. package/esm/models/gettldpriceop.d.ts +8 -8
  71. package/esm/models/gettldpriceop.d.ts.map +1 -1
  72. package/esm/models/gettldpriceop.js +6 -6
  73. package/esm/models/gettldpriceop.js.map +1 -1
  74. package/esm/models/importresourceop.d.ts +3 -0
  75. package/esm/models/importresourceop.d.ts.map +1 -1
  76. package/esm/models/importresourceop.js +1 -0
  77. package/esm/models/importresourceop.js.map +1 -1
  78. package/esm/models/renewdomainop.d.ts +1 -1
  79. package/esm/models/transferindomainop.d.ts +1 -1
  80. package/esm/models/updateprojectop.d.ts +66 -30
  81. package/esm/models/updateprojectop.d.ts.map +1 -1
  82. package/esm/models/updateprojectop.js +45 -18
  83. package/esm/models/updateprojectop.js.map +1 -1
  84. package/esm/models/updatesharedconnectlinksop.d.ts +182 -0
  85. package/esm/models/updatesharedconnectlinksop.d.ts.map +1 -0
  86. package/esm/models/updatesharedconnectlinksop.js +179 -0
  87. package/esm/models/updatesharedconnectlinksop.js.map +1 -0
  88. package/esm/sdk/connect.d.ts +12 -0
  89. package/esm/sdk/connect.d.ts.map +1 -0
  90. package/esm/sdk/connect.js +18 -0
  91. package/esm/sdk/connect.js.map +1 -0
  92. package/esm/sdk/sdk.d.ts +3 -0
  93. package/esm/sdk/sdk.d.ts.map +1 -1
  94. package/esm/sdk/sdk.js +4 -0
  95. package/esm/sdk/sdk.js.map +1 -1
  96. package/examples/package-lock.json +1 -1
  97. package/jsr.json +1 -1
  98. package/package.json +1 -1
  99. package/src/__tests__/connect.test.ts +39 -0
  100. package/src/__tests__/domains.test.ts +11 -4
  101. package/src/__tests__/domainsregistrar.test.ts +1 -1
  102. package/src/__tests__/edgeconfig.test.ts +6 -6
  103. package/src/__tests__/integrations.test.ts +1 -1
  104. package/src/__tests__/logdrains.test.ts +3 -1
  105. package/src/__tests__/rollingrelease.test.ts +2 -5
  106. package/src/__tests__/security.test.ts +4 -4
  107. package/src/funcs/connectUpdateSharedConnectLinks.ts +181 -0
  108. package/src/funcs/projectsGetProjects.ts +1 -0
  109. package/src/lib/config.ts +3 -3
  110. package/src/mcp-server/mcp-server.ts +1 -1
  111. package/src/mcp-server/server.ts +3 -1
  112. package/src/mcp-server/tools/connectUpdateSharedConnectLinks.ts +38 -0
  113. package/src/models/buydomainsop.ts +1 -1
  114. package/src/models/buysingledomainop.ts +1 -1
  115. package/src/models/createintegrationstoredirectop.ts +606 -604
  116. package/src/models/createprojectop.ts +30 -30
  117. package/src/models/getconfigurationproductsop.ts +802 -802
  118. package/src/models/getdomainpriceop.ts +15 -15
  119. package/src/models/getintegrationresourceop.ts +1 -0
  120. package/src/models/getintegrationresourcesop.ts +1 -0
  121. package/src/models/getorderop.ts +24 -15
  122. package/src/models/getprojectsop.ts +40 -0
  123. package/src/models/gettldpriceop.ts +14 -14
  124. package/src/models/importresourceop.ts +1 -0
  125. package/src/models/renewdomainop.ts +1 -1
  126. package/src/models/transferindomainop.ts +1 -1
  127. package/src/models/updateprojectop.ts +101 -30
  128. package/src/models/updatesharedconnectlinksop.ts +402 -0
  129. package/src/sdk/connect.ts +30 -0
  130. package/src/sdk/sdk.ts +6 -0
  131. package/vercel-spec.json +390 -169
package/vercel-spec.json CHANGED
@@ -20691,15 +20691,21 @@
20691
20691
  "description": "The number of years the returned price is for."
20692
20692
  },
20693
20693
  "purchasePrice": {
20694
- "$ref": "#/components/schemas/Dollars",
20694
+ "type": "number",
20695
+ "description": "The base TLD price for purchasing a domain for the given number of years. If null, the TLD does not support purchasing domains for the given number of years.",
20696
+ "minimum": 0.01,
20695
20697
  "nullable": true
20696
20698
  },
20697
20699
  "renewalPrice": {
20698
- "$ref": "#/components/schemas/Dollars",
20700
+ "type": "number",
20701
+ "description": "The base TLD price for renewing a domain for the given number of years. If null, the TLD does not support renewing domains for the given number of years.",
20702
+ "minimum": 0.01,
20699
20703
  "nullable": true
20700
20704
  },
20701
20705
  "transferPrice": {
20702
- "$ref": "#/components/schemas/Dollars",
20706
+ "type": "number",
20707
+ "description": "The base TLD price for transferring a domain in for the given number of years. If null, the TLD does not support transferring domains in for the given number of years.",
20708
+ "minimum": 0.01,
20703
20709
  "nullable": true
20704
20710
  }
20705
20711
  },
@@ -20923,15 +20929,21 @@
20923
20929
  "type": "number"
20924
20930
  },
20925
20931
  "purchasePrice": {
20926
- "$ref": "#/components/schemas/Dollars",
20932
+ "type": "number",
20933
+ "description": "The price for purchasing this domain for the given number of years. If null, the domain is not available for purchase for the given number of years.",
20934
+ "minimum": 0.01,
20927
20935
  "nullable": true
20928
20936
  },
20929
20937
  "renewalPrice": {
20930
- "$ref": "#/components/schemas/Dollars",
20938
+ "type": "number",
20939
+ "description": "The price for renewing this domain for the given number of years. If null, the domain cannot be renewed for the given number of years.",
20940
+ "minimum": 0.01,
20931
20941
  "nullable": true
20932
20942
  },
20933
20943
  "transferPrice": {
20934
- "$ref": "#/components/schemas/Dollars",
20944
+ "type": "number",
20945
+ "description": "The price for transferring this domain in for the given number of years. If null, the domain cannot be transferred in for the given number of years.",
20946
+ "minimum": 0.01,
20935
20947
  "nullable": true
20936
20948
  }
20937
20949
  },
@@ -21425,7 +21437,9 @@
21425
21437
  "description": "The number of years to purchase the domain for."
21426
21438
  },
21427
21439
  "expectedPrice": {
21428
- "$ref": "#/components/schemas/Dollars"
21440
+ "type": "number",
21441
+ "description": "The expected price for the domain. Use the [Get price data for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-price-data-for-a-domain) endpoint to retrieve the price data for a domain.",
21442
+ "minimum": 0.01
21429
21443
  },
21430
21444
  "contactInformation": {
21431
21445
  "type": "object",
@@ -21675,7 +21689,9 @@
21675
21689
  "description": "The number of years to purchase the domain for."
21676
21690
  },
21677
21691
  "expectedPrice": {
21678
- "$ref": "#/components/schemas/Dollars"
21692
+ "type": "number",
21693
+ "description": "The expected price for the domain. Use the [Get price data for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-price-data-for-a-domain) endpoint to retrieve the price data for a domain.",
21694
+ "minimum": 0.01
21679
21695
  }
21680
21696
  },
21681
21697
  "additionalProperties": false
@@ -21917,7 +21933,9 @@
21917
21933
  "description": "The number of years to renew the domain for once it is transferred in. This must be a valid number of transfer years for the TLD."
21918
21934
  },
21919
21935
  "expectedPrice": {
21920
- "$ref": "#/components/schemas/Dollars"
21936
+ "type": "number",
21937
+ "description": "The expected price for the domain. Use the [Get price data for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-price-data-for-a-domain) endpoint to retrieve the price data for a domain.",
21938
+ "minimum": 0.01
21921
21939
  },
21922
21940
  "contactInformation": {
21923
21941
  "type": "object",
@@ -22278,7 +22296,9 @@
22278
22296
  "description": "The number of years to renew the domain for."
22279
22297
  },
22280
22298
  "expectedPrice": {
22281
- "$ref": "#/components/schemas/Dollars"
22299
+ "type": "number",
22300
+ "description": "The expected price for the domain. Use the [Get price data for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-price-data-for-a-domain) endpoint to retrieve the price data for a domain.",
22301
+ "minimum": 0.01
22282
22302
  },
22283
22303
  "contactInformation": {
22284
22304
  "type": "object",
@@ -22738,10 +22758,10 @@
22738
22758
  "required": [
22739
22759
  "purchaseType",
22740
22760
  "autoRenew",
22761
+ "years",
22741
22762
  "domainName",
22742
22763
  "status",
22743
- "price",
22744
- "years"
22764
+ "price"
22745
22765
  ],
22746
22766
  "properties": {
22747
22767
  "purchaseType": {
@@ -22753,6 +22773,10 @@
22753
22773
  "autoRenew": {
22754
22774
  "type": "boolean"
22755
22775
  },
22776
+ "years": {
22777
+ "type": "number",
22778
+ "description": "The number of years the domain is being purchased for."
22779
+ },
22756
22780
  "domainName": {
22757
22781
  "$ref": "#/components/schemas/DomainName"
22758
22782
  },
@@ -22767,10 +22791,9 @@
22767
22791
  ]
22768
22792
  },
22769
22793
  "price": {
22770
- "$ref": "#/components/schemas/Dollars"
22771
- },
22772
- "years": {
22773
- "type": "number"
22794
+ "type": "number",
22795
+ "description": "The price for the domain.",
22796
+ "minimum": 0.01
22774
22797
  }
22775
22798
  },
22776
22799
  "additionalProperties": false
@@ -22779,10 +22802,10 @@
22779
22802
  "type": "object",
22780
22803
  "required": [
22781
22804
  "purchaseType",
22805
+ "years",
22782
22806
  "domainName",
22783
22807
  "status",
22784
- "price",
22785
- "years"
22808
+ "price"
22786
22809
  ],
22787
22810
  "properties": {
22788
22811
  "purchaseType": {
@@ -22791,6 +22814,10 @@
22791
22814
  "renewal"
22792
22815
  ]
22793
22816
  },
22817
+ "years": {
22818
+ "type": "number",
22819
+ "description": "The number of years the domain is being renewed for."
22820
+ },
22794
22821
  "domainName": {
22795
22822
  "$ref": "#/components/schemas/DomainName"
22796
22823
  },
@@ -22805,10 +22832,9 @@
22805
22832
  ]
22806
22833
  },
22807
22834
  "price": {
22808
- "$ref": "#/components/schemas/Dollars"
22809
- },
22810
- "years": {
22811
- "type": "number"
22835
+ "type": "number",
22836
+ "description": "The price for the domain.",
22837
+ "minimum": 0.01
22812
22838
  }
22813
22839
  },
22814
22840
  "additionalProperties": false
@@ -22818,10 +22844,10 @@
22818
22844
  "required": [
22819
22845
  "purchaseType",
22820
22846
  "autoRenew",
22847
+ "years",
22821
22848
  "domainName",
22822
22849
  "status",
22823
- "price",
22824
- "years"
22850
+ "price"
22825
22851
  ],
22826
22852
  "properties": {
22827
22853
  "purchaseType": {
@@ -22833,6 +22859,10 @@
22833
22859
  "autoRenew": {
22834
22860
  "type": "boolean"
22835
22861
  },
22862
+ "years": {
22863
+ "type": "number",
22864
+ "description": "The number of years the domain is being transferred for."
22865
+ },
22836
22866
  "domainName": {
22837
22867
  "$ref": "#/components/schemas/DomainName"
22838
22868
  },
@@ -22847,10 +22877,9 @@
22847
22877
  ]
22848
22878
  },
22849
22879
  "price": {
22850
- "$ref": "#/components/schemas/Dollars"
22851
- },
22852
- "years": {
22853
- "type": "number"
22880
+ "type": "number",
22881
+ "description": "The price for the domain.",
22882
+ "minimum": 0.01
22854
22883
  }
22855
22884
  },
22856
22885
  "additionalProperties": false
@@ -27491,6 +27520,7 @@
27491
27520
  "enum": [
27492
27521
  "ready",
27493
27522
  "pending",
27523
+ "onboarding",
27494
27524
  "suspended",
27495
27525
  "resumed",
27496
27526
  "uninstalled",
@@ -27666,6 +27696,7 @@
27666
27696
  "enum": [
27667
27697
  "ready",
27668
27698
  "pending",
27699
+ "onboarding",
27669
27700
  "suspended",
27670
27701
  "resumed",
27671
27702
  "uninstalled",
@@ -27953,6 +27984,7 @@
27953
27984
  "enum": [
27954
27985
  "ready",
27955
27986
  "pending",
27987
+ "onboarding",
27956
27988
  "suspended",
27957
27989
  "resumed",
27958
27990
  "uninstalled",
@@ -30690,34 +30722,34 @@
30690
30722
  "minLength": {
30691
30723
  "type": "object",
30692
30724
  "properties": {
30693
- "__@BRAND@544285": {
30725
+ "__@BRAND@544364": {
30694
30726
  "type": "object"
30695
30727
  }
30696
30728
  },
30697
30729
  "required": [
30698
- "__@BRAND@544285"
30730
+ "__@BRAND@544364"
30699
30731
  ]
30700
30732
  },
30701
30733
  "maxLength": {
30702
30734
  "type": "object",
30703
30735
  "properties": {
30704
- "__@BRAND@544285": {
30736
+ "__@BRAND@544364": {
30705
30737
  "type": "object"
30706
30738
  }
30707
30739
  },
30708
30740
  "required": [
30709
- "__@BRAND@544285"
30741
+ "__@BRAND@544364"
30710
30742
  ]
30711
30743
  },
30712
30744
  "pattern": {
30713
30745
  "type": "object",
30714
30746
  "properties": {
30715
- "__@BRAND@544285": {
30747
+ "__@BRAND@544364": {
30716
30748
  "type": "object"
30717
30749
  }
30718
30750
  },
30719
30751
  "required": [
30720
- "__@BRAND@544285"
30752
+ "__@BRAND@544364"
30721
30753
  ]
30722
30754
  },
30723
30755
  "default": {
@@ -31400,34 +31432,34 @@
31400
31432
  "minLength": {
31401
31433
  "type": "object",
31402
31434
  "properties": {
31403
- "__@BRAND@544285": {
31435
+ "__@BRAND@544364": {
31404
31436
  "type": "object"
31405
31437
  }
31406
31438
  },
31407
31439
  "required": [
31408
- "__@BRAND@544285"
31440
+ "__@BRAND@544364"
31409
31441
  ]
31410
31442
  },
31411
31443
  "maxLength": {
31412
31444
  "type": "object",
31413
31445
  "properties": {
31414
- "__@BRAND@544285": {
31446
+ "__@BRAND@544364": {
31415
31447
  "type": "object"
31416
31448
  }
31417
31449
  },
31418
31450
  "required": [
31419
- "__@BRAND@544285"
31451
+ "__@BRAND@544364"
31420
31452
  ]
31421
31453
  },
31422
31454
  "pattern": {
31423
31455
  "type": "object",
31424
31456
  "properties": {
31425
- "__@BRAND@544285": {
31457
+ "__@BRAND@544364": {
31426
31458
  "type": "object"
31427
31459
  }
31428
31460
  },
31429
31461
  "required": [
31430
- "__@BRAND@544285"
31462
+ "__@BRAND@544364"
31431
31463
  ]
31432
31464
  },
31433
31465
  "default": {
@@ -31585,34 +31617,34 @@
31585
31617
  "minLength": {
31586
31618
  "type": "object",
31587
31619
  "properties": {
31588
- "__@BRAND@544285": {
31620
+ "__@BRAND@544364": {
31589
31621
  "type": "object"
31590
31622
  }
31591
31623
  },
31592
31624
  "required": [
31593
- "__@BRAND@544285"
31625
+ "__@BRAND@544364"
31594
31626
  ]
31595
31627
  },
31596
31628
  "maxLength": {
31597
31629
  "type": "object",
31598
31630
  "properties": {
31599
- "__@BRAND@544285": {
31631
+ "__@BRAND@544364": {
31600
31632
  "type": "object"
31601
31633
  }
31602
31634
  },
31603
31635
  "required": [
31604
- "__@BRAND@544285"
31636
+ "__@BRAND@544364"
31605
31637
  ]
31606
31638
  },
31607
31639
  "pattern": {
31608
31640
  "type": "object",
31609
31641
  "properties": {
31610
- "__@BRAND@544285": {
31642
+ "__@BRAND@544364": {
31611
31643
  "type": "object"
31612
31644
  }
31613
31645
  },
31614
31646
  "required": [
31615
- "__@BRAND@544285"
31647
+ "__@BRAND@544364"
31616
31648
  ]
31617
31649
  },
31618
31650
  "default": {
@@ -31923,12 +31955,12 @@
31923
31955
  {
31924
31956
  "type": "object",
31925
31957
  "properties": {
31926
- "__@BRAND@544285": {
31958
+ "__@BRAND@544364": {
31927
31959
  "type": "object"
31928
31960
  }
31929
31961
  },
31930
31962
  "required": [
31931
- "__@BRAND@544285"
31963
+ "__@BRAND@544364"
31932
31964
  ]
31933
31965
  },
31934
31966
  {
@@ -31936,12 +31968,12 @@
31936
31968
  "value": {
31937
31969
  "type": "object",
31938
31970
  "properties": {
31939
- "__@BRAND@544285": {
31971
+ "__@BRAND@544364": {
31940
31972
  "type": "object"
31941
31973
  }
31942
31974
  },
31943
31975
  "required": [
31944
- "__@BRAND@544285"
31976
+ "__@BRAND@544364"
31945
31977
  ]
31946
31978
  },
31947
31979
  "disabled": {
@@ -32010,34 +32042,34 @@
32010
32042
  "minLength": {
32011
32043
  "type": "object",
32012
32044
  "properties": {
32013
- "__@BRAND@544285": {
32045
+ "__@BRAND@544364": {
32014
32046
  "type": "object"
32015
32047
  }
32016
32048
  },
32017
32049
  "required": [
32018
- "__@BRAND@544285"
32050
+ "__@BRAND@544364"
32019
32051
  ]
32020
32052
  },
32021
32053
  "maxLength": {
32022
32054
  "type": "object",
32023
32055
  "properties": {
32024
- "__@BRAND@544285": {
32056
+ "__@BRAND@544364": {
32025
32057
  "type": "object"
32026
32058
  }
32027
32059
  },
32028
32060
  "required": [
32029
- "__@BRAND@544285"
32061
+ "__@BRAND@544364"
32030
32062
  ]
32031
32063
  },
32032
32064
  "pattern": {
32033
32065
  "type": "object",
32034
32066
  "properties": {
32035
- "__@BRAND@544285": {
32067
+ "__@BRAND@544364": {
32036
32068
  "type": "object"
32037
32069
  }
32038
32070
  },
32039
32071
  "required": [
32040
- "__@BRAND@544285"
32072
+ "__@BRAND@544364"
32041
32073
  ]
32042
32074
  },
32043
32075
  "default": {
@@ -32195,34 +32227,34 @@
32195
32227
  "minLength": {
32196
32228
  "type": "object",
32197
32229
  "properties": {
32198
- "__@BRAND@544285": {
32230
+ "__@BRAND@544364": {
32199
32231
  "type": "object"
32200
32232
  }
32201
32233
  },
32202
32234
  "required": [
32203
- "__@BRAND@544285"
32235
+ "__@BRAND@544364"
32204
32236
  ]
32205
32237
  },
32206
32238
  "maxLength": {
32207
32239
  "type": "object",
32208
32240
  "properties": {
32209
- "__@BRAND@544285": {
32241
+ "__@BRAND@544364": {
32210
32242
  "type": "object"
32211
32243
  }
32212
32244
  },
32213
32245
  "required": [
32214
- "__@BRAND@544285"
32246
+ "__@BRAND@544364"
32215
32247
  ]
32216
32248
  },
32217
32249
  "pattern": {
32218
32250
  "type": "object",
32219
32251
  "properties": {
32220
- "__@BRAND@544285": {
32252
+ "__@BRAND@544364": {
32221
32253
  "type": "object"
32222
32254
  }
32223
32255
  },
32224
32256
  "required": [
32225
- "__@BRAND@544285"
32257
+ "__@BRAND@544364"
32226
32258
  ]
32227
32259
  },
32228
32260
  "default": {
@@ -32311,12 +32343,12 @@
32311
32343
  {
32312
32344
  "type": "object",
32313
32345
  "properties": {
32314
- "__@BRAND@544285": {
32346
+ "__@BRAND@544364": {
32315
32347
  "type": "object"
32316
32348
  }
32317
32349
  },
32318
32350
  "required": [
32319
- "__@BRAND@544285"
32351
+ "__@BRAND@544364"
32320
32352
  ]
32321
32353
  },
32322
32354
  {
@@ -32324,12 +32356,12 @@
32324
32356
  "value": {
32325
32357
  "type": "object",
32326
32358
  "properties": {
32327
- "__@BRAND@544285": {
32359
+ "__@BRAND@544364": {
32328
32360
  "type": "object"
32329
32361
  }
32330
32362
  },
32331
32363
  "required": [
32332
- "__@BRAND@544285"
32364
+ "__@BRAND@544364"
32333
32365
  ]
32334
32366
  },
32335
32367
  "disabled": {
@@ -32515,12 +32547,12 @@
32515
32547
  "items": {
32516
32548
  "type": "object",
32517
32549
  "properties": {
32518
- "__@BRAND@544285": {
32550
+ "__@BRAND@544364": {
32519
32551
  "type": "object"
32520
32552
  }
32521
32553
  },
32522
32554
  "required": [
32523
- "__@BRAND@544285"
32555
+ "__@BRAND@544364"
32524
32556
  ]
32525
32557
  },
32526
32558
  "type": "array"
@@ -32529,12 +32561,12 @@
32529
32561
  "items": {
32530
32562
  "type": "object",
32531
32563
  "properties": {
32532
- "__@BRAND@544285": {
32564
+ "__@BRAND@544364": {
32533
32565
  "type": "object"
32534
32566
  }
32535
32567
  },
32536
32568
  "required": [
32537
- "__@BRAND@544285"
32569
+ "__@BRAND@544364"
32538
32570
  ]
32539
32571
  },
32540
32572
  "type": "array"
@@ -32568,34 +32600,34 @@
32568
32600
  "minLength": {
32569
32601
  "type": "object",
32570
32602
  "properties": {
32571
- "__@BRAND@544285": {
32603
+ "__@BRAND@544364": {
32572
32604
  "type": "object"
32573
32605
  }
32574
32606
  },
32575
32607
  "required": [
32576
- "__@BRAND@544285"
32608
+ "__@BRAND@544364"
32577
32609
  ]
32578
32610
  },
32579
32611
  "maxLength": {
32580
32612
  "type": "object",
32581
32613
  "properties": {
32582
- "__@BRAND@544285": {
32614
+ "__@BRAND@544364": {
32583
32615
  "type": "object"
32584
32616
  }
32585
32617
  },
32586
32618
  "required": [
32587
- "__@BRAND@544285"
32619
+ "__@BRAND@544364"
32588
32620
  ]
32589
32621
  },
32590
32622
  "pattern": {
32591
32623
  "type": "object",
32592
32624
  "properties": {
32593
- "__@BRAND@544285": {
32625
+ "__@BRAND@544364": {
32594
32626
  "type": "object"
32595
32627
  }
32596
32628
  },
32597
32629
  "required": [
32598
- "__@BRAND@544285"
32630
+ "__@BRAND@544364"
32599
32631
  ]
32600
32632
  },
32601
32633
  "default": {
@@ -32729,12 +32761,12 @@
32729
32761
  "value": {
32730
32762
  "type": "object",
32731
32763
  "properties": {
32732
- "__@BRAND@544285": {
32764
+ "__@BRAND@544364": {
32733
32765
  "type": "object"
32734
32766
  }
32735
32767
  },
32736
32768
  "required": [
32737
- "__@BRAND@544285"
32769
+ "__@BRAND@544364"
32738
32770
  ]
32739
32771
  },
32740
32772
  "disabled": {
@@ -39432,6 +39464,20 @@
39432
39464
  "example": "1"
39433
39465
  }
39434
39466
  },
39467
+ {
39468
+ "name": "staticIpsEnabled",
39469
+ "description": "Filter results by projects with Static IPs enabled",
39470
+ "in": "query",
39471
+ "schema": {
39472
+ "description": "Filter results by projects with Static IPs enabled",
39473
+ "enum": [
39474
+ "0",
39475
+ "1"
39476
+ ],
39477
+ "example": "1",
39478
+ "type": "string"
39479
+ }
39480
+ },
39435
39481
  {
39436
39482
  "description": "The Team identifier to perform the request on behalf of.",
39437
39483
  "in": "query",
@@ -39784,10 +39830,10 @@
39784
39830
  "type": "string",
39785
39831
  "enum": [
39786
39832
  "system",
39787
- "secret",
39788
39833
  "encrypted",
39789
39834
  "plain",
39790
- "sensitive"
39835
+ "sensitive",
39836
+ "secret"
39791
39837
  ]
39792
39838
  },
39793
39839
  "sunsetSecretId": {
@@ -40792,17 +40838,17 @@
40792
40838
  "github-limited"
40793
40839
  ]
40794
40840
  },
40795
- "updatedAt": {
40841
+ "repo": {
40842
+ "type": "string"
40843
+ },
40844
+ "repoId": {
40796
40845
  "type": "number"
40797
40846
  },
40798
40847
  "createdAt": {
40799
40848
  "type": "number"
40800
40849
  },
40801
- "repo": {
40802
- "type": "string"
40803
- },
40804
- "sourceless": {
40805
- "type": "boolean"
40850
+ "updatedAt": {
40851
+ "type": "number"
40806
40852
  },
40807
40853
  "org": {
40808
40854
  "type": "string"
@@ -40811,9 +40857,6 @@
40811
40857
  "type": "number",
40812
40858
  "description": "A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes."
40813
40859
  },
40814
- "repoId": {
40815
- "type": "number"
40816
- },
40817
40860
  "deployHooks": {
40818
40861
  "items": {
40819
40862
  "properties": {
@@ -40846,6 +40889,9 @@
40846
40889
  "gitCredentialId": {
40847
40890
  "type": "string"
40848
40891
  },
40892
+ "sourceless": {
40893
+ "type": "boolean"
40894
+ },
40849
40895
  "productionBranch": {
40850
40896
  "type": "string"
40851
40897
  }
@@ -41236,6 +41282,9 @@
41236
41282
  },
41237
41283
  "resourceConfig": {
41238
41284
  "properties": {
41285
+ "elasticConcurrencyEnabled": {
41286
+ "type": "boolean"
41287
+ },
41239
41288
  "fluid": {
41240
41289
  "type": "boolean"
41241
41290
  },
@@ -41259,9 +41308,6 @@
41259
41308
  "functionZeroConfigFailover": {
41260
41309
  "type": "boolean"
41261
41310
  },
41262
- "elasticConcurrencyEnabled": {
41263
- "type": "boolean"
41264
- },
41265
41311
  "buildMachineType": {
41266
41312
  "type": "string",
41267
41313
  "enum": [
@@ -41362,6 +41408,9 @@
41362
41408
  },
41363
41409
  "defaultResourceConfig": {
41364
41410
  "properties": {
41411
+ "elasticConcurrencyEnabled": {
41412
+ "type": "boolean"
41413
+ },
41365
41414
  "fluid": {
41366
41415
  "type": "boolean"
41367
41416
  },
@@ -41385,9 +41434,6 @@
41385
41434
  "functionZeroConfigFailover": {
41386
41435
  "type": "boolean"
41387
41436
  },
41388
- "elasticConcurrencyEnabled": {
41389
- "type": "boolean"
41390
- },
41391
41437
  "buildMachineType": {
41392
41438
  "type": "string",
41393
41439
  "enum": [
@@ -41432,8 +41478,8 @@
41432
41478
  "deploymentType": {
41433
41479
  "type": "string",
41434
41480
  "enum": [
41435
- "all",
41436
41481
  "preview",
41482
+ "all",
41437
41483
  "prod_deployment_urls_and_all_previews",
41438
41484
  "all_except_custom_domains"
41439
41485
  ]
@@ -43174,11 +43220,11 @@
43174
43220
  "deploymentType": {
43175
43221
  "type": "string",
43176
43222
  "enum": [
43177
- "all",
43178
43223
  "preview",
43224
+ "production",
43225
+ "all",
43179
43226
  "prod_deployment_urls_and_all_previews",
43180
- "all_except_custom_domains",
43181
- "production"
43227
+ "all_except_custom_domains"
43182
43228
  ]
43183
43229
  },
43184
43230
  "addresses": {
@@ -43218,11 +43264,11 @@
43218
43264
  "deploymentType": {
43219
43265
  "type": "string",
43220
43266
  "enum": [
43221
- "all",
43222
43267
  "preview",
43268
+ "production",
43269
+ "all",
43223
43270
  "prod_deployment_urls_and_all_previews",
43224
- "all_except_custom_domains",
43225
- "production"
43271
+ "all_except_custom_domains"
43226
43272
  ]
43227
43273
  }
43228
43274
  },
@@ -49377,10 +49423,10 @@
49377
49423
  "type": "string",
49378
49424
  "enum": [
49379
49425
  "system",
49380
- "secret",
49381
49426
  "encrypted",
49382
49427
  "plain",
49383
- "sensitive"
49428
+ "sensitive",
49429
+ "secret"
49384
49430
  ]
49385
49431
  },
49386
49432
  "sunsetSecretId": {
@@ -50385,17 +50431,17 @@
50385
50431
  "github-limited"
50386
50432
  ]
50387
50433
  },
50388
- "updatedAt": {
50434
+ "repo": {
50435
+ "type": "string"
50436
+ },
50437
+ "repoId": {
50389
50438
  "type": "number"
50390
50439
  },
50391
50440
  "createdAt": {
50392
50441
  "type": "number"
50393
50442
  },
50394
- "repo": {
50395
- "type": "string"
50396
- },
50397
- "sourceless": {
50398
- "type": "boolean"
50443
+ "updatedAt": {
50444
+ "type": "number"
50399
50445
  },
50400
50446
  "org": {
50401
50447
  "type": "string"
@@ -50404,9 +50450,6 @@
50404
50450
  "type": "number",
50405
50451
  "description": "A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes."
50406
50452
  },
50407
- "repoId": {
50408
- "type": "number"
50409
- },
50410
50453
  "deployHooks": {
50411
50454
  "items": {
50412
50455
  "properties": {
@@ -50439,6 +50482,9 @@
50439
50482
  "gitCredentialId": {
50440
50483
  "type": "string"
50441
50484
  },
50485
+ "sourceless": {
50486
+ "type": "boolean"
50487
+ },
50442
50488
  "productionBranch": {
50443
50489
  "type": "string"
50444
50490
  }
@@ -50829,6 +50875,9 @@
50829
50875
  },
50830
50876
  "resourceConfig": {
50831
50877
  "properties": {
50878
+ "elasticConcurrencyEnabled": {
50879
+ "type": "boolean"
50880
+ },
50832
50881
  "fluid": {
50833
50882
  "type": "boolean"
50834
50883
  },
@@ -50852,9 +50901,6 @@
50852
50901
  "functionZeroConfigFailover": {
50853
50902
  "type": "boolean"
50854
50903
  },
50855
- "elasticConcurrencyEnabled": {
50856
- "type": "boolean"
50857
- },
50858
50904
  "buildMachineType": {
50859
50905
  "type": "string",
50860
50906
  "enum": [
@@ -50955,6 +51001,9 @@
50955
51001
  },
50956
51002
  "defaultResourceConfig": {
50957
51003
  "properties": {
51004
+ "elasticConcurrencyEnabled": {
51005
+ "type": "boolean"
51006
+ },
50958
51007
  "fluid": {
50959
51008
  "type": "boolean"
50960
51009
  },
@@ -50978,9 +51027,6 @@
50978
51027
  "functionZeroConfigFailover": {
50979
51028
  "type": "boolean"
50980
51029
  },
50981
- "elasticConcurrencyEnabled": {
50982
- "type": "boolean"
50983
- },
50984
51030
  "buildMachineType": {
50985
51031
  "type": "string",
50986
51032
  "enum": [
@@ -51025,8 +51071,8 @@
51025
51071
  "deploymentType": {
51026
51072
  "type": "string",
51027
51073
  "enum": [
51028
- "all",
51029
51074
  "preview",
51075
+ "all",
51030
51076
  "prod_deployment_urls_and_all_previews",
51031
51077
  "all_except_custom_domains"
51032
51078
  ]
@@ -52767,11 +52813,11 @@
52767
52813
  "deploymentType": {
52768
52814
  "type": "string",
52769
52815
  "enum": [
52770
- "all",
52771
52816
  "preview",
52817
+ "production",
52818
+ "all",
52772
52819
  "prod_deployment_urls_and_all_previews",
52773
- "all_except_custom_domains",
52774
- "production"
52820
+ "all_except_custom_domains"
52775
52821
  ]
52776
52822
  },
52777
52823
  "addresses": {
@@ -52811,11 +52857,11 @@
52811
52857
  "deploymentType": {
52812
52858
  "type": "string",
52813
52859
  "enum": [
52814
- "all",
52815
52860
  "preview",
52861
+ "production",
52862
+ "all",
52816
52863
  "prod_deployment_urls_and_all_previews",
52817
- "all_except_custom_domains",
52818
- "production"
52864
+ "all_except_custom_domains"
52819
52865
  ]
52820
52866
  }
52821
52867
  },
@@ -53923,6 +53969,20 @@
53923
53969
  "description": "Opt-in to skip deployments when there are no changes to the root directory and its dependencies",
53924
53970
  "type": "boolean"
53925
53971
  },
53972
+ "staticIps": {
53973
+ "additionalProperties": false,
53974
+ "description": "Manage Static IPs for this project",
53975
+ "properties": {
53976
+ "enabled": {
53977
+ "description": "Opt-in to Static IPs for this project",
53978
+ "type": "boolean"
53979
+ }
53980
+ },
53981
+ "required": [
53982
+ "enabled"
53983
+ ],
53984
+ "type": "object"
53985
+ },
53926
53986
  "oidcTokenConfig": {
53927
53987
  "description": "OpenID Connect JSON Web Token generation configuration.",
53928
53988
  "type": "object",
@@ -54191,6 +54251,170 @@
54191
54251
  ]
54192
54252
  }
54193
54253
  },
54254
+ "/v1/projects/{idOrName}/shared-connect-links": {
54255
+ "patch": {
54256
+ "description": "Allows updating project connections to shared Secure Compute networks.",
54257
+ "operationId": "updateSharedConnectLinks",
54258
+ "security": [
54259
+ {
54260
+ "bearerToken": []
54261
+ }
54262
+ ],
54263
+ "summary": "Update project connections to shared Secure Compute networks",
54264
+ "tags": [
54265
+ "connect"
54266
+ ],
54267
+ "responses": {
54268
+ "200": {
54269
+ "description": "",
54270
+ "content": {
54271
+ "application/json": {
54272
+ "schema": {
54273
+ "items": {
54274
+ "properties": {
54275
+ "envId": {
54276
+ "oneOf": [
54277
+ {
54278
+ "type": "string"
54279
+ },
54280
+ {
54281
+ "type": "string",
54282
+ "enum": [
54283
+ "preview",
54284
+ "production"
54285
+ ]
54286
+ }
54287
+ ]
54288
+ },
54289
+ "connectConfigurationId": {
54290
+ "type": "string"
54291
+ },
54292
+ "dc": {
54293
+ "type": "string"
54294
+ },
54295
+ "passive": {
54296
+ "type": "boolean"
54297
+ },
54298
+ "buildsEnabled": {
54299
+ "type": "boolean"
54300
+ },
54301
+ "aws": {
54302
+ "properties": {
54303
+ "subnetIds": {
54304
+ "items": {
54305
+ "type": "string"
54306
+ },
54307
+ "type": "array"
54308
+ },
54309
+ "securityGroupId": {
54310
+ "type": "string"
54311
+ }
54312
+ },
54313
+ "required": [
54314
+ "subnetIds",
54315
+ "securityGroupId"
54316
+ ],
54317
+ "type": "object"
54318
+ },
54319
+ "createdAt": {
54320
+ "type": "number"
54321
+ },
54322
+ "updatedAt": {
54323
+ "type": "number"
54324
+ }
54325
+ },
54326
+ "required": [
54327
+ "envId",
54328
+ "connectConfigurationId",
54329
+ "passive",
54330
+ "buildsEnabled",
54331
+ "createdAt",
54332
+ "updatedAt"
54333
+ ],
54334
+ "type": "object"
54335
+ },
54336
+ "type": "array"
54337
+ }
54338
+ }
54339
+ }
54340
+ },
54341
+ "400": {
54342
+ "description": "One of the provided values in the request body is invalid.\nOne of the provided values in the request query is invalid."
54343
+ },
54344
+ "401": {
54345
+ "description": "The request is not authorized."
54346
+ },
54347
+ "402": {
54348
+ "description": ""
54349
+ },
54350
+ "403": {
54351
+ "description": "You do not have permission to access this resource."
54352
+ },
54353
+ "404": {
54354
+ "description": ""
54355
+ },
54356
+ "500": {
54357
+ "description": ""
54358
+ }
54359
+ },
54360
+ "parameters": [
54361
+ {
54362
+ "name": "idOrName",
54363
+ "description": "The unique project identifier or the project name",
54364
+ "in": "path",
54365
+ "required": true,
54366
+ "schema": {
54367
+ "description": "The unique project identifier or the project name",
54368
+ "type": "string"
54369
+ }
54370
+ },
54371
+ {
54372
+ "description": "The Team identifier to perform the request on behalf of.",
54373
+ "in": "query",
54374
+ "name": "teamId",
54375
+ "schema": {
54376
+ "type": "string",
54377
+ "example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
54378
+ }
54379
+ },
54380
+ {
54381
+ "description": "The Team slug to perform the request on behalf of.",
54382
+ "in": "query",
54383
+ "name": "slug",
54384
+ "schema": {
54385
+ "type": "string",
54386
+ "example": "my-team-url-slug"
54387
+ }
54388
+ }
54389
+ ],
54390
+ "requestBody": {
54391
+ "content": {
54392
+ "application/json": {
54393
+ "schema": {
54394
+ "type": "object",
54395
+ "properties": {
54396
+ "regions": {
54397
+ "type": "array",
54398
+ "items": {
54399
+ "type": "string",
54400
+ "maxLength": 4,
54401
+ "description": "The region of shared Secure Compute network to connect to.",
54402
+ "example": "iad1"
54403
+ },
54404
+ "minItems": 0,
54405
+ "maxItems": 3,
54406
+ "uniqueItems": true
54407
+ }
54408
+ },
54409
+ "required": [
54410
+ "regions"
54411
+ ]
54412
+ }
54413
+ }
54414
+ }
54415
+ }
54416
+ }
54417
+ },
54194
54418
  "/v9/projects/{idOrName}/custom-environments": {
54195
54419
  "post": {
54196
54420
  "description": "Creates a custom environment for the current project. Cannot be named 'Production' or 'Preview'.",
@@ -69565,6 +69789,7 @@
69565
69789
  "limits-exceeded-suspended",
69566
69790
  "limits-exceeded-suspended-store-count",
69567
69791
  "initializing",
69792
+ "onboarding",
69568
69793
  "uninstalled"
69569
69794
  ]
69570
69795
  },
@@ -69630,6 +69855,7 @@
69630
69855
  "enum": [
69631
69856
  "error",
69632
69857
  "suspended",
69858
+ "onboarding",
69633
69859
  "uninstalled",
69634
69860
  "ready",
69635
69861
  "pending",
@@ -69710,34 +69936,34 @@
69710
69936
  "maxLength": {
69711
69937
  "type": "object",
69712
69938
  "properties": {
69713
- "__@BRAND@8494": {
69939
+ "__@BRAND@8495": {
69714
69940
  "type": "object"
69715
69941
  }
69716
69942
  },
69717
69943
  "required": [
69718
- "__@BRAND@8494"
69944
+ "__@BRAND@8495"
69719
69945
  ]
69720
69946
  },
69721
69947
  "minLength": {
69722
69948
  "type": "object",
69723
69949
  "properties": {
69724
- "__@BRAND@8494": {
69950
+ "__@BRAND@8495": {
69725
69951
  "type": "object"
69726
69952
  }
69727
69953
  },
69728
69954
  "required": [
69729
- "__@BRAND@8494"
69955
+ "__@BRAND@8495"
69730
69956
  ]
69731
69957
  },
69732
69958
  "pattern": {
69733
69959
  "type": "object",
69734
69960
  "properties": {
69735
- "__@BRAND@8494": {
69961
+ "__@BRAND@8495": {
69736
69962
  "type": "object"
69737
69963
  }
69738
69964
  },
69739
69965
  "required": [
69740
- "__@BRAND@8494"
69966
+ "__@BRAND@8495"
69741
69967
  ]
69742
69968
  },
69743
69969
  "description": {
@@ -70420,34 +70646,34 @@
70420
70646
  "maxLength": {
70421
70647
  "type": "object",
70422
70648
  "properties": {
70423
- "__@BRAND@8494": {
70649
+ "__@BRAND@8495": {
70424
70650
  "type": "object"
70425
70651
  }
70426
70652
  },
70427
70653
  "required": [
70428
- "__@BRAND@8494"
70654
+ "__@BRAND@8495"
70429
70655
  ]
70430
70656
  },
70431
70657
  "minLength": {
70432
70658
  "type": "object",
70433
70659
  "properties": {
70434
- "__@BRAND@8494": {
70660
+ "__@BRAND@8495": {
70435
70661
  "type": "object"
70436
70662
  }
70437
70663
  },
70438
70664
  "required": [
70439
- "__@BRAND@8494"
70665
+ "__@BRAND@8495"
70440
70666
  ]
70441
70667
  },
70442
70668
  "pattern": {
70443
70669
  "type": "object",
70444
70670
  "properties": {
70445
- "__@BRAND@8494": {
70671
+ "__@BRAND@8495": {
70446
70672
  "type": "object"
70447
70673
  }
70448
70674
  },
70449
70675
  "required": [
70450
- "__@BRAND@8494"
70676
+ "__@BRAND@8495"
70451
70677
  ]
70452
70678
  },
70453
70679
  "description": {
@@ -70596,34 +70822,34 @@
70596
70822
  "minLength": {
70597
70823
  "type": "object",
70598
70824
  "properties": {
70599
- "__@BRAND@8494": {
70825
+ "__@BRAND@8495": {
70600
70826
  "type": "object"
70601
70827
  }
70602
70828
  },
70603
70829
  "required": [
70604
- "__@BRAND@8494"
70830
+ "__@BRAND@8495"
70605
70831
  ]
70606
70832
  },
70607
70833
  "maxLength": {
70608
70834
  "type": "object",
70609
70835
  "properties": {
70610
- "__@BRAND@8494": {
70836
+ "__@BRAND@8495": {
70611
70837
  "type": "object"
70612
70838
  }
70613
70839
  },
70614
70840
  "required": [
70615
- "__@BRAND@8494"
70841
+ "__@BRAND@8495"
70616
70842
  ]
70617
70843
  },
70618
70844
  "pattern": {
70619
70845
  "type": "object",
70620
70846
  "properties": {
70621
- "__@BRAND@8494": {
70847
+ "__@BRAND@8495": {
70622
70848
  "type": "object"
70623
70849
  }
70624
70850
  },
70625
70851
  "required": [
70626
- "__@BRAND@8494"
70852
+ "__@BRAND@8495"
70627
70853
  ]
70628
70854
  },
70629
70855
  "default": {
@@ -70940,12 +71166,12 @@
70940
71166
  {
70941
71167
  "type": "object",
70942
71168
  "properties": {
70943
- "__@BRAND@8494": {
71169
+ "__@BRAND@8495": {
70944
71170
  "type": "object"
70945
71171
  }
70946
71172
  },
70947
71173
  "required": [
70948
- "__@BRAND@8494"
71174
+ "__@BRAND@8495"
70949
71175
  ]
70950
71176
  },
70951
71177
  {
@@ -70953,12 +71179,12 @@
70953
71179
  "value": {
70954
71180
  "type": "object",
70955
71181
  "properties": {
70956
- "__@BRAND@8494": {
71182
+ "__@BRAND@8495": {
70957
71183
  "type": "object"
70958
71184
  }
70959
71185
  },
70960
71186
  "required": [
70961
- "__@BRAND@8494"
71187
+ "__@BRAND@8495"
70962
71188
  ]
70963
71189
  },
70964
71190
  "disabled": {
@@ -71030,34 +71256,34 @@
71030
71256
  "maxLength": {
71031
71257
  "type": "object",
71032
71258
  "properties": {
71033
- "__@BRAND@8494": {
71259
+ "__@BRAND@8495": {
71034
71260
  "type": "object"
71035
71261
  }
71036
71262
  },
71037
71263
  "required": [
71038
- "__@BRAND@8494"
71264
+ "__@BRAND@8495"
71039
71265
  ]
71040
71266
  },
71041
71267
  "minLength": {
71042
71268
  "type": "object",
71043
71269
  "properties": {
71044
- "__@BRAND@8494": {
71270
+ "__@BRAND@8495": {
71045
71271
  "type": "object"
71046
71272
  }
71047
71273
  },
71048
71274
  "required": [
71049
- "__@BRAND@8494"
71275
+ "__@BRAND@8495"
71050
71276
  ]
71051
71277
  },
71052
71278
  "pattern": {
71053
71279
  "type": "object",
71054
71280
  "properties": {
71055
- "__@BRAND@8494": {
71281
+ "__@BRAND@8495": {
71056
71282
  "type": "object"
71057
71283
  }
71058
71284
  },
71059
71285
  "required": [
71060
- "__@BRAND@8494"
71286
+ "__@BRAND@8495"
71061
71287
  ]
71062
71288
  },
71063
71289
  "description": {
@@ -71207,34 +71433,34 @@
71207
71433
  "maxLength": {
71208
71434
  "type": "object",
71209
71435
  "properties": {
71210
- "__@BRAND@8494": {
71436
+ "__@BRAND@8495": {
71211
71437
  "type": "object"
71212
71438
  }
71213
71439
  },
71214
71440
  "required": [
71215
- "__@BRAND@8494"
71441
+ "__@BRAND@8495"
71216
71442
  ]
71217
71443
  },
71218
71444
  "minLength": {
71219
71445
  "type": "object",
71220
71446
  "properties": {
71221
- "__@BRAND@8494": {
71447
+ "__@BRAND@8495": {
71222
71448
  "type": "object"
71223
71449
  }
71224
71450
  },
71225
71451
  "required": [
71226
- "__@BRAND@8494"
71452
+ "__@BRAND@8495"
71227
71453
  ]
71228
71454
  },
71229
71455
  "pattern": {
71230
71456
  "type": "object",
71231
71457
  "properties": {
71232
- "__@BRAND@8494": {
71458
+ "__@BRAND@8495": {
71233
71459
  "type": "object"
71234
71460
  }
71235
71461
  },
71236
71462
  "required": [
71237
- "__@BRAND@8494"
71463
+ "__@BRAND@8495"
71238
71464
  ]
71239
71465
  },
71240
71466
  "description": {
@@ -71365,12 +71591,12 @@
71365
71591
  "value": {
71366
71592
  "type": "object",
71367
71593
  "properties": {
71368
- "__@BRAND@8494": {
71594
+ "__@BRAND@8495": {
71369
71595
  "type": "object"
71370
71596
  }
71371
71597
  },
71372
71598
  "required": [
71373
- "__@BRAND@8494"
71599
+ "__@BRAND@8495"
71374
71600
  ]
71375
71601
  },
71376
71602
  "disabled": {
@@ -71619,12 +71845,12 @@
71619
71845
  "value": {
71620
71846
  "type": "object",
71621
71847
  "properties": {
71622
- "__@BRAND@8494": {
71848
+ "__@BRAND@8495": {
71623
71849
  "type": "object"
71624
71850
  }
71625
71851
  },
71626
71852
  "required": [
71627
- "__@BRAND@8494"
71853
+ "__@BRAND@8495"
71628
71854
  ]
71629
71855
  },
71630
71856
  "disabled": {
@@ -79423,11 +79649,6 @@
79423
79649
  "type": "string",
79424
79650
  "description": "a string to be decoded into a number"
79425
79651
  },
79426
- "Dollars": {
79427
- "type": "number",
79428
- "description": "The base TLD price for purchasing a domain for the given number of years. If null, the TLD does not support purchasing domains for the given number of years.",
79429
- "minimum": 0.01
79430
- },
79431
79652
  "TldNotSupported": {
79432
79653
  "type": "object",
79433
79654
  "required": [