@seamapi/types 1.478.0 → 1.480.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.
@@ -1,12 +1,14 @@
1
1
  import { z } from 'zod';
2
2
  export declare const customization_profile: z.ZodObject<{
3
- customization_profile_id: z.ZodString;
4
3
  workspace_id: z.ZodString;
4
+ name: z.ZodNullable<z.ZodString>;
5
+ customization_profile_id: z.ZodString;
5
6
  created_at: z.ZodString;
6
7
  logo_url: z.ZodOptional<z.ZodString>;
7
8
  primary_color: z.ZodOptional<z.ZodString>;
8
9
  secondary_color: z.ZodOptional<z.ZodString>;
9
10
  }, "strip", z.ZodTypeAny, {
11
+ name: string | null;
10
12
  workspace_id: string;
11
13
  created_at: string;
12
14
  customization_profile_id: string;
@@ -14,6 +16,7 @@ export declare const customization_profile: z.ZodObject<{
14
16
  primary_color?: string | undefined;
15
17
  secondary_color?: string | undefined;
16
18
  }, {
19
+ name: string | null;
17
20
  workspace_id: string;
18
21
  created_at: string;
19
22
  customization_profile_id: string;
@@ -1,7 +1,8 @@
1
1
  import { z } from 'zod';
2
2
  export const customization_profile = z.object({
3
- customization_profile_id: z.string().uuid(),
4
3
  workspace_id: z.string().uuid(),
4
+ name: z.string().nullable(),
5
+ customization_profile_id: z.string().uuid(),
5
6
  created_at: z.string().datetime(),
6
7
  logo_url: z.string().url().optional(),
7
8
  primary_color: z.string().optional(),
@@ -1 +1 @@
1
- {"version":3,"file":"customization_profile.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/customization_profiles/customization_profile.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC5C,wBAAwB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC3C,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC/B,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IACrC,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACpC,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACvC,CAAC,CAAC,QAAQ,CAAC;;;;;;;CAOX,CAAC,CAAA"}
1
+ {"version":3,"file":"customization_profile.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/customization_profiles/customization_profile.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC5C,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC/B,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,wBAAwB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC3C,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IACrC,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACpC,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACvC,CAAC,CAAC,QAAQ,CAAC;;;;;;;CAOX,CAAC,CAAA"}
@@ -47721,6 +47721,11 @@ declare const _default: {
47721
47721
  'application/json': {
47722
47722
  schema: {
47723
47723
  properties: {
47724
+ name: {
47725
+ default: null;
47726
+ nullable: boolean;
47727
+ type: string;
47728
+ };
47724
47729
  primary_color: {
47725
47730
  type: string;
47726
47731
  };
@@ -47755,6 +47760,10 @@ declare const _default: {
47755
47760
  format: string;
47756
47761
  type: string;
47757
47762
  };
47763
+ name: {
47764
+ nullable: boolean;
47765
+ type: string;
47766
+ };
47758
47767
  primary_color: {
47759
47768
  type: string;
47760
47769
  };
@@ -47790,9 +47799,37 @@ declare const _default: {
47790
47799
  description: string;
47791
47800
  };
47792
47801
  };
47793
- security: {
47802
+ security: ({
47803
+ client_session: never[];
47804
+ client_session_with_customer?: never;
47805
+ pat_with_workspace?: never;
47806
+ console_session_with_workspace?: never;
47807
+ api_key?: never;
47808
+ } | {
47794
47809
  client_session_with_customer: never[];
47795
- }[];
47810
+ client_session?: never;
47811
+ pat_with_workspace?: never;
47812
+ console_session_with_workspace?: never;
47813
+ api_key?: never;
47814
+ } | {
47815
+ pat_with_workspace: never[];
47816
+ client_session?: never;
47817
+ client_session_with_customer?: never;
47818
+ console_session_with_workspace?: never;
47819
+ api_key?: never;
47820
+ } | {
47821
+ console_session_with_workspace: never[];
47822
+ client_session?: never;
47823
+ client_session_with_customer?: never;
47824
+ pat_with_workspace?: never;
47825
+ api_key?: never;
47826
+ } | {
47827
+ api_key: never[];
47828
+ client_session?: never;
47829
+ client_session_with_customer?: never;
47830
+ pat_with_workspace?: never;
47831
+ console_session_with_workspace?: never;
47832
+ })[];
47796
47833
  summary: string;
47797
47834
  tags: string[];
47798
47835
  'x-fern-sdk-group-name': string[];
@@ -47837,6 +47874,10 @@ declare const _default: {
47837
47874
  format: string;
47838
47875
  type: string;
47839
47876
  };
47877
+ name: {
47878
+ nullable: boolean;
47879
+ type: string;
47880
+ };
47840
47881
  primary_color: {
47841
47882
  type: string;
47842
47883
  };
@@ -47872,9 +47913,37 @@ declare const _default: {
47872
47913
  description: string;
47873
47914
  };
47874
47915
  };
47875
- security: {
47916
+ security: ({
47917
+ client_session: never[];
47918
+ client_session_with_customer?: never;
47919
+ pat_with_workspace?: never;
47920
+ console_session_with_workspace?: never;
47921
+ api_key?: never;
47922
+ } | {
47876
47923
  client_session_with_customer: never[];
47877
- }[];
47924
+ client_session?: never;
47925
+ pat_with_workspace?: never;
47926
+ console_session_with_workspace?: never;
47927
+ api_key?: never;
47928
+ } | {
47929
+ pat_with_workspace: never[];
47930
+ client_session?: never;
47931
+ client_session_with_customer?: never;
47932
+ console_session_with_workspace?: never;
47933
+ api_key?: never;
47934
+ } | {
47935
+ console_session_with_workspace: never[];
47936
+ client_session?: never;
47937
+ client_session_with_customer?: never;
47938
+ pat_with_workspace?: never;
47939
+ api_key?: never;
47940
+ } | {
47941
+ api_key: never[];
47942
+ client_session?: never;
47943
+ client_session_with_customer?: never;
47944
+ pat_with_workspace?: never;
47945
+ console_session_with_workspace?: never;
47946
+ })[];
47878
47947
  summary: string;
47879
47948
  tags: string[];
47880
47949
  'x-fern-sdk-group-name': string[];
@@ -47924,6 +47993,10 @@ declare const _default: {
47924
47993
  format: string;
47925
47994
  type: string;
47926
47995
  };
47996
+ name: {
47997
+ nullable: boolean;
47998
+ type: string;
47999
+ };
47927
48000
  primary_color: {
47928
48001
  type: string;
47929
48002
  };
@@ -47959,9 +48032,37 @@ declare const _default: {
47959
48032
  description: string;
47960
48033
  };
47961
48034
  };
47962
- security: {
48035
+ security: ({
48036
+ client_session: never[];
48037
+ client_session_with_customer?: never;
48038
+ pat_with_workspace?: never;
48039
+ console_session_with_workspace?: never;
48040
+ api_key?: never;
48041
+ } | {
47963
48042
  client_session_with_customer: never[];
47964
- }[];
48043
+ client_session?: never;
48044
+ pat_with_workspace?: never;
48045
+ console_session_with_workspace?: never;
48046
+ api_key?: never;
48047
+ } | {
48048
+ pat_with_workspace: never[];
48049
+ client_session?: never;
48050
+ client_session_with_customer?: never;
48051
+ console_session_with_workspace?: never;
48052
+ api_key?: never;
48053
+ } | {
48054
+ console_session_with_workspace: never[];
48055
+ client_session?: never;
48056
+ client_session_with_customer?: never;
48057
+ pat_with_workspace?: never;
48058
+ api_key?: never;
48059
+ } | {
48060
+ api_key: never[];
48061
+ client_session?: never;
48062
+ client_session_with_customer?: never;
48063
+ pat_with_workspace?: never;
48064
+ console_session_with_workspace?: never;
48065
+ })[];
47965
48066
  summary: string;
47966
48067
  tags: string[];
47967
48068
  'x-fern-sdk-group-name': string[];
@@ -47998,6 +48099,10 @@ declare const _default: {
47998
48099
  format: string;
47999
48100
  type: string;
48000
48101
  };
48102
+ name: {
48103
+ nullable: boolean;
48104
+ type: string;
48105
+ };
48001
48106
  primary_color: {
48002
48107
  type: string;
48003
48108
  };
@@ -48035,9 +48140,37 @@ declare const _default: {
48035
48140
  description: string;
48036
48141
  };
48037
48142
  };
48038
- security: {
48143
+ security: ({
48144
+ client_session: never[];
48145
+ client_session_with_customer?: never;
48146
+ pat_with_workspace?: never;
48147
+ console_session_with_workspace?: never;
48148
+ api_key?: never;
48149
+ } | {
48039
48150
  client_session_with_customer: never[];
48040
- }[];
48151
+ client_session?: never;
48152
+ pat_with_workspace?: never;
48153
+ console_session_with_workspace?: never;
48154
+ api_key?: never;
48155
+ } | {
48156
+ pat_with_workspace: never[];
48157
+ client_session?: never;
48158
+ client_session_with_customer?: never;
48159
+ console_session_with_workspace?: never;
48160
+ api_key?: never;
48161
+ } | {
48162
+ console_session_with_workspace: never[];
48163
+ client_session?: never;
48164
+ client_session_with_customer?: never;
48165
+ pat_with_workspace?: never;
48166
+ api_key?: never;
48167
+ } | {
48168
+ api_key: never[];
48169
+ client_session?: never;
48170
+ client_session_with_customer?: never;
48171
+ pat_with_workspace?: never;
48172
+ console_session_with_workspace?: never;
48173
+ })[];
48041
48174
  summary: string;
48042
48175
  tags: string[];
48043
48176
  'x-fern-sdk-group-name': string[];
@@ -48072,6 +48205,10 @@ declare const _default: {
48072
48205
  format: string;
48073
48206
  type: string;
48074
48207
  };
48208
+ name: {
48209
+ nullable: boolean;
48210
+ type: string;
48211
+ };
48075
48212
  primary_color: {
48076
48213
  type: string;
48077
48214
  };
@@ -48109,9 +48246,37 @@ declare const _default: {
48109
48246
  description: string;
48110
48247
  };
48111
48248
  };
48112
- security: {
48249
+ security: ({
48250
+ client_session: never[];
48251
+ client_session_with_customer?: never;
48252
+ pat_with_workspace?: never;
48253
+ console_session_with_workspace?: never;
48254
+ api_key?: never;
48255
+ } | {
48113
48256
  client_session_with_customer: never[];
48114
- }[];
48257
+ client_session?: never;
48258
+ pat_with_workspace?: never;
48259
+ console_session_with_workspace?: never;
48260
+ api_key?: never;
48261
+ } | {
48262
+ pat_with_workspace: never[];
48263
+ client_session?: never;
48264
+ client_session_with_customer?: never;
48265
+ console_session_with_workspace?: never;
48266
+ api_key?: never;
48267
+ } | {
48268
+ console_session_with_workspace: never[];
48269
+ client_session?: never;
48270
+ client_session_with_customer?: never;
48271
+ pat_with_workspace?: never;
48272
+ api_key?: never;
48273
+ } | {
48274
+ api_key: never[];
48275
+ client_session?: never;
48276
+ client_session_with_customer?: never;
48277
+ pat_with_workspace?: never;
48278
+ console_session_with_workspace?: never;
48279
+ })[];
48115
48280
  summary: string;
48116
48281
  tags: string[];
48117
48282
  'x-fern-sdk-group-name': string[];
@@ -48135,6 +48300,10 @@ declare const _default: {
48135
48300
  format: string;
48136
48301
  type: string;
48137
48302
  };
48303
+ name: {
48304
+ nullable: boolean;
48305
+ type: string;
48306
+ };
48138
48307
  primary_color: {
48139
48308
  type: string;
48140
48309
  };
@@ -48172,9 +48341,37 @@ declare const _default: {
48172
48341
  description: string;
48173
48342
  };
48174
48343
  };
48175
- security: {
48344
+ security: ({
48345
+ client_session: never[];
48346
+ client_session_with_customer?: never;
48347
+ pat_with_workspace?: never;
48348
+ console_session_with_workspace?: never;
48349
+ api_key?: never;
48350
+ } | {
48176
48351
  client_session_with_customer: never[];
48177
- }[];
48352
+ client_session?: never;
48353
+ pat_with_workspace?: never;
48354
+ console_session_with_workspace?: never;
48355
+ api_key?: never;
48356
+ } | {
48357
+ pat_with_workspace: never[];
48358
+ client_session?: never;
48359
+ client_session_with_customer?: never;
48360
+ console_session_with_workspace?: never;
48361
+ api_key?: never;
48362
+ } | {
48363
+ console_session_with_workspace: never[];
48364
+ client_session?: never;
48365
+ client_session_with_customer?: never;
48366
+ pat_with_workspace?: never;
48367
+ api_key?: never;
48368
+ } | {
48369
+ api_key: never[];
48370
+ client_session?: never;
48371
+ client_session_with_customer?: never;
48372
+ pat_with_workspace?: never;
48373
+ console_session_with_workspace?: never;
48374
+ })[];
48178
48375
  summary: string;
48179
48376
  tags: string[];
48180
48377
  'x-fern-sdk-group-name': string[];
@@ -48195,6 +48392,10 @@ declare const _default: {
48195
48392
  format: string;
48196
48393
  type: string;
48197
48394
  };
48395
+ name: {
48396
+ nullable: boolean;
48397
+ type: string;
48398
+ };
48198
48399
  primary_color: {
48199
48400
  type: string;
48200
48401
  };
@@ -48232,9 +48433,37 @@ declare const _default: {
48232
48433
  description: string;
48233
48434
  };
48234
48435
  };
48235
- security: {
48436
+ security: ({
48437
+ client_session: never[];
48438
+ client_session_with_customer?: never;
48439
+ pat_with_workspace?: never;
48440
+ console_session_with_workspace?: never;
48441
+ api_key?: never;
48442
+ } | {
48236
48443
  client_session_with_customer: never[];
48237
- }[];
48444
+ client_session?: never;
48445
+ pat_with_workspace?: never;
48446
+ console_session_with_workspace?: never;
48447
+ api_key?: never;
48448
+ } | {
48449
+ pat_with_workspace: never[];
48450
+ client_session?: never;
48451
+ client_session_with_customer?: never;
48452
+ console_session_with_workspace?: never;
48453
+ api_key?: never;
48454
+ } | {
48455
+ console_session_with_workspace: never[];
48456
+ client_session?: never;
48457
+ client_session_with_customer?: never;
48458
+ pat_with_workspace?: never;
48459
+ api_key?: never;
48460
+ } | {
48461
+ api_key: never[];
48462
+ client_session?: never;
48463
+ client_session_with_customer?: never;
48464
+ pat_with_workspace?: never;
48465
+ console_session_with_workspace?: never;
48466
+ })[];
48238
48467
  summary: string;
48239
48468
  tags: string[];
48240
48469
  'x-fern-sdk-group-name': string[];
@@ -48272,9 +48501,37 @@ declare const _default: {
48272
48501
  description: string;
48273
48502
  };
48274
48503
  };
