@vercel/sdk 1.6.0 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/README.md +0 -2
  2. package/bin/mcp-server.js +718 -728
  3. package/bin/mcp-server.js.map +23 -26
  4. package/docs/sdks/marketplace/README.md +0 -81
  5. package/docs/sdks/security/README.md +8 -2
  6. package/esm/__tests__/marketplace.test.js +3 -13
  7. package/esm/__tests__/marketplace.test.js.map +1 -1
  8. package/esm/__tests__/projects.test.js +13 -15
  9. package/esm/__tests__/projects.test.js.map +1 -1
  10. package/esm/funcs/deploymentsUploadFile.js +2 -1
  11. package/esm/funcs/deploymentsUploadFile.js.map +1 -1
  12. package/esm/lib/config.d.ts +3 -3
  13. package/esm/lib/config.js +3 -3
  14. package/esm/mcp-server/mcp-server.js +1 -1
  15. package/esm/mcp-server/prompts.d.ts.map +1 -1
  16. package/esm/mcp-server/prompts.js +5 -1
  17. package/esm/mcp-server/prompts.js.map +1 -1
  18. package/esm/mcp-server/resources.d.ts.map +1 -1
  19. package/esm/mcp-server/resources.js +10 -2
  20. package/esm/mcp-server/resources.js.map +1 -1
  21. package/esm/mcp-server/server.d.ts.map +1 -1
  22. package/esm/mcp-server/server.js +2 -5
  23. package/esm/mcp-server/server.js.map +1 -1
  24. package/esm/mcp-server/tools.d.ts.map +1 -1
  25. package/esm/mcp-server/tools.js +4 -3
  26. package/esm/mcp-server/tools.js.map +1 -1
  27. package/esm/models/authuser.d.ts +17 -66
  28. package/esm/models/authuser.d.ts.map +1 -1
  29. package/esm/models/authuser.js +10 -74
  30. package/esm/models/authuser.js.map +1 -1
  31. package/esm/models/createprojectop.d.ts +1 -1
  32. package/esm/models/createprojectop.d.ts.map +1 -1
  33. package/esm/models/createprojectop.js +4 -4
  34. package/esm/models/createprojectop.js.map +1 -1
  35. package/esm/models/getconfigurationop.d.ts +306 -0
  36. package/esm/models/getconfigurationop.d.ts.map +1 -1
  37. package/esm/models/getconfigurationop.js +296 -0
  38. package/esm/models/getconfigurationop.js.map +1 -1
  39. package/esm/models/importresourceop.d.ts +64 -0
  40. package/esm/models/importresourceop.d.ts.map +1 -1
  41. package/esm/models/importresourceop.js +64 -0
  42. package/esm/models/importresourceop.js.map +1 -1
  43. package/esm/models/updateprojectop.d.ts +1 -1
  44. package/esm/models/updateprojectop.d.ts.map +1 -1
  45. package/esm/models/updateprojectop.js +4 -4
  46. package/esm/models/updateprojectop.js.map +1 -1
  47. package/esm/models/uploadfileop.d.ts +2 -0
  48. package/esm/models/uploadfileop.d.ts.map +1 -1
  49. package/esm/models/uploadfileop.js +14 -0
  50. package/esm/models/uploadfileop.js.map +1 -1
  51. package/esm/models/userevent.d.ts +11 -63
  52. package/esm/models/userevent.d.ts.map +1 -1
  53. package/esm/models/userevent.js +10 -74
  54. package/esm/models/userevent.js.map +1 -1
  55. package/esm/sdk/marketplace.d.ts +0 -8
  56. package/esm/sdk/marketplace.d.ts.map +1 -1
  57. package/esm/sdk/marketplace.js +0 -10
  58. package/esm/sdk/marketplace.js.map +1 -1
  59. package/jsr.json +1 -1
  60. package/package.json +1 -1
  61. package/src/__tests__/marketplace.test.ts +5 -15
  62. package/src/__tests__/projects.test.ts +13 -15
  63. package/src/funcs/deploymentsUploadFile.ts +2 -1
  64. package/src/lib/config.ts +3 -3
  65. package/src/mcp-server/mcp-server.ts +1 -1
  66. package/src/mcp-server/prompts.ts +8 -1
  67. package/src/mcp-server/resources.ts +16 -2
  68. package/src/mcp-server/server.ts +3 -5
  69. package/src/mcp-server/tools.ts +6 -3
  70. package/src/models/authuser.ts +29 -166
  71. package/src/models/createprojectop.ts +5 -5
  72. package/src/models/getconfigurationop.ts +579 -0
  73. package/src/models/importresourceop.ts +141 -0
  74. package/src/models/updateprojectop.ts +5 -5
  75. package/src/models/uploadfileop.ts +26 -0
  76. package/src/models/userevent.ts +23 -174
  77. package/src/sdk/marketplace.ts +0 -22
  78. package/vercel-spec.json +271 -229
  79. package/esm/funcs/marketplaceQueryExperimentationItems.d.ts +0 -18
  80. package/esm/funcs/marketplaceQueryExperimentationItems.d.ts.map +0 -1
  81. package/esm/funcs/marketplaceQueryExperimentationItems.js +0 -84
  82. package/esm/funcs/marketplaceQueryExperimentationItems.js.map +0 -1
  83. package/esm/mcp-server/tools/marketplaceQueryExperimentationItems.d.ts +0 -7
  84. package/esm/mcp-server/tools/marketplaceQueryExperimentationItems.d.ts.map +0 -1
  85. package/esm/mcp-server/tools/marketplaceQueryExperimentationItems.js +0 -28
  86. package/esm/mcp-server/tools/marketplaceQueryExperimentationItems.js.map +0 -1
  87. package/esm/models/queryexperimentationitemsop.d.ts +0 -148
  88. package/esm/models/queryexperimentationitemsop.d.ts.map +0 -1
  89. package/esm/models/queryexperimentationitemsop.js +0 -125
  90. package/esm/models/queryexperimentationitemsop.js.map +0 -1
  91. package/src/funcs/marketplaceQueryExperimentationItems.ts +0 -183
  92. package/src/mcp-server/tools/marketplaceQueryExperimentationItems.ts +0 -39
  93. package/src/models/queryexperimentationitemsop.ts +0 -287
