@seamapi/types 1.499.0 → 1.501.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.
Files changed (32) hide show
  1. package/dist/connect.cjs +71 -133
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +140 -183
  4. package/dist/index.cjs +71 -133
  5. package/dist/index.cjs.map +1 -1
  6. package/dist/index.d.cts +1 -1
  7. package/lib/seam/connect/model-types.d.ts +1 -1
  8. package/lib/seam/connect/models/batch.d.ts +98 -12
  9. package/lib/seam/connect/models/batch.js +3 -0
  10. package/lib/seam/connect/models/batch.js.map +1 -1
  11. package/lib/seam/connect/models/{customization_profiles/customization_profile.js → customization-profiles/customization-profile.js} +1 -1
  12. package/lib/seam/connect/models/{customization_profiles/customization_profile.js.map → customization-profiles/customization-profile.js.map} +1 -1
  13. package/lib/seam/connect/models/customization-profiles/index.d.ts +1 -0
  14. package/lib/seam/connect/models/customization-profiles/index.js +2 -0
  15. package/lib/seam/connect/models/customization-profiles/index.js.map +1 -0
  16. package/lib/seam/connect/models/index.d.ts +1 -1
  17. package/lib/seam/connect/models/index.js +1 -1
  18. package/lib/seam/connect/models/index.js.map +1 -1
  19. package/lib/seam/connect/models/instant-keys/instant-key.d.ts +4 -4
  20. package/lib/seam/connect/openapi.d.ts +65 -170
  21. package/lib/seam/connect/openapi.js +51 -115
  22. package/lib/seam/connect/openapi.js.map +1 -1
  23. package/lib/seam/connect/route-types.d.ts +18 -0
  24. package/package.json +1 -1
  25. package/src/lib/seam/connect/model-types.ts +1 -0
  26. package/src/lib/seam/connect/models/batch.ts +3 -0
  27. package/src/lib/seam/connect/models/customization-profiles/index.ts +1 -0
  28. package/src/lib/seam/connect/models/index.ts +1 -1
  29. package/src/lib/seam/connect/openapi.ts +51 -115
  30. package/src/lib/seam/connect/route-types.ts +22 -0
  31. package/lib/seam/connect/models/{customization_profiles/customization_profile.d.ts → customization-profiles/customization-profile.d.ts} +2 -2
  32. /package/src/lib/seam/connect/models/{customization_profiles/customization_profile.ts → customization-profiles/customization-profile.ts} +0 -0
@@ -4257,6 +4257,42 @@ declare const _default: {
4257
4257
  type: string;
4258
4258
  'x-route-path': string;
4259
4259
  };