48275
- security: {
48504
+ security: ({
48505
+ client_session: never[];
48506
+ client_session_with_customer?: never;
48507
+ pat_with_workspace?: never;
48508
+ console_session_with_workspace?: never;
48509
+ api_key?: never;
48510
+ } | {
48276
48511
  client_session_with_customer: never[];
48277
- }[];
48512
+ client_session?: never;
48513
+ pat_with_workspace?: never;
48514
+ console_session_with_workspace?: never;
48515
+ api_key?: never;
48516
+ } | {
48517
+ pat_with_workspace: never[];
48518
+ client_session?: never;
48519
+ client_session_with_customer?: never;
48520
+ console_session_with_workspace?: never;
48521
+ api_key?: never;
48522
+ } | {
48523
+ console_session_with_workspace: never[];
48524
+ client_session?: never;
48525
+ client_session_with_customer?: never;
48526
+ pat_with_workspace?: never;
48527
+ api_key?: never;
48528
+ } | {
48529
+ api_key: never[];
48530
+ client_session?: never;
48531
+ client_session_with_customer?: never;
48532
+ pat_with_workspace?: never;
48533
+ console_session_with_workspace?: never;
48534
+ })[];
48278
48535
  summary: string;
48279
48536
  tags: string[];
48280
48537
  'x-fern-sdk-group-name': string[];