package/vercel-spec.json CHANGED
@@ -23072,8 +23072,53 @@
23072
23072
  "name": {
23073
23073
  "type": "string"
23074
23074
  },
23075
+ "description": {
23076
+ "type": "string"
23077
+ },
23075
23078
  "paymentMethodRequired": {
23076
23079
  "type": "boolean"
23080
+ },
23081
+ "cost": {
23082
+ "type": "string"
23083
+ },
23084
+ "details": {
23085
+ "type": "array",
23086
+ "items": {
23087
+ "type": "object",
23088
+ "properties": {
23089
+ "label": {
23090
+ "type": "string"
23091
+ },
23092
+ "value": {
23093
+ "type": "string"
23094
+ }
23095
+ },
23096
+ "required": [
23097
+ "label"
23098
+ ],
23099
+ "additionalProperties": false
23100
+ }
23101
+ },
23102
+ "heightlightedDetails": {
23103
+ "type": "array",
23104
+ "items": {
23105
+ "type": "object",
23106
+ "properties": {
23107
+ "label": {
23108
+ "type": "string"
23109
+ },
23110
+ "value": {
23111
+ "type": "string"
23112
+ }
23113
+ },
23114
+ "required": [
23115
+ "label"
23116
+ ],
23117
+ "additionalProperties": false
23118
+ }
23119
+ },
23120
+ "effectiveDate": {
23121
+ "type": "string"
23077
23122
  }
23078
23123
  },
23079
23124
  "additionalProperties": true
@@ -23735,6 +23780,174 @@
23735
23780
  "description": "A string representing the permission for projects. Possible values are `all` or `selected`.",
23736
23781
  "example": "all"
23737
23782
  },
