@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.
@@ -49808,6 +49808,96 @@ declare const _default: {
49808
49808
  'x-undocumented': string;
49809
49809
  };
49810
49810
  };
49811
+ '/seam/console/v1/workspace/feature_flags/list': {
49812
+ get: {
49813
+ description: string;
49814
+ operationId: string;
49815
+ responses: {
49816
+ 200: {
49817
+ content: {
49818
+ 'application/json': {
49819
+ schema: {
49820
+ properties: {
49821
+ feature_flags: {
49822
+ additionalProperties: {
49823
+ type: string;
49824
+ };
49825
+ type: string;
49826
+ };
49827
+ ok: {
49828
+ type: string;
49829
+ };
49830
+ };
49831
+ required: string[];
49832
+ type: string;
49833
+ };
49834
+ };
49835
+ };
49836
+ description: string;
49837
+ };
49838
+ 400: {
49839
+ description: string;
49840
+ };
49841
+ 401: {
49842
+ description: string;
49843
+ };
49844
+ };
49845
+ security: {
49846
+ console_session_with_workspace: never[];
49847
+ }[];
49848
+ summary: string;
49849
+ tags: never[];
49850
+ 'x-fern-sdk-group-name': string[];
49851
+ 'x-fern-sdk-method-name': string;
49852
+ 'x-fern-sdk-return-value': string;
49853
+ 'x-response-key': string;
49854
+ 'x-undocumented': string;
49855
+ };
49856
+ post: {
49857
+ description: string;
49858
+ operationId: string;
49859
+ responses: {
49860
+ 200: {
49861
+ content: {
49862
+ 'application/json': {
49863
+ schema: {
49864
+ properties: {
49865
+ feature_flags: {
49866
+ additionalProperties: {
49867
+ type: string;
49868
+ };
49869
+ type: string;
49870
+ };
49871
+ ok: {
49872
+ type: string;
49873
+ };
49874
+ };
49875
+ required: string[];
49876
+ type: string;
49877
+ };
49878
+ };
49879
+ };
49880
+ description: string;
49881
+ };
49882
+ 400: {
49883
+ description: string;
49884
+ };
49885
+ 401: {
49886
+ description: string;
49887
+ };
49888
+ };
49889
+ security: {
49890
+ console_session_with_workspace: never[];
49891
+ }[];
49892
+ summary: string;
49893
+ tags: never[];
49894
+ 'x-fern-sdk-group-name': string[];
49895
+ 'x-fern-sdk-method-name': string;
49896
+ 'x-fern-sdk-return-value': string;
49897
+ 'x-response-key': string;
49898
+ 'x-undocumented': string;
49899
+ };
49900
+ };
49811
49901
  '/seam/customer/v1/access_grants/list': {
49812
49902
  get: {
49813
49903
  description: string;
@@ -55447,6 +55537,14 @@ declare const _default: {
55447
55537
  description: string;
55448
55538
  type: string;
55449
55539
  };
55540
+ feature_flags: {
55541
+ properties: {
55542
+ RESERVATION_UI_V2: {
55543
+ type: string;
55544
+ };
55545
+ };
55546
+ type: string;
55547
+ };
55450
55548
  features: {
55451
55549
  default: {
55452
55550
  $ref: string;
@@ -55935,6 +56033,14 @@ declare const _default: {
55935
56033
  description: string;
55936
56034
  type: string;
55937
56035
  };
56036
+ feature_flags: {
56037
+ properties: {
56038
+ RESERVATION_UI_V2: {
56039
+ type: string;
56040
+ };
56041
+ };
56042
+ type: string;
56043
+ };
55938
56044
  features: {
55939
56045
  default: {
55940
56046
  $ref: string;
@@ -56034,6 +56034,88 @@ export default {
56034
56034
  'x-undocumented': 'Internal endpoint for Console',
56035
56035
  },
56036
56036
  },
56037
+ '/seam/console/v1/workspace/feature_flags/list': {
56038
+ get: {
56039
+ description: 'Lists workspace feature flags.',
56040
+ operationId: 'seamConsoleV1WorkspaceFeatureFlagsListGet',
56041
+ responses: {
56042
+ 200: {
56043
+ content: {
56044
+ 'application/json': {
56045
+ schema: {
56046
+ properties: {
56047
+ feature_flags: {
56048
+ additionalProperties: { type: 'boolean' },
56049
+ type: 'object',
56050
+ },
56051
+ ok: { type: 'boolean' },
56052
+ },
56053
+ required: ['feature_flags', 'ok'],
56054
+ type: 'object',
56055
+ },
56056
+ },
56057
+ },
56058
+ description: 'OK',
56059
+ },
56060
+ 400: { description: 'Bad Request' },
56061
+ 401: { description: 'Unauthorized' },
56062
+ },
56063
+ security: [{ console_session_with_workspace: [] }],
56064
+ summary: '/seam/console/v1/workspace/feature_flags/list',
56065
+ tags: [],
56066
+ 'x-fern-sdk-group-name': [
56067
+ 'seam',
56068
+ 'console',
56069
+ 'v1',
56070
+ 'workspace',
56071
+ 'feature_flags',
56072
+ ],
56073
+ 'x-fern-sdk-method-name': 'list',
56074
+ 'x-fern-sdk-return-value': 'feature_flags',
56075
+ 'x-response-key': 'feature_flags',
56076
+ 'x-undocumented': 'Internal endpoint for Console',
56077
+ },
56078
+ post: {
56079
+ description: 'Lists workspace feature flags.',
56080
+ operationId: 'seamConsoleV1WorkspaceFeatureFlagsListPost',
56081
+ responses: {
56082
+ 200: {
56083
+ content: {
56084
+ 'application/json': {
56085
+ schema: {
56086
+ properties: {
56087
+ feature_flags: {
56088
+ additionalProperties: { type: 'boolean' },
56089
+ type: 'object',
56090
+ },
56091
+ ok: { type: 'boolean' },
56092
+ },
56093
+ required: ['feature_flags', 'ok'],
56094
+ type: 'object',
56095
+ },
56096
+ },
56097
+ },
56098
+ description: 'OK',
56099
+ },
56100
+ 400: { description: 'Bad Request' },
56101
+ 401: { description: 'Unauthorized' },
56102
+ },
56103
+ security: [{ console_session_with_workspace: [] }],
56104
+ summary: '/seam/console/v1/workspace/feature_flags/list',
56105
+ tags: [],
56106
+ 'x-fern-sdk-group-name': [
56107
+ 'seam',
56108
+ 'console',
56109
+ 'v1',
56110
+ 'workspace',
56111
+ 'feature_flags',
56112
+ ],
56113
+ 'x-fern-sdk-method-name': 'list',
56114
+ 'x-fern-sdk-return-value': 'feature_flags',
56115
+ 'x-response-key': 'feature_flags',
56116
+ 'x-undocumented': 'Internal endpoint for Console',
56117
+ },
56118
+ },
56037
56119
  '/seam/customer/v1/access_grants/list': {
56038
56120
  get: {
56039
56121
  description: 'Gets an Access Grant.',
@@ -61529,6 +61611,12 @@ export default {
61529
61611
  description: 'Whether to exclude the option to select a locale within the portal UI.',
61530
61612
  type: 'boolean',
61531
61613
  },
61614
+ feature_flags: {
61615
+ properties: {
61616
+ RESERVATION_UI_V2: { type: 'boolean' },
61617
+ },
61618
+ type: 'object',
61619
+ },
61532
61620
  features: {
61533
61621
  default: { $ref: '#/components/schemas/access_code' },
61534
61622
  properties: {
@@ -61903,6 +61991,12 @@ export default {
61903
61991
  description: 'Whether to exclude the option to select a locale within the portal UI.',
61904
61992
  type: 'boolean',
61905
61993
  },
61994
+ feature_flags: {
61995
+ properties: {
61996
+ RESERVATION_UI_V2: { type: 'boolean' },
61997
+ },
61998
+ type: 'object',
61999
+ },
61906
62000
  features: {
61907
62001
  default: { $ref: '#/components/schemas/access_code' },
61908
62002
  properties: {