@@ -51801,6 +51801,7 @@ export default {
51801
51801
  'application/json': {
51802
51802
  schema: {
51803
51803
  properties: {
51804
+ name: { default: null, nullable: true, type: 'string' },
51804
51805
  primary_color: { type: 'string' },
51805
51806
  secondary_color: { type: 'string' },
51806
51807
  },
@@ -51825,13 +51826,15 @@ export default {
51825
51826
  type: 'string',
51826
51827
  },
51827
51828
  logo_url: { format: 'uri', type: 'string' },
51829
+ name: { nullable: true, type: 'string' },
51828
51830
  primary_color: { type: 'string' },
51829
51831
  secondary_color: { type: 'string' },
51830
51832
  workspace_id: { format: 'uuid', type: 'string' },
51831
51833
  },
51832
51834
  required: [
51833
- 'customization_profile_id',
51834
51835
  'workspace_id',
51836
+ 'name',
51837
+ 'customization_profile_id',
51835
51838
  'created_at',
51836
51839
  ],
51837
51840
  type: 'object',
@@ -51851,7 +51854,13 @@ export default {
51851
51854
  400: { description: 'Bad Request' },
51852
51855
  401: { description: 'Unauthorized' },
51853
51856
  },
51854
- security: [{ client_session_with_customer: [] }],
51857
+ security: [
51858
+ { client_session: [] },
51859
+ { client_session_with_customer: [] },
51860
+ { pat_with_workspace: [] },
51861
+ { console_session_with_workspace: [] },
51862
+ { api_key: [] },
51863
+ ],
51855
51864
  summary: '/workspaces/customization_profiles/create',
51856
51865
  tags: ['/workspaces'],
51857
51866
  'x-fern-sdk-group-name': ['workspaces', 'customization_profiles'],
@@ -51889,13 +51898,15 @@ export default {
51889
51898
  type: 'string',
51890
51899
  },
51891
51900
  logo_url: { format: 'uri', type: 'string' },
51901
+ name: { nullable: true, type: 'string' },
51892
51902
  primary_color: { type: 'string' },
51893
51903
  secondary_color: { type: 'string' },
51894
51904
  workspace_id: { format: 'uuid', type: 'string' },
51895
51905
  },
51896
51906
  required: [
51897
- 'customization_profile_id',
51898
51907
  'workspace_id',
51908
+ 'name',
51909
+ 'customization_profile_id',
51899
51910
  'created_at',
51900
51911
  ],
51901
51912
  type: 'object',
@@ -51915,7 +51926,13 @@ export default {
51915
51926
  400: { description: 'Bad Request' },
51916
51927
  401: { description: 'Unauthorized' },
51917
51928
  },
51918
- security: [{ client_session_with_customer: [] }],
51929
+ security: [
51930
+ { client_session: [] },
51931
+ { client_session_with_customer: [] },
51932
+ { pat_with_workspace: [] },
51933
+ { console_session_with_workspace: [] },
51934
+ { api_key: [] },
51935
+ ],
51919
51936
  summary: '/workspaces/customization_profiles/get',
51920
51937
  tags: ['/workspaces'],
51921
51938
  'x-fern-sdk-group-name': ['workspaces', 'customization_profiles'],
@@ -51956,13 +51973,15 @@ export default {
51956
51973
  type: 'string',
51957
51974
  },
51958
51975
  logo_url: { format: 'uri', type: 'string' },
51976
+ name: { nullable: true, type: 'string' },
51959
51977
  primary_color: { type: 'string' },
51960
51978
  secondary_color: { type: 'string' },
51961
51979
  workspace_id: { format: 'uuid', type: 'string' },
51962
51980
  },