23783
+ "transferRequest": {
23784
+ "oneOf": [
23785
+ {
23786
+ "properties": {
23787
+ "kind": {
23788
+ "type": "string",
23789
+ "enum": [
23790
+ "transfer-to-marketplace"
23791
+ ]
23792
+ },
23793
+ "metadata": {
23794
+ "additionalProperties": true,
23795
+ "type": "object"
23796
+ },
23797
+ "billingPlan": {
23798
+ "properties": {
23799
+ "id": {
23800
+ "type": "string"
23801
+ },
23802
+ "type": {
23803
+ "type": "string",
23804
+ "enum": [
23805
+ "subscription",
23806
+ "prepayment"
23807
+ ]
23808
+ },
23809
+ "scope": {
23810
+ "type": "string",
23811
+ "enum": [
23812
+ "installation",
23813
+ "resource"
23814
+ ]
23815
+ },
23816
+ "name": {
23817
+ "type": "string"
23818
+ },
23819
+ "description": {
23820
+ "type": "string"
23821
+ },
23822
+ "paymentMethodRequired": {
23823
+ "type": "boolean"
23824
+ },
23825
+ "preauthorizationAmount": {
23826
+ "type": "number"
23827
+ }
23828
+ },
23829
+ "required": [
23830
+ "id",
23831
+ "type",
23832
+ "name",
23833
+ "description"
23834
+ ],
23835
+ "type": "object"
23836
+ },
23837
+ "requestId": {
23838
+ "type": "string"
23839
+ },
23840
+ "transferId": {
23841
+ "type": "string"
23842
+ },
23843
+ "requester": {
23844
+ "properties": {
23845
+ "name": {
23846
+ "type": "string"
23847
+ },
23848
+ "email": {
23849
+ "type": "string"
23850
+ }
23851
+ },
23852
+ "required": [
23853
+ "name"
23854
+ ],
23855
+ "type": "object"
23856
+ },
23857
+ "createdAt": {
23858
+ "type": "number"
23859
+ },
23860
+ "expiresAt": {
23861
+ "type": "number"
23862
+ },
23863
+ "discardedAt": {
23864
+ "type": "number"
23865
+ },
23866
+ "discardedBy": {
23867
+ "type": "string"
23868
+ },
23869
+ "approvedAt": {
23870
+ "type": "number"
23871
+ },
23872
+ "approvedBy": {
23873
+ "type": "string"
23874
+ },
23875
+ "authorizationId": {
23876
+ "type": "string"
23877
+ }
23878
+ },
23879
+ "required": [
23880
+ "kind",
23881
+ "requestId",
23882
+ "transferId",
23883
+ "requester",
23884
+ "createdAt",
23885
+ "expiresAt"
23886
+ ],
23887
+ "type": "object"
23888
+ },
23889
+ {
23890
+ "properties": {
23891
+ "kind": {
23892
+ "type": "string",
23893
+ "enum": [
23894
+ "transfer-from-marketplace"
23895
+ ]
23896
+ },
23897
+ "requestId": {
23898
+ "type": "string"
23899
+ },
23900
+ "transferId": {
23901
+ "type": "string"
23902
+ },
23903
+ "requester": {
23904
+ "properties": {
23905
+ "name": {
23906
+ "type": "string"
23907
+ },
23908
+ "email": {
23909
+ "type": "string"
23910
+ }
23911
+ },
23912
+ "required": [
23913
+ "name"
23914
+ ],
23915
+ "type": "object"
23916
+ },
23917
+ "createdAt": {
23918
+ "type": "number"
23919
+ },
23920
+ "expiresAt": {
23921
+ "type": "number"
23922
+ },
23923
+ "discardedAt": {
23924
+ "type": "number"
23925
+ },
23926
+ "discardedBy": {
23927
+ "type": "string"
23928
+ },
23929
+ "approvedAt": {
23930
+ "type": "number"
23931
+ },
23932
+ "approvedBy": {
23933
+ "type": "string"
23934
+ },
23935
+ "authorizationId": {
23936
+ "type": "string"
23937
+ }
23938
+ },
23939
+ "required": [
23940
+ "kind",
23941
+ "requestId",
23942
+ "transferId",
23943
+ "requester",
23944
+ "createdAt",
23945
+ "expiresAt"
23946
+ ],
23947
+ "type": "object"
23948
+ }
23949
+ ]
23950
+ },
23738
23951
  "projects": {
23739
23952
  "items": {
23740
23953
  "type": "string"
@@ -23861,6 +24074,7 @@
23861
24074
  },
23862
24075
  "required": [
23863
24076
  "projectSelection",
24077
+ "transferRequest",
23864
24078
  "createdAt",
23865
24079
  "id",
23866
24080
  "integrationId",
@@ -25074,131 +25288,6 @@
25074
25288
  ]
25075
25289
  }
25076
25290
  },
