@seamapi/types 1.775.0 → 1.777.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/connect.cjs CHANGED
@@ -62710,6 +62710,88 @@ var openapi_default = {
62710
62710
  "x-undocumented": "Internal endpoint for Console"
62711
62711
  }
62712
62712
  },
62713
+ "/seam/console/v1/workspace/feature_flags/list": {
62714
+ get: {
62715
+ description: "Lists workspace feature flags.",
62716
+ operationId: "seamConsoleV1WorkspaceFeatureFlagsListGet",
62717
+ responses: {
62718
+ 200: {
62719
+ content: {
62720
+ "application/json": {
62721
+ schema: {
62722
+ properties: {
62723
+ feature_flags: {
62724
+ additionalProperties: { type: "boolean" },
62725
+ type: "object"
62726
+ },
62727
+ ok: { type: "boolean" }
62728
+ },
62729
+ required: ["feature_flags", "ok"],
62730
+ type: "object"
62731
+ }
62732
+ }
62733
+ },
62734
+ description: "OK"
62735
+ },
62736
+ 400: { description: "Bad Request" },
62737
+ 401: { description: "Unauthorized" }
62738
+ },
62739
+ security: [{ console_session_with_workspace: [] }],
62740
+ summary: "/seam/console/v1/workspace/feature_flags/list",
62741
+ tags: [],
62742
+ "x-fern-sdk-group-name": [
62743
+ "seam",
62744
+ "console",
62745
+ "v1",
62746
+ "workspace",
62747
+ "feature_flags"
62748
+ ],
62749
+ "x-fern-sdk-method-name": "list",
62750
+ "x-fern-sdk-return-value": "feature_flags",
62751
+ "x-response-key": "feature_flags",
62752
+ "x-undocumented": "Internal endpoint for Console"
62753
+ },
62754
+ post: {
62755
+ description: "Lists workspace feature flags.",
62756
+ operationId: "seamConsoleV1WorkspaceFeatureFlagsListPost",
62757
+ responses: {
62758
+ 200: {
62759
+ content: {
62760
+ "application/json": {
62761
+ schema: {
62762
+ properties: {
62763
+ feature_flags: {
62764
+ additionalProperties: { type: "boolean" },
62765
+ type: "object"
62766
+ },
62767
+ ok: { type: "boolean" }
62768
+ },
62769
+ required: ["feature_flags", "ok"],
62770
+ type: "object"
62771
+ }
62772
+ }
62773
+ },
62774
+ description: "OK"
62775
+ },
62776
+ 400: { description: "Bad Request" },
62777
+ 401: { description: "Unauthorized" }
62778
+ },
62779
+ security: [{ console_session_with_workspace: [] }],
62780
+ summary: "/seam/console/v1/workspace/feature_flags/list",
62781
+ tags: [],
62782
+ "x-fern-sdk-group-name": [
62783
+ "seam",
62784
+ "console",
62785
+ "v1",
62786
+ "workspace",
62787
+ "feature_flags"
62788
+ ],
62789
+ "x-fern-sdk-method-name": "list",
62790
+ "x-fern-sdk-return-value": "feature_flags",
62791
+ "x-response-key": "feature_flags",
62792
+ "x-undocumented": "Internal endpoint for Console"
62793
+ }
62794
+ },
62713
62795
  "/seam/customer/v1/access_grants/list": {
62714
62796
  get: {
62715
62797
  description: "Gets an Access Grant.",
@@ -68205,6 +68287,12 @@ var openapi_default = {
68205
68287
  description: "Whether to exclude the option to select a locale within the portal UI.",
68206
68288
  type: "boolean"
68207
68289
  },
68290
+ feature_flags: {
68291
+ properties: {
68292
+ RESERVATION_UI_V2: { type: "boolean" }
68293
+ },
68294
+ type: "object"
68295
+ },
68208
68296
  features: {
68209
68297
  default: { $ref: "#/components/schemas/access_code" },
68210
68298
  properties: {
@@ -68579,6 +68667,12 @@ var openapi_default = {
68579
68667
  description: "Whether to exclude the option to select a locale within the portal UI.",
68580
68668
  type: "boolean"
68581
68669
  },
68670
+ feature_flags: {
68671
+ properties: {
68672
+ RESERVATION_UI_V2: { type: "boolean" }
68673
+ },
68674
+ type: "object"
68675
+ },
68582
68676
  features: {
68583
68677
  default: { $ref: "#/components/schemas/access_code" },
68584
68678
  properties: {