51963
51981
  required: [
51964
- 'customization_profile_id',
51965
51982
  'workspace_id',
51983
+ 'name',
51984
+ 'customization_profile_id',
51966
51985
  'created_at',
51967
51986
  ],
51968
51987
  type: 'object',
@@ -51982,7 +52001,13 @@ export default {
51982
52001
  400: { description: 'Bad Request' },
51983
52002
  401: { description: 'Unauthorized' },
51984
52003
  },
51985
- security: [{ client_session_with_customer: [] }],
52004
+ security: [
52005
+ { client_session: [] },
52006
+ { client_session_with_customer: [] },
52007
+ { pat_with_workspace: [] },
52008
+ { console_session_with_workspace: [] },
52009
+ { api_key: [] },
52010
+ ],
51986
52011
  summary: '/workspaces/customization_profiles/get',
51987
52012
  tags: ['/workspaces'],
51988
52013
  'x-fern-sdk-group-name': ['workspaces', 'customization_profiles'],
@@ -52013,13 +52038,15 @@ export default {
52013
52038
  type: 'string',
52014
52039
  },
52015
52040
  logo_url: { format: 'uri', type: 'string' },
52041
+ name: { nullable: true, type: 'string' },
52016
52042
  primary_color: { type: 'string' },
52017
52043
  secondary_color: { type: 'string' },
