@seamapi/types 1.476.0 → 1.477.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 +86 -26
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +64 -4
- package/dist/index.cjs +86 -26
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/customization_profiles/customization_profile.d.ts +4 -1
- package/lib/seam/connect/models/customization_profiles/customization_profile.js +11 -3
- package/lib/seam/connect/models/customization_profiles/customization_profile.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +52 -0
- package/lib/seam/connect/openapi.js +63 -11
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +8 -3
- package/package.json +1 -1
- package/src/lib/seam/connect/models/customization_profiles/customization_profile.ts +11 -3
- package/src/lib/seam/connect/openapi.ts +64 -11
- package/src/lib/seam/connect/route-types.ts +8 -3
package/dist/connect.d.cts
CHANGED
|
@@ -28980,19 +28980,22 @@ declare const custom_metadata: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString,
|
|
|
28980
28980
|
type CustomMetadata = z.output<typeof custom_metadata>;
|
|
28981
28981
|
|
|
28982
28982
|
declare const customization_profile: z.ZodObject<{
|
|
28983
|
-
workspace_id: z.ZodString;
|
|
28984
28983
|
customization_profile_id: z.ZodString;
|
|
28984
|
+
workspace_id: z.ZodString;
|
|
28985
|
+
created_at: z.ZodString;
|
|
28985
28986
|
logo_url: z.ZodOptional<z.ZodString>;
|
|
28986
28987
|
primary_color: z.ZodOptional<z.ZodString>;
|
|
28987
28988
|
secondary_color: z.ZodOptional<z.ZodString>;
|
|
28988
28989
|
}, "strip", z.ZodTypeAny, {
|
|
28989
28990
|
workspace_id: string;
|
|
28991
|
+
created_at: string;
|
|
28990
28992
|
customization_profile_id: string;
|
|
28991
28993
|
logo_url?: string | undefined;
|
|
28992
28994
|
primary_color?: string | undefined;
|
|
28993
28995
|
secondary_color?: string | undefined;
|
|
28994
28996
|
}, {
|
|
28995
28997
|
workspace_id: string;
|
|
28998
|
+
created_at: string;
|
|
28996
28999
|
customization_profile_id: string;
|
|
28997
29000
|
logo_url?: string | undefined;
|
|
28998
29001
|
primary_color?: string | undefined;
|
|
@@ -88352,12 +88355,18 @@ declare const _default: {
|
|
|
88352
88355
|
schema: {
|
|
88353
88356
|
properties: {
|
|
88354
88357
|
customization_profile: {
|
|
88358
|
+
description: string;
|
|
88355
88359
|
properties: {
|
|
88360
|
+
created_at: {
|
|
88361
|
+
format: string;
|
|
88362
|
+
type: string;
|
|
88363
|
+
};
|
|
88356
88364
|
customization_profile_id: {
|
|
88357
88365
|
format: string;
|
|
88358
88366
|
type: string;
|
|
88359
88367
|
};
|
|
88360
88368
|
logo_url: {
|
|
88369
|
+
format: string;
|
|
88361
88370
|
type: string;
|
|
88362
88371
|
};
|
|
88363
88372
|
primary_color: {
|
|
@@ -88373,6 +88382,9 @@ declare const _default: {
|
|
|
88373
88382
|
};
|
|
88374
88383
|
required: string[];
|
|
88375
88384
|
type: string;
|
|
88385
|
+
'x-route-path': string;
|
|
88386
|
+
'x-title': string;
|
|
88387
|
+
'x-undocumented': string;
|
|
88376
88388
|
};
|
|
88377
88389
|
ok: {
|
|
88378
88390
|
type: string;
|
|
@@ -88402,6 +88414,7 @@ declare const _default: {
|
|
|
88402
88414
|
'x-fern-sdk-return-value': string;
|
|
88403
88415
|
'x-response-key': string;
|
|
88404
88416
|
'x-title': string;
|
|
88417
|
+
'x-undocumented': string;
|
|
88405
88418
|
};
|
|
88406
88419
|
};
|
|
88407
88420
|
'/workspaces/customization_profiles/get': {
|
|
@@ -88424,12 +88437,18 @@ declare const _default: {
|
|
|
88424
88437
|
schema: {
|
|
88425
88438
|
properties: {
|
|
88426
88439
|
customization_profile: {
|
|
88440
|
+
description: string;
|
|
88427
88441
|
properties: {
|
|
88442
|
+
created_at: {
|
|
88443
|
+
format: string;
|
|
88444
|
+
type: string;
|
|
88445
|
+
};
|
|
88428
88446
|
customization_profile_id: {
|
|
88429
88447
|
format: string;
|
|
88430
88448
|
type: string;
|
|
88431
88449
|
};
|
|
88432
88450
|
logo_url: {
|
|
88451
|
+
format: string;
|
|
88433
88452
|
type: string;
|
|
88434
88453
|
};
|
|
88435
88454
|
primary_color: {
|
|
@@ -88445,6 +88464,9 @@ declare const _default: {
|
|
|
88445
88464
|
};
|
|
88446
88465
|
required: string[];
|
|
88447
88466
|
type: string;
|
|
88467
|
+
'x-route-path': string;
|
|
88468
|
+
'x-title': string;
|
|
88469
|
+
'x-undocumented': string;
|
|
88448
88470
|
};
|
|
88449
88471
|
ok: {
|
|
88450
88472
|
type: string;
|
|
@@ -88474,6 +88496,7 @@ declare const _default: {
|
|
|
88474
88496
|
'x-fern-sdk-return-value': string;
|
|
88475
88497
|
'x-response-key': string;
|
|
88476
88498
|
'x-title': string;
|
|
88499
|
+
'x-undocumented': string;
|
|
88477
88500
|
};
|
|
88478
88501
|
post: {
|
|
88479
88502
|
description: string;
|
|
@@ -88501,12 +88524,18 @@ declare const _default: {
|
|
|
88501
88524
|
schema: {
|
|
88502
88525
|
properties: {
|
|
88503
88526
|
customization_profile: {
|
|
88527
|
+
description: string;
|
|
88504
88528
|
properties: {
|
|
88529
|
+
created_at: {
|
|
88530
|
+
format: string;
|
|
88531
|
+
type: string;
|
|
88532
|
+
};
|
|
88505
88533
|
customization_profile_id: {
|
|
88506
88534
|
format: string;
|
|
88507
88535
|
type: string;
|
|
88508
88536
|
};
|
|
88509
88537
|
logo_url: {
|
|
88538
|
+
format: string;
|
|
88510
88539
|
type: string;
|
|
88511
88540
|
};
|
|
88512
88541
|
primary_color: {
|
|
@@ -88522,6 +88551,9 @@ declare const _default: {
|
|
|
88522
88551
|
};
|
|
88523
88552
|
required: string[];
|
|
88524
88553
|
type: string;
|
|
88554
|
+
'x-route-path': string;
|
|
88555
|
+
'x-title': string;
|
|
88556
|
+
'x-undocumented': string;
|
|
88525
88557
|
};
|
|
88526
88558
|
ok: {
|
|
88527
88559
|
type: string;
|
|
@@ -88551,6 +88583,7 @@ declare const _default: {
|
|
|
88551
88583
|
'x-fern-sdk-return-value': string;
|
|
88552
88584
|
'x-response-key': string;
|
|
88553
88585
|
'x-title': string;
|
|
88586
|
+
'x-undocumented': string;
|
|
88554
88587
|
};
|
|
88555
88588
|
};
|
|
88556
88589
|
'/workspaces/customization_profiles/list': {
|
|
@@ -88565,12 +88598,18 @@ declare const _default: {
|
|
|
88565
88598
|
properties: {
|
|
88566
88599
|
customization_profiles: {
|
|
88567
88600
|
items: {
|
|
88601
|
+
description: string;
|
|
88568
88602
|
properties: {
|
|
88603
|
+
created_at: {
|
|
88604
|
+
format: string;
|
|
88605
|
+
type: string;
|
|
88606
|
+
};
|
|
88569
88607
|
customization_profile_id: {
|
|
88570
88608
|
format: string;
|
|
88571
88609
|
type: string;
|
|
88572
88610
|
};
|
|
88573
88611
|
logo_url: {
|
|
88612
|
+
format: string;
|
|
88574
88613
|
type: string;
|
|
88575
88614
|
};
|
|
88576
88615
|
primary_color: {
|
|
@@ -88586,6 +88625,9 @@ declare const _default: {
|
|
|
88586
88625
|
};
|
|
88587
88626
|
required: string[];
|
|
88588
88627
|
type: string;
|
|
88628
|
+
'x-route-path': string;
|
|
88629
|
+
'x-title': string;
|
|
88630
|
+
'x-undocumented': string;
|
|
88589
88631
|
};
|
|
88590
88632
|
type: string;
|
|
88591
88633
|
};
|
|
@@ -88617,6 +88659,7 @@ declare const _default: {
|
|
|
88617
88659
|
'x-fern-sdk-return-value': string;
|
|
88618
88660
|
'x-response-key': string;
|
|
88619
88661
|
'x-title': string;
|
|
88662
|
+
'x-undocumented': string;
|
|
88620
88663
|
};
|
|
88621
88664
|
post: {
|
|
88622
88665
|
description: string;
|
|
@@ -88629,12 +88672,18 @@ declare const _default: {
|
|
|
88629
88672
|
properties: {
|
|
88630
88673
|
customization_profiles: {
|
|
88631
88674
|
items: {
|
|
88675
|
+
description: string;
|
|
88632
88676
|
properties: {
|
|
88677
|
+
created_at: {
|
|
88678
|
+
format: string;
|
|
88679
|
+
type: string;
|
|
88680
|
+
};
|
|
88633
88681
|
customization_profile_id: {
|
|
88634
88682
|
format: string;
|
|
88635
88683
|
type: string;
|
|
88636
88684
|
};
|
|
88637
88685
|
logo_url: {
|
|
88686
|
+
format: string;
|
|
88638
88687
|
type: string;
|
|
88639
88688
|
};
|
|
88640
88689
|
primary_color: {
|
|
@@ -88650,6 +88699,9 @@ declare const _default: {
|
|
|
88650
88699
|
};
|
|
88651
88700
|
required: string[];
|
|
88652
88701
|
type: string;
|
|
88702
|
+
'x-route-path': string;
|
|
88703
|
+
'x-title': string;
|
|
88704
|
+
'x-undocumented': string;
|
|
88653
88705
|
};
|
|
88654
88706
|
type: string;
|
|
88655
88707
|
};
|
|
@@ -88681,6 +88733,7 @@ declare const _default: {
|
|
|
88681
88733
|
'x-fern-sdk-return-value': string;
|
|
88682
88734
|
'x-response-key': string;
|
|
88683
88735
|
'x-title': string;
|
|
88736
|
+
'x-undocumented': string;
|
|
88684
88737
|
};
|
|
88685
88738
|
};
|
|
88686
88739
|
'/workspaces/customization_profiles/update': {
|
|
@@ -88742,6 +88795,7 @@ declare const _default: {
|
|
|
88742
88795
|
'x-fern-sdk-method-name': string;
|
|
88743
88796
|
'x-response-key': null;
|
|
88744
88797
|
'x-title': string;
|
|
88798
|
+
'x-undocumented': string;
|
|
88745
88799
|
};
|
|
88746
88800
|
post: {
|
|
88747
88801
|
description: string;
|
|
@@ -88801,6 +88855,7 @@ declare const _default: {
|
|
|
88801
88855
|
'x-fern-sdk-method-name': string;
|
|
88802
88856
|
'x-response-key': null;
|
|
88803
88857
|
'x-title': string;
|
|
88858
|
+
'x-undocumented': string;
|
|
88804
88859
|
};
|
|
88805
88860
|
};
|
|
88806
88861
|
'/workspaces/customization_profiles/upload_images': {
|
|
@@ -165439,9 +165494,11 @@ type Routes = {
|
|
|
165439
165494
|
commonParams: {};
|
|
165440
165495
|
formData: {};
|
|
165441
165496
|
jsonResponse: {
|
|
165497
|
+
/** A customization profile. */
|
|
165442
165498
|
customization_profile: {
|
|
165443
|
-
workspace_id: string;
|
|
165444
165499
|
customization_profile_id: string;
|
|
165500
|
+
workspace_id: string;
|
|
165501
|
+
created_at: string;
|
|
165445
165502
|
logo_url?: string | undefined;
|
|
165446
165503
|
primary_color?: string | undefined;
|
|
165447
165504
|
secondary_color?: string | undefined;
|
|
@@ -165458,9 +165515,11 @@ type Routes = {
|
|
|
165458
165515
|
};
|
|
165459
165516
|
formData: {};
|
|
165460
165517
|
jsonResponse: {
|
|
165518
|
+
/** A customization profile. */
|
|
165461
165519
|
customization_profile: {
|
|
165462
|
-
workspace_id: string;
|
|
165463
165520
|
customization_profile_id: string;
|
|
165521
|
+
workspace_id: string;
|
|
165522
|
+
created_at: string;
|
|
165464
165523
|
logo_url?: string | undefined;
|
|
165465
165524
|
primary_color?: string | undefined;
|
|
165466
165525
|
secondary_color?: string | undefined;
|
|
@@ -165476,8 +165535,9 @@ type Routes = {
|
|
|
165476
165535
|
formData: {};
|
|
165477
165536
|
jsonResponse: {
|
|
165478
165537
|
customization_profiles: {
|
|
165479
|
-
workspace_id: string;
|
|
165480
165538
|
customization_profile_id: string;
|
|
165539
|
+
workspace_id: string;
|
|
165540
|
+
created_at: string;
|
|
165481
165541
|
logo_url?: string | undefined;
|
|
165482
165542
|
primary_color?: string | undefined;
|
|
165483
165543
|
secondary_color?: string | undefined;
|
package/dist/index.cjs
CHANGED
|
@@ -4265,12 +4265,20 @@ var bridge_client_session = zod.z.object({
|
|
|
4265
4265
|
Represents a [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge) client session.
|
|
4266
4266
|
`);
|
|
4267
4267
|
var customization_profile = zod.z.object({
|
|
4268
|
-
workspace_id: zod.z.string().uuid(),
|
|
4269
4268
|
customization_profile_id: zod.z.string().uuid(),
|
|
4270
|
-
|
|
4269
|
+
workspace_id: zod.z.string().uuid(),
|
|
4270
|
+
created_at: zod.z.string().datetime(),
|
|
4271
|
+
logo_url: zod.z.string().url().optional(),
|
|
4271
4272
|
primary_color: zod.z.string().optional(),
|
|
4272
4273
|
secondary_color: zod.z.string().optional()
|
|
4273
|
-
})
|
|
4274
|
+
}).describe(`
|
|
4275
|
+
---
|
|
4276
|
+
title: Customization Profile
|
|
4277
|
+
undocumented: Unreleased.
|
|
4278
|
+
route_path: /workspaces/customization_profiles
|
|
4279
|
+
---
|
|
4280
|
+
A customization profile.
|
|
4281
|
+
`);
|
|
4274
4282
|
var common_event = zod.z.object({
|
|
4275
4283
|
event_id: zod.z.string().uuid().describe("ID of the event."),
|
|
4276
4284
|
workspace_id: zod.z.string().uuid().describe(
|
|
@@ -57264,18 +57272,27 @@ var openapi_default = {
|
|
|
57264
57272
|
schema: {
|
|
57265
57273
|
properties: {
|
|
57266
57274
|
customization_profile: {
|
|
57275
|
+
description: "A customization profile.",
|
|
57267
57276
|
properties: {
|
|
57277
|
+
created_at: { format: "date-time", type: "string" },
|
|
57268
57278
|
customization_profile_id: {
|
|
57269
57279
|
format: "uuid",
|
|
57270
57280
|
type: "string"
|
|
57271
57281
|
},
|
|
57272
|
-
logo_url: { type: "string" },
|
|
57282
|
+
logo_url: { format: "uri", type: "string" },
|
|
57273
57283
|
primary_color: { type: "string" },
|
|
57274
57284
|
secondary_color: { type: "string" },
|
|
57275
57285
|
workspace_id: { format: "uuid", type: "string" }
|
|
57276
57286
|
},
|
|
57277
|
-
required: [
|
|
57278
|
-
|
|
57287
|
+
required: [
|
|
57288
|
+
"customization_profile_id",
|
|
57289
|
+
"workspace_id",
|
|
57290
|
+
"created_at"
|
|
57291
|
+
],
|
|
57292
|
+
type: "object",
|
|
57293
|
+
"x-route-path": "/workspaces/customization_profiles",
|
|
57294
|
+
"x-title": "Customization Profile",
|
|
57295
|
+
"x-undocumented": "Unreleased."
|
|
57279
57296
|
},
|
|
57280
57297
|
ok: { type: "boolean" }
|
|
57281
57298
|
},
|
|
@@ -57296,7 +57313,8 @@ var openapi_default = {
|
|
|
57296
57313
|
"x-fern-sdk-method-name": "create",
|
|
57297
57314
|
"x-fern-sdk-return-value": "customization_profile",
|
|
57298
57315
|
"x-response-key": "customization_profile",
|
|
57299
|
-
"x-title": "Update Customization Profile"
|
|
57316
|
+
"x-title": "Update Customization Profile",
|
|
57317
|
+
"x-undocumented": "Unreleased."
|
|
57300
57318
|
}
|
|
57301
57319
|
},
|
|
57302
57320
|
"/workspaces/customization_profiles/get": {
|
|
@@ -57318,18 +57336,27 @@ var openapi_default = {
|
|
|
57318
57336
|
schema: {
|
|
57319
57337
|
properties: {
|
|
57320
57338
|
customization_profile: {
|
|
57339
|
+
description: "A customization profile.",
|
|
57321
57340
|
properties: {
|
|
57341
|
+
created_at: { format: "date-time", type: "string" },
|
|
57322
57342
|
customization_profile_id: {
|
|
57323
57343
|
format: "uuid",
|
|
57324
57344
|
type: "string"
|
|
57325
57345
|
},
|
|
57326
|
-
logo_url: { type: "string" },
|
|
57346
|
+
logo_url: { format: "uri", type: "string" },
|
|
57327
57347
|
primary_color: { type: "string" },
|
|
57328
57348
|
secondary_color: { type: "string" },
|
|
57329
57349
|
workspace_id: { format: "uuid", type: "string" }
|
|
57330
57350
|
},
|
|
57331
|
-
required: [
|
|
57332
|
-
|
|
57351
|
+
required: [
|
|
57352
|
+
"customization_profile_id",
|
|
57353
|
+
"workspace_id",
|
|
57354
|
+
"created_at"
|
|
57355
|
+
],
|
|
57356
|
+
type: "object",
|
|
57357
|
+
"x-route-path": "/workspaces/customization_profiles",
|
|
57358
|
+
"x-title": "Customization Profile",
|
|
57359
|
+
"x-undocumented": "Unreleased."
|
|
57333
57360
|
},
|
|
57334
57361
|
ok: { type: "boolean" }
|
|
57335
57362
|
},
|
|
@@ -57350,7 +57377,8 @@ var openapi_default = {
|
|
|
57350
57377
|
"x-fern-sdk-method-name": "get",
|
|
57351
57378
|
"x-fern-sdk-return-value": "customization_profile",
|
|
57352
57379
|
"x-response-key": "customization_profile",
|
|
57353
|
-
"x-title": "Get Customization Profile"
|
|
57380
|
+
"x-title": "Get Customization Profile",
|
|
57381
|
+
"x-undocumented": "Unreleased."
|
|
57354
57382
|
},
|
|
57355
57383
|
post: {
|
|
57356
57384
|
description: "Retrieves the customization profile for the workspace.",
|
|
@@ -57375,18 +57403,27 @@ var openapi_default = {
|
|
|
57375
57403
|
schema: {
|
|
57376
57404
|
properties: {
|
|
57377
57405
|
customization_profile: {
|
|
57406
|
+
description: "A customization profile.",
|
|
57378
57407
|
properties: {
|
|
57408
|
+
created_at: { format: "date-time", type: "string" },
|
|
57379
57409
|
customization_profile_id: {
|
|
57380
57410
|
format: "uuid",
|
|
57381
57411
|
type: "string"
|
|
57382
57412
|
},
|
|
57383
|
-
logo_url: { type: "string" },
|
|
57413
|
+
logo_url: { format: "uri", type: "string" },
|
|
57384
57414
|
primary_color: { type: "string" },
|
|
57385
57415
|
secondary_color: { type: "string" },
|
|
57386
57416
|
workspace_id: { format: "uuid", type: "string" }
|
|
57387
57417
|
},
|
|
57388
|
-
required: [
|
|
57389
|
-
|
|
57418
|
+
required: [
|
|
57419
|
+
"customization_profile_id",
|
|
57420
|
+
"workspace_id",
|
|
57421
|
+
"created_at"
|
|
57422
|
+
],
|
|
57423
|
+
type: "object",
|
|
57424
|
+
"x-route-path": "/workspaces/customization_profiles",
|
|
57425
|
+
"x-title": "Customization Profile",
|
|
57426
|
+
"x-undocumented": "Unreleased."
|
|
57390
57427
|
},
|
|
57391
57428
|
ok: { type: "boolean" }
|
|
57392
57429
|
},
|
|
@@ -57407,7 +57444,8 @@ var openapi_default = {
|
|
|
57407
57444
|
"x-fern-sdk-method-name": "get",
|
|
57408
57445
|
"x-fern-sdk-return-value": "customization_profile",
|
|
57409
57446
|
"x-response-key": "customization_profile",
|
|
57410
|
-
"x-title": "Get Customization Profile"
|
|
57447
|
+
"x-title": "Get Customization Profile",
|
|
57448
|
+
"x-undocumented": "Unreleased."
|
|
57411
57449
|
}
|
|
57412
57450
|
},
|
|
57413
57451
|
"/workspaces/customization_profiles/list": {
|
|
@@ -57422,18 +57460,27 @@ var openapi_default = {
|
|
|
57422
57460
|
properties: {
|
|
57423
57461
|
customization_profiles: {
|
|
57424
57462
|
items: {
|
|
57463
|
+
description: "A customization profile.",
|
|
57425
57464
|
properties: {
|
|
57465
|
+
created_at: { format: "date-time", type: "string" },
|
|
57426
57466
|
customization_profile_id: {
|
|
57427
57467
|
format: "uuid",
|
|
57428
57468
|
type: "string"
|
|
57429
57469
|
},
|
|
57430
|
-
logo_url: { type: "string" },
|
|
57470
|
+
logo_url: { format: "uri", type: "string" },
|
|
57431
57471
|
primary_color: { type: "string" },
|
|
57432
57472
|
secondary_color: { type: "string" },
|
|
57433
57473
|
workspace_id: { format: "uuid", type: "string" }
|
|
57434
57474
|
},
|
|
57435
|
-
required: [
|
|
57436
|
-
|
|
57475
|
+
required: [
|
|
57476
|
+
"customization_profile_id",
|
|
57477
|
+
"workspace_id",
|
|
57478
|
+
"created_at"
|
|
57479
|
+
],
|
|
57480
|
+
type: "object",
|
|
57481
|
+
"x-route-path": "/workspaces/customization_profiles",
|
|
57482
|
+
"x-title": "Customization Profile",
|
|
57483
|
+
"x-undocumented": "Unreleased."
|
|
57437
57484
|
},
|
|
57438
57485
|
type: "array"
|
|
57439
57486
|
},
|
|
@@ -57456,7 +57503,8 @@ var openapi_default = {
|
|
|
57456
57503
|
"x-fern-sdk-method-name": "list",
|
|
57457
57504
|
"x-fern-sdk-return-value": "customization_profiles",
|
|
57458
57505
|
"x-response-key": "customization_profiles",
|
|
57459
|
-
"x-title": "Get Customization Profile"
|
|
57506
|
+
"x-title": "Get Customization Profile",
|
|
57507
|
+
"x-undocumented": "Unreleased."
|
|
57460
57508
|
},
|
|
57461
57509
|
post: {
|
|
57462
57510
|
description: "Retrieves the customization profile for the workspace.",
|
|
@@ -57469,18 +57517,27 @@ var openapi_default = {
|
|
|
57469
57517
|
properties: {
|
|
57470
57518
|
customization_profiles: {
|
|
57471
57519
|
items: {
|
|
57520
|
+
description: "A customization profile.",
|
|
57472
57521
|
properties: {
|
|
57522
|
+
created_at: { format: "date-time", type: "string" },
|
|
57473
57523
|
customization_profile_id: {
|
|
57474
57524
|
format: "uuid",
|
|
57475
57525
|
type: "string"
|
|
57476
57526
|
},
|
|
57477
|
-
logo_url: { type: "string" },
|
|
57527
|
+
logo_url: { format: "uri", type: "string" },
|
|
57478
57528
|
primary_color: { type: "string" },
|
|
57479
57529
|
secondary_color: { type: "string" },
|
|
57480
57530
|
workspace_id: { format: "uuid", type: "string" }
|
|
57481
57531
|
},
|
|
57482
|
-
required: [
|
|
57483
|
-
|
|
57532
|
+
required: [
|
|
57533
|
+
"customization_profile_id",
|
|
57534
|
+
"workspace_id",
|
|
57535
|
+
"created_at"
|
|
57536
|
+
],
|
|
57537
|
+
type: "object",
|
|
57538
|
+
"x-route-path": "/workspaces/customization_profiles",
|
|
57539
|
+
"x-title": "Customization Profile",
|
|
57540
|
+
"x-undocumented": "Unreleased."
|
|
57484
57541
|
},
|
|
57485
57542
|
type: "array"
|
|
57486
57543
|
},
|
|
@@ -57503,7 +57560,8 @@ var openapi_default = {
|
|
|
57503
57560
|
"x-fern-sdk-method-name": "list",
|
|
57504
57561
|
"x-fern-sdk-return-value": "customization_profiles",
|
|
57505
57562
|
"x-response-key": "customization_profiles",
|
|
57506
|
-
"x-title": "Get Customization Profile"
|
|
57563
|
+
"x-title": "Get Customization Profile",
|
|
57564
|
+
"x-undocumented": "Unreleased."
|
|
57507
57565
|
}
|
|
57508
57566
|
},
|
|
57509
57567
|
"/workspaces/customization_profiles/update": {
|
|
@@ -57547,7 +57605,8 @@ var openapi_default = {
|
|
|
57547
57605
|
"x-fern-sdk-group-name": ["workspaces", "customization_profiles"],
|
|
57548
57606
|
"x-fern-sdk-method-name": "update",
|
|
57549
57607
|
"x-response-key": null,
|
|
57550
|
-
"x-title": "Update Customization Profile"
|
|
57608
|
+
"x-title": "Update Customization Profile",
|
|
57609
|
+
"x-undocumented": "Unreleased."
|
|
57551
57610
|
},
|
|
57552
57611
|
post: {
|
|
57553
57612
|
description: "Updates the customization profile for the workspace.",
|
|
@@ -57589,7 +57648,8 @@ var openapi_default = {
|
|
|
57589
57648
|
"x-fern-sdk-group-name": ["workspaces", "customization_profiles"],
|
|
57590
57649
|
"x-fern-sdk-method-name": "update",
|
|
57591
57650
|
"x-response-key": null,
|
|
57592
|
-
"x-title": "Update Customization Profile"
|
|
57651
|
+
"x-title": "Update Customization Profile",
|
|
57652
|
+
"x-undocumented": "Unreleased."
|
|
57593
57653
|
}
|
|
57594
57654
|
},
|
|
57595
57655
|
"/workspaces/customization_profiles/upload_images": {
|
|
@@ -57619,7 +57679,7 @@ var openapi_default = {
|
|
|
57619
57679
|
"x-fern-sdk-method-name": "upload_images",
|
|
57620
57680
|
"x-response-key": null,
|
|
57621
57681
|
"x-title": "Upload Customization Profile Logo",
|
|
57622
|
-
"x-undocumented": "Internal endpoint for
|
|
57682
|
+
"x-undocumented": "Internal form-data endpoint for Console and Customer Portal."
|
|
57623
57683
|
}
|
|
57624
57684
|
},
|
|
57625
57685
|
"/workspaces/find_resources": {
|