4260
+ customization_profile: {
4261
+ description: string;
4262
+ properties: {
4263
+ created_at: {
4264
+ format: string;
4265
+ type: string;
4266
+ };
4267
+ customization_profile_id: {
4268
+ format: string;
4269
+ type: string;
4270
+ };
4271
+ logo_url: {
4272
+ format: string;
4273
+ type: string;
4274
+ };
4275
+ name: {
4276
+ nullable: boolean;
4277
+ type: string;
4278
+ };
4279
+ primary_color: {
4280
+ type: string;
4281
+ };
4282
+ secondary_color: {
4283
+ type: string;
4284
+ };
4285
+ workspace_id: {
4286
+ format: string;
4287
+ type: string;
4288
+ };
4289
+ };
4290
+ required: string[];
4291
+ type: string;
4292
+ 'x-route-path': string;
4293
+ 'x-title': string;
4294
+ 'x-undocumented': string;
4295
+ };
4260
4296
  device: {
4261
4297
  description: string;
4262
4298
  properties: {
@@ -18233,6 +18269,12 @@ declare const _default: {
18233
18269
  };
18234
18270
  type: string;
18235
18271
  };
18272
+ customization_profiles: {
18273
+ items: {
18274
+ $ref: string;
18275
+ };
18276
+ type: string;
18277
+ };
18236
18278
  devices: {
18237
18279
  items: {
18238
18280
  $ref: string;
@@ -18484,6 +18526,12 @@ declare const _default: {
18484
18526
  };
18485
18527
  type: string;
18486
18528
  };
18529
+ customization_profiles: {
18530
+ items: {
18531
+ $ref: string;
18532
+ };
18533
+ type: string;
18534
+ };
18487
18535
  devices: {
18488
18536
  items: {
18489
18537
  $ref: string;
@@ -48027,40 +48075,7 @@ declare const _default: {
48027
48075
  schema: {
48028
48076
  properties: {
48029
48077
  customization_profile: {
48030
- description: string;
48031
- properties: {
48032
- created_at: {
48033
- format: string;
48034
- type: string;
48035
- };
48036
- customization_profile_id: {
48037
- format: string;
48038
- type: string;
48039
- };
48040
- logo_url: {
48041
- format: string;
48042
- type: string;
48043
- };
48044
- name: {
48045
- nullable: boolean;
48046
- type: string;
48047
- };
48048
- primary_color: {
48049
- type: string;
48050
- };
48051
- secondary_color: {
48052
- type: string;
48053
- };
48054
- workspace_id: {
48055
- format: string;
48056
- type: string;
48057
- };
48058
- };
48059
- required: string[];
48060
- type: string;
48061
- 'x-route-path': string;
48062
- 'x-title': string;
48063
- 'x-undocumented': string;
48078
+ $ref: string;
48064
48079
  };
48065
48080
  ok: {
48066
48081
  type: string;
@@ -48131,40 +48146,7 @@ declare const _default: {
48131
48146
  schema: {
48132
48147
  properties: {
48133
48148
  customization_profile: {
48134
- description: string;
48135
- properties: {
48136
- created_at: {
48137
- format: string;
48138
- type: string;
48139
- };
48140
- customization_profile_id: {
48141
- format: string;
48142
- type: string;
48143
- };
48144
- logo_url: {
48145
- format: string;
48146
- type: string;
48147
- };
48148
- name: {
48149
- nullable: boolean;
48150
- type: string;
48151
- };
48152
- primary_color: {
48153
- type: string;
48154
- };
48155
- secondary_color: {
48156
- type: string;
48157
- };
48158
- workspace_id: {
48159
- format: string;
48160
- type: string;
48161
- };
48162
- };
48163
- required: string[];
48164
- type: string;
48165
- 'x-route-path': string;
48166
- 'x-title': string;
48167
- 'x-undocumented': string;
48149
+ $ref: string;
48168
48150
  };
48169
48151
  ok: {
48170
48152
  type: string;
@@ -48240,40 +48222,7 @@ declare const _default: {
48240
48222
  schema: {
48241
48223
  properties: {
48242
48224
  customization_profile: {
48243
- description: string;
48244
- properties: {
48245
- created_at: {
48246
- format: string;
48247
- type: string;
48248
- };
48249
- customization_profile_id: {
48250
- format: string;
48251
- type: string;
48252
- };
48253
- logo_url: {
48254
- format: string;
48255
- type: string;
48256
- };
48257
- name: {
48258
- nullable: boolean;
48259
- type: string;
48260
- };
48261
- primary_color: {
48262
- type: string;
48263
- };
48264
- secondary_color: {
48265
- type: string;
48266
- };
48267
- workspace_id: {
48268
- format: string;
48269
- type: string;
48270
- };
48271
- };
48272
- required: string[];
48273
- type: string;
48274
- 'x-route-path': string;
48275
- 'x-title': string;
48276
- 'x-undocumented': string;
48225
+ $ref: string;
48277
48226
  };
48278
48227
  ok: {
48279
48228
  type: string;
@@ -48336,40 +48285,7 @@ declare const _default: {
48336
48285
  properties: {
48337
48286
  customization_profiles: {
48338
48287
  items: {
48339
- description: string;
48340
- properties: {
48341
- created_at: {
48342
- format: string;
48343
- type: string;
48344
- };
48345
- customization_profile_id: {
48346
- format: string;
48347
- type: string;
48348
- };
48349
- logo_url: {
48350
- format: string;
48351
- type: string;
48352
- };
48353
- name: {
48354
- nullable: boolean;
48355
- type: string;
48356
- };
48357
- primary_color: {
48358
- type: string;
48359
- };
48360
- secondary_color: {
48361
- type: string;
48362
- };
48363
- workspace_id: {
48364
- format: string;
48365
- type: string;
48366
- };
48367
- };
48368
- required: string[];
48369
- type: string;
48370
- 'x-route-path': string;
48371
- 'x-title': string;
48372
- 'x-undocumented': string;
48288
+ $ref: string;
48373
48289
  };
48374
48290
  type: string;
48375
48291
  };
@@ -48432,40 +48348,7 @@ declare const _default: {
48432
48348
  properties: {
48433
48349
  customization_profiles: {
48434
48350
  items: {
48435
- description: string;
48436
- properties: {
48437
- created_at: {
48438
- format: string;
48439
- type: string;
48440
- };
48441
- customization_profile_id: {
48442
- format: string;
48443
- type: string;
48444
- };
48445
- logo_url: {
48446
- format: string;
48447
- type: string;
48448
- };
48449
- name: {
48450
- nullable: boolean;
48451
- type: string;
48452
- };
48453
- primary_color: {
48454
- type: string;
48455
- };
48456
- secondary_color: {
48457
- type: string;
48458
- };
48459
- workspace_id: {
48460
- format: string;
48461
- type: string;
48462
- };
48463
- };
48464
- required: string[];
48465
- type: string;
48466
- 'x-route-path': string;
48467
- 'x-title': string;
48468
- 'x-undocumented': string;
48351
+ $ref: string;
48469
48352
  };
48470
48353
  type: string;
48471
48354
  };
@@ -48840,6 +48723,12 @@ declare const _default: {
48840
48723
  };
48841
48724
  type: string;
48842
48725
  };
48726
+ customization_profiles: {
48727
+ items: {
48728
+ $ref: string;
48729
+ };
48730
+ type: string;
48731
+ };
48843
48732
  devices: {
48844
48733
  items: {
48845
48734
  $ref: string;
@@ -49073,6 +48962,12 @@ declare const _default: {
49073
48962
  };
49074
48963
  type: string;
49075
48964
  };
48965
+ customization_profiles: {
48966
+ items: {
48967
+ $ref: string;
48968
+ };
48969
+ type: string;
48970
+ };
49076
48971
  devices: {
49077
48972
  items: {
49078
48973
  $ref: string;
@@ -8124,6 +8124,28 @@ export default {
8124
8124
  type: 'object',
8125
8125
  'x-route-path': '/connected_accounts',
8126
8126
  },
8127
+ customization_profile: {
8128
+ description: 'A customization profile.',
8129
+ properties: {
8130
+ created_at: { format: 'date-time', type: 'string' },
8131
+ customization_profile_id: { format: 'uuid', type: 'string' },
8132
+ logo_url: { format: 'uri', type: 'string' },
8133
+ name: { nullable: true, type: 'string' },
8134
+ primary_color: { type: 'string' },
8135
+ secondary_color: { type: 'string' },
8136
+ workspace_id: { format: 'uuid', type: 'string' },
8137
+ },
8138
+ required: [
8139
+ 'workspace_id',
8140
+ 'name',
8141
+ 'customization_profile_id',
8142
+ 'created_at',
8143
+ ],
8144
+ type: 'object',
8145
+ 'x-route-path': '/workspaces/customization_profiles',
8146
+ 'x-title': 'Customization Profile',
8147
+ 'x-undocumented': 'Unreleased.',
8148
+ },
8127
8149
  device: {
8128
8150
  description: 'Represents a [device](https://docs.seam.co/latest/core-concepts/devices) that has been connected to Seam.',
8129
8151
  properties: {
@@ -26384,6 +26406,12 @@ export default {
26384
26406
  },
26385
26407
  type: 'array',
26386
26408
  },
26409
+ customization_profiles: {
26410
+ items: {
26411
+ $ref: '#/components/schemas/customization_profile',
26412
+ },
26413
+ type: 'array',
26414
+ },
26387
26415
  devices: {
26388
26416
  items: { $ref: '#/components/schemas/device' },
26389
26417
  type: 'array',
@@ -26597,6 +26625,12 @@ export default {
26597
26625
  },
26598
26626
  type: 'array',
26599
26627
  },
26628
+ customization_profiles: {
26629
+ items: {
26630
+ $ref: '#/components/schemas/customization_profile',
26631
+ },
26632
+ type: 'array',
26633
+ },
26600
26634
  devices: {
26601
26635
  items: { $ref: '#/components/schemas/device' },
26602
26636
  type: 'array',
@@ -52065,29 +52099,7 @@ export default {
52065
52099
  schema: {
52066
52100
  properties: {
52067
52101
  customization_profile: {
52068
- description: 'A customization profile.',
52069
- properties: {
52070
- created_at: { format: 'date-time', type: 'string' },
52071
- customization_profile_id: {
52072
- format: 'uuid',
52073
- type: 'string',
52074
- },
52075
- logo_url: { format: 'uri', type: 'string' },
52076
- name: { nullable: true, type: 'string' },
52077
- primary_color: { type: 'string' },
52078
- secondary_color: { type: 'string' },
52079
- workspace_id: { format: 'uuid', type: 'string' },
52080
- },
52081
- required: [
52082
- 'workspace_id',
52083
- 'name',
52084
- 'customization_profile_id',
52085
- 'created_at',
52086
- ],
52087
- type: 'object',
52088
- 'x-route-path': '/workspaces/customization_profiles',
52089
- 'x-title': 'Customization Profile',
52090
- 'x-undocumented': 'Unreleased.',
52102
+ $ref: '#/components/schemas/customization_profile',
52091
52103
  },
52092
52104
  ok: { type: 'boolean' },
52093
52105
  },
@@ -52136,29 +52148,7 @@ export default {
52136
52148
  schema: {
52137
52149
  properties: {
52138
52150
  customization_profile: {
52139
- description: 'A customization profile.',
52140
- properties: {
52141
- created_at: { format: 'date-time', type: 'string' },
52142
- customization_profile_id: {
52143
- format: 'uuid',
52144
- type: 'string',
52145
- },
52146
- logo_url: { format: 'uri', type: 'string' },
52147
- name: { nullable: true, type: 'string' },
52148
- primary_color: { type: 'string' },
52149
- secondary_color: { type: 'string' },
52150
- workspace_id: { format: 'uuid', type: 'string' },
52151
- },
52152
- required: [
52153
- 'workspace_id',
52154
- 'name',
52155
- 'customization_profile_id',
52156
- 'created_at',
52157
- ],
52158
- type: 'object',
52159
- 'x-route-path': '/workspaces/customization_profiles',
52160
- 'x-title': 'Customization Profile',
52161
- 'x-undocumented': 'Unreleased.',
52151
+ $ref: '#/components/schemas/customization_profile',
52162
52152
  },
52163
52153
  ok: { type: 'boolean' },
52164
52154
  },
@@ -52210,29 +52200,7 @@ export default {
52210
52200
  schema: {
52211
52201
  properties: {
52212
52202
  customization_profile: {
52213
- description: 'A customization profile.',
52214
- properties: {
52215
- created_at: { format: 'date-time', type: 'string' },
52216
- customization_profile_id: {
52217
- format: 'uuid',
52218
- type: 'string',
52219
- },
52220
- logo_url: { format: 'uri', type: 'string' },
52221
- name: { nullable: true, type: 'string' },
52222
- primary_color: { type: 'string' },
52223
- secondary_color: { type: 'string' },
52224
- workspace_id: { format: 'uuid', type: 'string' },
52225
- },
52226
- required: [
52227
- 'workspace_id',
52228
- 'name',
52229
- 'customization_profile_id',
52230
- 'created_at',
52231
- ],
52232
- type: 'object',
52233
- 'x-route-path': '/workspaces/customization_profiles',
52234
- 'x-title': 'Customization Profile',
52235
- 'x-undocumented': 'Unreleased.',
52203
+ $ref: '#/components/schemas/customization_profile',
52236
52204
  },
52237
52205
  ok: { type: 'boolean' },
52238
52206
  },
@@ -52274,29 +52242,7 @@ export default {
52274
52242
  properties: {
52275
52243
  customization_profiles: {
52276
52244
  items: {
52277
- description: 'A customization profile.',
52278
- properties: {
52279
- created_at: { format: 'date-time', type: 'string' },
52280
- customization_profile_id: {
52281
- format: 'uuid',
52282
- type: 'string',
52283
- },
52284
- logo_url: { format: 'uri', type: 'string' },
52285
- name: { nullable: true, type: 'string' },
52286
- primary_color: { type: 'string' },
52287
- secondary_color: { type: 'string' },
52288
- workspace_id: { format: 'uuid', type: 'string' },
52289
- },
52290
- required: [
52291
- 'workspace_id',
52292
- 'name',
52293
- 'customization_profile_id',
52294
- 'created_at',
52295
- ],
52296
- type: 'object',
52297
- 'x-route-path': '/workspaces/customization_profiles',
52298
- 'x-title': 'Customization Profile',
52299
- 'x-undocumented': 'Unreleased.',
52245
+ $ref: '#/components/schemas/customization_profile',
52300
52246
  },
52301
52247
  type: 'array',
52302
52248
  },
@@ -52338,29 +52284,7 @@ export default {
52338
52284
  properties: {
52339
52285
  customization_profiles: {
52340
52286
  items: {
52341
- description: 'A customization profile.',
52342
- properties: {
52343
- created_at: { format: 'date-time', type: 'string' },
52344
- customization_profile_id: {
52345
- format: 'uuid',
52346
- type: 'string',
52347
- },
52348
- logo_url: { format: 'uri', type: 'string' },
52349
- name: { nullable: true, type: 'string' },
52350
- primary_color: { type: 'string' },
52351
- secondary_color: { type: 'string' },
52352
- workspace_id: { format: 'uuid', type: 'string' },
52353
- },
52354
- required: [
52355
- 'workspace_id',
52356
- 'name',
52357
- 'customization_profile_id',
52358
- 'created_at',
52359
- ],
52360
- type: 'object',
52361
- 'x-route-path': '/workspaces/customization_profiles',
52362
- 'x-title': 'Customization Profile',
52363
- 'x-undocumented': 'Unreleased.',
52287
+ $ref: '#/components/schemas/customization_profile',
52364
52288
  },
52365
52289
  type: 'array',
52366
52290
  },
@@ -52615,6 +52539,12 @@ export default {
52615
52539
  },
52616
52540
  type: 'array',
52617
52541
  },
52542
+ customization_profiles: {
52543
+ items: {
52544
+ $ref: '#/components/schemas/customization_profile',
52545
+ },
52546
+ type: 'array',
52547
+ },
52618
52548
  devices: {
52619
52549
  items: { $ref: '#/components/schemas/device' },
52620
52550
  type: 'array',
@@ -52808,6 +52738,12 @@ export default {
52808
52738
  },
52809
52739
  type: 'array',
52810
52740
  },
52741
+ customization_profiles: {
52742
+ items: {
52743
+ $ref: '#/components/schemas/customization_profile',
52744
+ },
52745
+ type: 'array',
52746
+ },
52811
52747
  devices: {
52812
52748
  items: { $ref: '#/components/schemas/device' },
52813
52749
  type: 'array',