52018
52044
  workspace_id: { format: 'uuid', type: 'string' },
52019
52045
  },
52020
52046
  required: [
52021
- 'customization_profile_id',
52022
52047
  'workspace_id',
52048
+ 'name',
52049
+ 'customization_profile_id',
52023
52050
  'created_at',
52024
52051
  ],
52025
52052
  type: 'object',
@@ -52041,7 +52068,13 @@ export default {
52041
52068
  400: { description: 'Bad Request' },
52042
52069
  401: { description: 'Unauthorized' },
52043
52070
  },
52044
- security: [{ client_session_with_customer: [] }],
52071
+ security: [
52072
+ { client_session: [] },
52073
+ { client_session_with_customer: [] },
52074
+ { pat_with_workspace: [] },
52075
+ { console_session_with_workspace: [] },
52076
+ { api_key: [] },
52077
+ ],
52045
52078
  summary: '/workspaces/customization_profiles/list',
52046
52079
  tags: ['/workspaces'],
52047
52080
  'x-fern-sdk-group-name': ['workspaces', 'customization_profiles'],
@@ -52070,13 +52103,15 @@ export default {
52070
52103
  type: 'string',
52071
52104
  },
52072
52105
  logo_url: { format: 'uri', type: 'string' },
52106
+ name: { nullable: true, type: 'string' },
52073
52107
  primary_color: { type: 'string' },