25077
- "/v1/experimentation/items": {
25078
- "get": {
25079
- "description": "Queries flags, experiments under a Marketplace resource.",
25080
- "operationId": "queryExperimentationItems",
25081
- "security": [
25082
- {
25083
- "bearerToken": []
25084
- }
25085
- ],
25086
- "summary": "Query experimentation items",
25087
- "tags": [
25088
- "marketplace"
25089
- ],
25090
- "responses": {
25091
- "200": {
25092
- "description": "",
25093
- "content": {
25094
- "application/json": {
25095
- "schema": {
25096
- "properties": {
25097
- "items": {
25098
- "items": {
25099
- "properties": {
25100
- "id": {
25101
- "type": "string",
25102
- "description": "The Vercel generated ID for this item Integrations should not receive this in API responses"
25103
- },
25104
- "slug": {
25105
- "type": "string"
25106
- },
25107
- "origin": {
25108
- "type": "string"
25109
- },
25110
- "externalId": {
25111
- "type": "string",
25112
- "description": "The ID the partner has for this item. Integrations should receive this as `id` in API responses"
25113
- },
25114
- "integrationConfigurationId": {
25115
- "type": "string",
25116
- "description": "The id of the integration installation on a team"
25117
- },
25118
- "resourceId": {
25119
- "type": "string",
25120
- "description": "The flags collection ID"
25121
- },
25122
- "category": {
25123
- "type": "string",
25124
- "enum": [
25125
- "experiment",
25126
- "flag"
25127
- ],
25128
- "description": "An optional functional category for the item. Categorization semantics are: - flag (can resolve variants, can freely update variant resolution, usually does not perform analysis) - experiment (has variants, constrains changes to variant allocations, performs analysis) Using statsig as an example: - FeatureGate -\u003e flag - Experiment -\u003e experiment - Autotune -\u003e experiment Forwards compatibility for other primitives can be considered, ex. `DynamicConfig`, `Holdouts`, `Layers`"
25129
- },
25130
- "name": {
25131
- "type": "string"
25132
- },
25133
- "description": {
25134
- "type": "string"
25135
- },
25136
- "isArchived": {
25137
- "type": "boolean"
25138
- },
25139
- "createdAt": {
25140
- "type": "number"
25141
- },
25142
- "updatedAt": {
25143
- "type": "number"
25144
- }
25145
- },
25146
- "required": [
25147
- "id",
25148
- "slug",
25149
- "origin",
25150
- "externalId",
25151
- "integrationConfigurationId",
25152
- "resourceId"
25153
- ],
25154
- "type": "object"
25155
- },
25156
- "type": "array"
25157
- }
25158
- },
25159
- "required": [
25160
- "items"
25161
- ],
25162
- "type": "object"
25163
- }
25164
- }
25165
- }
25166
- },
25167
- "400": {
25168
- "description": "One of the provided values in the request query is invalid.",
25169
- "content": {
25170
- "application/json": {
25171
- "schema": {
25172
- "$ref": "#/components/schemas/VercelBadRequestError"
25173
- }
25174
- }
25175
- }
25176
- },
25177
- "401": {
25178
- "description": "",
25179
- "content": {
25180
- "application/json": {
25181
- "schema": {
25182
- "$ref": "#/components/schemas/VercelForbiddenError"
25183
- }
25184
- }
25185
- }
25186
- },
25187
- "403": {
25188
- "description": "You do not have permission to access this resource."
25189
- }
25190
- },
25191
- "parameters": [
25192
- {
25193
- "name": "resourceId",
25194
- "in": "query",
25195
- "schema": {
25196
- "type": "string"
25197
- }
25198
- }
25199
- ]
25200
- }
25201
- },
25202
25291
  "/v1/installations/{integrationConfigurationId}/resources/{resourceId}/experimentation/items": {
25203
25292
  "post": {
25204
25293
  "description": "Create one or multiple experimentation items",
@@ -33847,7 +33936,8 @@
33847
33936
  "properties": {
33848
33937
  "enabled": {
33849
33938
  "description": "Whether or not to generate OpenID Connect JSON Web Tokens.",
33850
- "type": "boolean"
33939
+ "type": "boolean",
33940
+ "default": true
33851
33941
  },
33852
33942
  "issuerMode": {
33853
33943
  "description": "team: `https://oidc.vercel.com/[team_slug]` global: `https://oidc.vercel.com`",
@@ -33856,12 +33946,9 @@
33856
33946
  "team",
33857
33947
  "global"
33858
33948
  ],
33859
- "default": "global"
33949
+ "default": "team"
33860
33950
  }
33861
- },
33862
- "required": [
33863
- "enabled"
33864
- ]
33951
+ }
33865
33952
  },
