@seamapi/types 1.499.0 → 1.500.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.499.0",
3
+ "version": "1.500.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -9200,6 +9200,28 @@ export default {
9200
9200
  type: 'object',
9201
9201
  'x-route-path': '/connected_accounts',
9202
9202
  },
9203
+ customization_profile: {
9204
+ description: 'A customization profile.',
9205
+ properties: {
9206
+ created_at: { format: 'date-time', type: 'string' },
9207
+ customization_profile_id: { format: 'uuid', type: 'string' },
9208
+ logo_url: { format: 'uri', type: 'string' },
9209
+ name: { nullable: true, type: 'string' },
9210
+ primary_color: { type: 'string' },
9211
+ secondary_color: { type: 'string' },
9212
+ workspace_id: { format: 'uuid', type: 'string' },
9213
+ },
9214
+ required: [
9215
+ 'workspace_id',
9216
+ 'name',
9217
+ 'customization_profile_id',
9218
+ 'created_at',
9219
+ ],
9220
+ type: 'object',
9221
+ 'x-route-path': '/workspaces/customization_profiles',
9222
+ 'x-title': 'Customization Profile',
9223
+ 'x-undocumented': 'Unreleased.',
9224
+ },
9203
9225
  device: {
9204
9226
  description:
9205
9227
  'Represents a [device](https://docs.seam.co/latest/core-concepts/devices) that has been connected to Seam.',
@@ -56343,29 +56365,7 @@ export default {
56343
56365
  schema: {
56344
56366
  properties: {
56345
56367
  customization_profile: {
56346
- description: 'A customization profile.',
56347
- properties: {
56348
- created_at: { format: 'date-time', type: 'string' },
56349
- customization_profile_id: {
56350
- format: 'uuid',
56351
- type: 'string',
56352
- },
56353
- logo_url: { format: 'uri', type: 'string' },
56354
- name: { nullable: true, type: 'string' },
56355
- primary_color: { type: 'string' },
56356
- secondary_color: { type: 'string' },
56357
- workspace_id: { format: 'uuid', type: 'string' },
56358
- },
56359
- required: [
56360
- 'workspace_id',
56361
- 'name',
56362
- 'customization_profile_id',
56363
- 'created_at',
56364
- ],
56365
- type: 'object',
56366
- 'x-route-path': '/workspaces/customization_profiles',
56367
- 'x-title': 'Customization Profile',
56368
- 'x-undocumented': 'Unreleased.',
56368
+ $ref: '#/components/schemas/customization_profile',
56369
56369
  },
56370
56370
  ok: { type: 'boolean' },
56371
56371
  },
@@ -56414,29 +56414,7 @@ export default {
56414
56414
  schema: {
56415
56415
  properties: {
56416
56416
  customization_profile: {
56417
- description: 'A customization profile.',
56418
- properties: {
56419
- created_at: { format: 'date-time', type: 'string' },
56420
- customization_profile_id: {
56421
- format: 'uuid',
56422
- type: 'string',
56423
- },
56424
- logo_url: { format: 'uri', type: 'string' },
56425
- name: { nullable: true, type: 'string' },
56426
- primary_color: { type: 'string' },
56427
- secondary_color: { type: 'string' },
56428
- workspace_id: { format: 'uuid', type: 'string' },
56429
- },
56430
- required: [
56431
- 'workspace_id',
56432
- 'name',
56433
- 'customization_profile_id',
56434
- 'created_at',
56435
- ],
56436
- type: 'object',
56437
- 'x-route-path': '/workspaces/customization_profiles',
56438
- 'x-title': 'Customization Profile',
56439
- 'x-undocumented': 'Unreleased.',
56417
+ $ref: '#/components/schemas/customization_profile',
56440
56418
  },
56441
56419
  ok: { type: 'boolean' },
56442
56420
  },
@@ -56488,29 +56466,7 @@ export default {
56488
56466
  schema: {
56489
56467
  properties: {
56490
56468
  customization_profile: {
56491
- description: 'A customization profile.',
56492
- properties: {
56493
- created_at: { format: 'date-time', type: 'string' },
56494
- customization_profile_id: {
56495
- format: 'uuid',
56496
- type: 'string',
56497
- },
56498
- logo_url: { format: 'uri', type: 'string' },
56499
- name: { nullable: true, type: 'string' },
56500
- primary_color: { type: 'string' },
56501
- secondary_color: { type: 'string' },
56502
- workspace_id: { format: 'uuid', type: 'string' },
56503
- },
56504
- required: [
56505
- 'workspace_id',
56506
- 'name',
56507
- 'customization_profile_id',
56508
- 'created_at',
56509
- ],
56510
- type: 'object',
56511
- 'x-route-path': '/workspaces/customization_profiles',
56512
- 'x-title': 'Customization Profile',
56513
- 'x-undocumented': 'Unreleased.',
56469
+ $ref: '#/components/schemas/customization_profile',
56514
56470
  },
56515
56471
  ok: { type: 'boolean' },
56516
56472
  },
@@ -56552,29 +56508,7 @@ export default {
56552
56508
  properties: {
56553
56509
  customization_profiles: {
56554
56510
  items: {
56555
- description: 'A customization profile.',
56556
- properties: {
56557
- created_at: { format: 'date-time', type: 'string' },
56558
- customization_profile_id: {
56559
- format: 'uuid',
56560
- type: 'string',
56561
- },
56562
- logo_url: { format: 'uri', type: 'string' },
56563
- name: { nullable: true, type: 'string' },
56564
- primary_color: { type: 'string' },
56565
- secondary_color: { type: 'string' },
56566
- workspace_id: { format: 'uuid', type: 'string' },
56567
- },
56568
- required: [
56569
- 'workspace_id',
56570
- 'name',
56571
- 'customization_profile_id',
56572
- 'created_at',
56573
- ],
56574
- type: 'object',
56575
- 'x-route-path': '/workspaces/customization_profiles',
56576
- 'x-title': 'Customization Profile',
56577
- 'x-undocumented': 'Unreleased.',
56511
+ $ref: '#/components/schemas/customization_profile',
56578
56512
  },
56579
56513
  type: 'array',
56580
56514
  },
@@ -56616,29 +56550,7 @@ export default {
56616
56550
  properties: {
56617
56551
  customization_profiles: {
56618
56552
  items: {
56619
- description: 'A customization profile.',
56620
- properties: {
56621
- created_at: { format: 'date-time', type: 'string' },
56622
- customization_profile_id: {
56623
- format: 'uuid',
56624
- type: 'string',
56625
- },
56626
- logo_url: { format: 'uri', type: 'string' },
56627
- name: { nullable: true, type: 'string' },
56628
- primary_color: { type: 'string' },
56629
- secondary_color: { type: 'string' },
56630
- workspace_id: { format: 'uuid', type: 'string' },
56631
- },
56632
- required: [
56633
- 'workspace_id',
56634
- 'name',
56635
- 'customization_profile_id',
56636
- 'created_at',
56637
- ],
56638
- type: 'object',
56639
- 'x-route-path': '/workspaces/customization_profiles',
56640
- 'x-title': 'Customization Profile',
56641
- 'x-undocumented': 'Unreleased.',
56553
+ $ref: '#/components/schemas/customization_profile',
56642
56554
  },
56643
56555
  type: 'array',
56644
56556
  },