52074
52108
  secondary_color: { type: 'string' },
52075
52109
  workspace_id: { format: 'uuid', type: 'string' },
52076
52110
  },
52077
52111
  required: [
52078
- 'customization_profile_id',
52079
52112
  'workspace_id',
52113
+ 'name',
52114
+ 'customization_profile_id',
52080
52115
  'created_at',
52081
52116
  ],
52082
52117
  type: 'object',
@@ -52098,7 +52133,13 @@ export default {
52098
52133
  400: { description: 'Bad Request' },
52099
52134
  401: { description: 'Unauthorized' },
52100
52135
  },
52101
- security: [{ client_session_with_customer: [] }],
52136
+ security: [
52137
+ { client_session: [] },
52138
+ { client_session_with_customer: [] },
52139
+ { pat_with_workspace: [] },
52140
+ { console_session_with_workspace: [] },
52141
+ { api_key: [] },
52142
+ ],
52102
52143
  summary: '/workspaces/customization_profiles/list',
52103
52144
  tags: ['/workspaces'],
52104
52145
  'x-fern-sdk-group-name': ['workspaces', 'customization_profiles'],
@@ -52119,6 +52160,7 @@ export default {
52119
52160
  schema: {
52120
52161
  properties: {
52121
52162
  customization_profile_id: { format: 'uuid', type: 'string' },
52163
+ name: { nullable: true, type: 'string' },
52122
52164
  primary_color: { type: 'string' },
52123
52165
  secondary_color: { type: 'string' },
52124
52166
  },
@@ -52144,7 +52186,13 @@ export default {
52144
52186
  400: { description: 'Bad Request' },
52145
52187
  401: { description: 'Unauthorized' },
52146
52188
  },
52147
- security: [{ client_session_with_customer: [] }],
52189
+ security: [
52190
+ { client_session: [] },
52191
+ { client_session_with_customer: [] },
52192
+ { pat_with_workspace: [] },
52193
+ { console_session_with_workspace: [] },
52194
+ { api_key: [] },
52195
+ ],
52148
52196
  summary: '/workspaces/customization_profiles/update',
52149
52197
  tags: ['/workspaces'],
52150
52198
  'x-fern-sdk-group-name': ['workspaces', 'customization_profiles'],
@@ -52162,6 +52210,7 @@ export default {
52162
52210
  schema: {
52163
52211
  properties: {
52164
52212
  customization_profile_id: { format: 'uuid', type: 'string' },
52213
+ name: { nullable: true, type: 'string' },
52165
52214
  primary_color: { type: 'string' },
52166
52215
  secondary_color: { type: 'string' },
52167
52216
  },
@@ -52187,7 +52236,13 @@ export default {
52187
52236
  400: { description: 'Bad Request' },
52188
52237
  401: { description: 'Unauthorized' },
52189
52238
  },
52190
- security: [{ client_session_with_customer: [] }],
52239
+ security: [
52240
+ { client_session: [] },
52241
+ { client_session_with_customer: [] },
52242
+ { pat_with_workspace: [] },
52243
+ { console_session_with_workspace: [] },
52244
+ { api_key: [] },
52245
+ ],
52191
52246
  summary: '/workspaces/customization_profiles/update',
52192
52247
  tags: ['/workspaces'],
52193
52248
  'x-fern-sdk-group-name': ['workspaces', 'customization_profiles'],
@@ -52217,7 +52272,13 @@ export default {
52217
52272
  400: { description: 'Bad Request' },
52218
52273
  401: { description: 'Unauthorized' },
52219
52274
  },
52220
- security: [{ client_session_with_customer: [] }],
52275
+ security: [
52276
+ { client_session: [] },
52277
+ { client_session_with_customer: [] },
52278
+ { pat_with_workspace: [] },
52279
+ { console_session_with_workspace: [] },
52280
+ { api_key: [] },
52281
+ ],
52221
52282
  summary: '/workspaces/customization_profiles/upload_images',
52222
52283
  tags: ['/workspaces'],
52223
52284
  'x-fern-sdk-group-name': ['workspaces', 'customization_profiles'],