33866
33953
  "enableAffectedProjectsDeployments": {
33867
33954
  "description": "Opt-in to skip deployments when there are no changes to the root directory and its dependencies",
@@ -41361,7 +41448,8 @@
41361
41448
  "properties": {
41362
41449
  "enabled": {
41363
41450
  "description": "Whether or not to generate OpenID Connect JSON Web Tokens.",
41364
- "type": "boolean"
41451
+ "type": "boolean",
41452
+ "default": true
41365
41453
  },
41366
41454
  "issuerMode": {
41367
41455
  "description": "team: `https://oidc.vercel.com/[team_slug]` global: `https://oidc.vercel.com`",
@@ -41370,12 +41458,9 @@
41370
41458
  "team",
41371
41459
  "global"
41372
41460
  ],
41373
- "default": "global"
41461
+ "default": "team"
41374
41462
  }
41375
- },
41376
- "required": [
41377
- "enabled"
41378
- ]
41463
+ }
41379
41464
  },
41380
41465
  "passwordProtection": {
41381
41466
  "additionalProperties": false,
@@ -55122,7 +55207,7 @@
55122
55207
  }
55123
55208
  },
55124
55209
  "400": {
55125
- "description": "One of the provided values in the request query is invalid.\nCannot leave the team as the only owner.",
55210
+ "description": "One of the provided values in the request query is invalid.",
55126
55211
  "content": {
55127
55212
  "application/json": {
55128
55213
  "schema": {
@@ -56105,7 +56190,17 @@
56105
56190
  "example": "my-team-url-slug"
56106
56191
  }
56107
56192
  }
56108
- ]
56193
+ ],
56194
+ "requestBody": {
56195
+ "content": {
56196
+ "application/octet-stream": {
56197
+ "schema": {
56198
+ "type": "string",
56199
+ "format": "binary"
56200
+ }
56201
+ }
56202
+ }
56203
+ }
56109
56204
  }
56110
56205
  },
56111
56206
  "/v5/user/tokens": {
@@ -63048,52 +63143,19 @@
63048
63143
  },
63049
63144
  "favoriteProjectsAndSpaces": {
63050
63145
  "items": {
63051
- "oneOf": [
63052
- {
63053
- "properties": {
63054
- "projectId": {
63055
- "type": "string"
63056
- },
63057
- "scopeSlug": {
63058
- "type": "string"
63059
- },
63060
- "scopeId": {
63061
- "type": "string"
63062
- },
63063
- "teamId": {
63064
- "type": "string"
63065
- }
63066
- },
63067
- "required": [
63068
- "projectId",
63069
- "scopeSlug",
63070
- "scopeId"
63071
- ],
63072
- "type": "object"
63146
+ "properties": {
63147
+ "teamId": {
63148
+ "type": "string"
63073
63149
  },
63074
- {
63075
- "properties": {
63076
- "spaceId": {
63077
- "type": "string"
63078
- },
63079
- "scopeSlug": {
63080
- "type": "string"
63081
- },
63082
- "scopeId": {
63083
- "type": "string"
63084
- },
63085
- "teamId": {
63086
- "type": "string"
63087
- }
63088
- },
63089
- "required": [
63090
- "spaceId",
63091
- "scopeSlug",
63092
- "scopeId"
63093
- ],
63094
- "type": "object"
63150
+ "projectId": {
63151
+ "type": "string"
63095
63152
  }
63096
- ]
63153
+ },
63154
+ "required": [
63155
+ "teamId",
63156
+ "projectId"
63157
+ ],
63158
+ "type": "object"
63097
63159
  },
63098
63160
  "type": "array"
63099
63161
  },
@@ -63304,6 +63366,12 @@
63304
63366
  },
63305
63367
  "microfrontendProjectsPerGroup": {
63306
63368
  "type": "number"
63369
+ },
63370
+ "flagsExplorerOverridesThreshold": {
63371
+ "type": "number"
63372
+ },
63373
+ "flagsExplorerUnlimitedOverrides": {
63374
+ "type": "boolean"
63307
63375
  }
63308
63376
  },
63309
63377
  "type": "object"
@@ -68746,6 +68814,14 @@
68746
68814
  "microfrontendProjectsPerGroup": {
68747
68815
  "type": "number",
68748
68816
  "description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
68817
+ },
68818
+ "flagsExplorerOverridesThreshold": {
68819
+ "type": "number",
68820
+ "description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
68821
+ },
68822
+ "flagsExplorerUnlimitedOverrides": {
68823
+ "type": "boolean",
68824
+ "description": "An object containing infomation related to the amount of platform resources may be allocated to the User account."
68749
68825
  }
68750
68826
  },
68751
68827
  "type": "object",
@@ -68889,54 +68965,20 @@
68889
68965
  },
68890
68966
  "favoriteProjectsAndSpaces": {
68891
68967
  "items": {
68892
- "oneOf": [
68893
- {
68894
- "properties": {
68895
- "projectId": {
68896
- "type": "string"
68897
- },
68898
- "scopeSlug": {
68899
- "type": "string"
68900
- },
68901
- "scopeId": {
68902
- "type": "string"
68903
- },
68904
- "teamId": {
68905
- "type": "string"
68906
- }
68907
- },
68908
- "required": [
68909
- "projectId",
68910
- "scopeSlug",
68911
- "scopeId"
68912
- ],
68913
- "type": "object",
68914
- "description": "A list of projects and spaces across teams that a user has marked as a favorite."
68968
+ "properties": {
68969
+ "teamId": {
68970
+ "type": "string"
68915
68971
  },
68916
- {
68917
- "properties": {
68918
- "spaceId": {
68919
- "type": "string"
68920
- },
68921
- "scopeSlug": {
68922
- "type": "string"
68923
- },
68924
- "scopeId": {
68925
- "type": "string"
68926
- },
68927
- "teamId": {
68928
- "type": "string"
68929
- }
68930
- },
68931
- "required": [
68932
- "spaceId",
68933
- "scopeSlug",
68934
- "scopeId"
68935
- ],
68936
- "type": "object",
68937
- "description": "A list of projects and spaces across teams that a user has marked as a favorite."
68972
+ "projectId": {
68973
+ "type": "string"
68938
68974
  }
68939
- ]
68975
+ },
68976
+ "required": [
68977
+ "teamId",
68978
+ "projectId"
68979
+ ],
68980
+ "type": "object",
68981
+ "description": "A list of projects and spaces across teams that a user has marked as a favorite."
68940
68982
  },
68941
68983
  "type": "array",
68942
68984
  "description": "A list of projects and spaces across teams that a user has marked as a favorite."
@@ -1,18 +0,0 @@
1
- import { VercelCore } from "../core.js";
2
- import { RequestOptions } from "../lib/sdks.js";
3
- import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/httpclienterrors.js";
4
- import { QueryExperimentationItemsRequest, QueryExperimentationItemsResponseBody } from "../models/queryexperimentationitemsop.js";
5
- import { SDKError } from "../models/sdkerror.js";
6
- import { SDKValidationError } from "../models/sdkvalidationerror.js";
7
- import { VercelBadRequestError } from "../models/vercelbadrequesterror.js";
8
- import { VercelForbiddenError } from "../models/vercelforbiddenerror.js";
9
- import { APIPromise } from "../types/async.js";
10
- import { Result } from "../types/fp.js";
11
- /**
12
- * Query experimentation items
13
- *
14
- * @remarks
15
- * Queries flags, experiments under a Marketplace resource.
16
- */
17
- export declare function marketplaceQueryExperimentationItems(client: VercelCore, request: QueryExperimentationItemsRequest, options?: RequestOptions): APIPromise<Result<QueryExperimentationItemsResponseBody, VercelBadRequestError | VercelForbiddenError | SDKError | SDKValidationError | UnexpectedClientError | InvalidRequestError | RequestAbortedError | RequestTimeoutError | ConnectionError>>;
18
- //# sourceMappingURL=marketplaceQueryExperimentationItems.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"marketplaceQueryExperimentationItems.d.ts","sourceRoot":"","sources":["../../src/funcs/marketplaceQueryExperimentationItems.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAKxC,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAGhD,OAAO,EACL,eAAe,EACf,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,qBAAqB,EACtB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EACL,gCAAgC,EAEhC,qCAAqC,EAEtC,MAAM,0CAA0C,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,qBAAqB,EAEtB,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EACL,oBAAoB,EAErB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EAAW,UAAU,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC;;;;;GAKG;AACH,wBAAgB,oCAAoC,CAClD,MAAM,EAAE,UAAU,EAClB,OAAO,EAAE,gCAAgC,EACzC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CACX,MAAM,CACJ,qCAAqC,EACnC,qBAAqB,GACrB,oBAAoB,GACpB,QAAQ,GACR,kBAAkB,GAClB,qBAAqB,GACrB,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,eAAe,CAClB,CACF,CAMA"}