@seamapi/types 1.465.0 → 1.466.1
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 +39 -27
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +20 -13
- package/dist/index.cjs +39 -27
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js +1 -1
- package/lib/seam/connect/models/devices/capability-properties/thermostat.js +2 -0
- package/lib/seam/connect/models/devices/capability-properties/thermostat.js.map +1 -1
- package/lib/seam/connect/models/thermostats/thermostat-program.js +1 -0
- package/lib/seam/connect/models/thermostats/thermostat-program.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +18 -9
- package/lib/seam/connect/openapi.js +18 -9
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -4
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential-provisioning-automation.ts +1 -1
- package/src/lib/seam/connect/models/devices/capability-properties/thermostat.ts +2 -0
- package/src/lib/seam/connect/models/thermostats/thermostat-program.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +18 -17
- package/src/lib/seam/connect/route-types.ts +2 -4
package/dist/connect.d.cts
CHANGED
|
@@ -47024,9 +47024,11 @@ declare const _default: {
|
|
|
47024
47024
|
required: string[];
|
|
47025
47025
|
type: string;
|
|
47026
47026
|
'x-route-path': string;
|
|
47027
|
+
'x-undocumented': string;
|
|
47027
47028
|
};
|
|
47028
47029
|
type: string;
|
|
47029
47030
|
'x-property-group-key': string;
|
|
47031
|
+
'x-undocumented': string;
|
|
47030
47032
|
};
|
|
47031
47033
|
thermostat_weekly_program: {
|
|
47032
47034
|
description: string;
|
|
@@ -47083,6 +47085,7 @@ declare const _default: {
|
|
|
47083
47085
|
required: string[];
|
|
47084
47086
|
type: string;
|
|
47085
47087
|
'x-property-group-key': string;
|
|
47088
|
+
'x-undocumented': string;
|
|
47086
47089
|
};
|
|
47087
47090
|
_experimental_supported_code_from_access_codes_lengths?: never;
|
|
47088
47091
|
code_constraints?: never;
|
|
@@ -47291,7 +47294,6 @@ declare const _default: {
|
|
|
47291
47294
|
'x-route-path': string;
|
|
47292
47295
|
};
|
|
47293
47296
|
enrollment_automation: {
|
|
47294
|
-
deprecated: boolean;
|
|
47295
47297
|
description: string;
|
|
47296
47298
|
properties: {
|
|
47297
47299
|
created_at: {
|
|
@@ -47322,8 +47324,8 @@ declare const _default: {
|
|
|
47322
47324
|
};
|
|
47323
47325
|
required: string[];
|
|
47324
47326
|
type: string;
|
|
47325
|
-
'x-deprecated': string;
|
|
47326
47327
|
'x-route-path': string;
|
|
47328
|
+
'x-undocumented': string;
|
|
47327
47329
|
};
|
|
47328
47330
|
event: {
|
|
47329
47331
|
description: string;
|
|
@@ -51874,6 +51876,7 @@ declare const _default: {
|
|
|
51874
51876
|
required: string[];
|
|
51875
51877
|
type: string;
|
|
51876
51878
|
'x-route-path': string;
|
|
51879
|
+
'x-undocumented': string;
|
|
51877
51880
|
};
|
|
51878
51881
|
thermostat_schedule: {
|
|
51879
51882
|
description: string;
|
|
@@ -81029,6 +81032,7 @@ declare const _default: {
|
|
|
81029
81032
|
'x-fern-sdk-return-value': string;
|
|
81030
81033
|
'x-response-key': string;
|
|
81031
81034
|
'x-title': string;
|
|
81035
|
+
'x-undocumented': string;
|
|
81032
81036
|
};
|
|
81033
81037
|
};
|
|
81034
81038
|
'/thermostats/daily_programs/delete': {
|
|
@@ -81096,6 +81100,7 @@ declare const _default: {
|
|
|
81096
81100
|
'x-fern-sdk-method-name': string;
|
|
81097
81101
|
'x-response-key': null;
|
|
81098
81102
|
'x-title': string;
|
|
81103
|
+
'x-undocumented': string;
|
|
81099
81104
|
};
|
|
81100
81105
|
post: {
|
|
81101
81106
|
description: string;
|
|
@@ -81168,6 +81173,7 @@ declare const _default: {
|
|
|
81168
81173
|
'x-fern-sdk-method-name': string;
|
|
81169
81174
|
'x-response-key': null;
|
|
81170
81175
|
'x-title': string;
|
|
81176
|
+
'x-undocumented': string;
|
|
81171
81177
|
};
|
|
81172
81178
|
};
|
|
81173
81179
|
'/thermostats/daily_programs/update': {
|
|
@@ -81271,6 +81277,7 @@ declare const _default: {
|
|
|
81271
81277
|
'x-fern-sdk-return-value': string;
|
|
81272
81278
|
'x-response-key': string;
|
|
81273
81279
|
'x-title': string;
|
|
81280
|
+
'x-undocumented': string;
|
|
81274
81281
|
};
|
|
81275
81282
|
post: {
|
|
81276
81283
|
description: string;
|
|
@@ -81372,6 +81379,7 @@ declare const _default: {
|
|
|
81372
81379
|
'x-fern-sdk-return-value': string;
|
|
81373
81380
|
'x-response-key': string;
|
|
81374
81381
|
'x-title': string;
|
|
81382
|
+
'x-undocumented': string;
|
|
81375
81383
|
};
|
|
81376
81384
|
};
|
|
81377
81385
|
'/thermostats/delete_climate_preset': {
|
|
@@ -84405,6 +84413,7 @@ declare const _default: {
|
|
|
84405
84413
|
'x-fern-sdk-return-value': string;
|
|
84406
84414
|
'x-response-key': string;
|
|
84407
84415
|
'x-title': string;
|
|
84416
|
+
'x-undocumented': string;
|
|
84408
84417
|
};
|
|
84409
84418
|
};
|
|
84410
84419
|
'/unstable_access_grants/create': {
|
|
@@ -87580,11 +87589,11 @@ declare const _default: {
|
|
|
87580
87589
|
})[];
|
|
87581
87590
|
summary: string;
|
|
87582
87591
|
tags: string[];
|
|
87583
|
-
'x-deprecated': string;
|
|
87584
87592
|
'x-fern-sdk-group-name': string[];
|
|
87585
87593
|
'x-fern-sdk-method-name': string;
|
|
87586
87594
|
'x-response-key': null;
|
|
87587
87595
|
'x-title': string;
|
|
87596
|
+
'x-undocumented': string;
|
|
87588
87597
|
};
|
|
87589
87598
|
post: {
|
|
87590
87599
|
description: string;
|
|
@@ -87645,11 +87654,11 @@ declare const _default: {
|
|
|
87645
87654
|
})[];
|
|
87646
87655
|
summary: string;
|
|
87647
87656
|
tags: string[];
|
|
87648
|
-
'x-deprecated': string;
|
|
87649
87657
|
'x-fern-sdk-group-name': string[];
|
|
87650
87658
|
'x-fern-sdk-method-name': string;
|
|
87651
87659
|
'x-response-key': null;
|
|
87652
87660
|
'x-title': string;
|
|
87661
|
+
'x-undocumented': string;
|
|
87653
87662
|
};
|
|
87654
87663
|
};
|
|
87655
87664
|
'/user_identities/enrollment_automations/get': {
|
|
@@ -87716,12 +87725,12 @@ declare const _default: {
|
|
|
87716
87725
|
})[];
|
|
87717
87726
|
summary: string;
|
|
87718
87727
|
tags: string[];
|
|
87719
|
-
'x-deprecated': string;
|
|
87720
87728
|
'x-fern-sdk-group-name': string[];
|
|
87721
87729
|
'x-fern-sdk-method-name': string;
|
|
87722
87730
|
'x-fern-sdk-return-value': string;
|
|
87723
87731
|
'x-response-key': string;
|
|
87724
87732
|
'x-title': string;
|
|
87733
|
+
'x-undocumented': string;
|
|
87725
87734
|
};
|
|
87726
87735
|
post: {
|
|
87727
87736
|
description: string;
|
|
@@ -87793,12 +87802,12 @@ declare const _default: {
|
|
|
87793
87802
|
})[];
|
|
87794
87803
|
summary: string;
|
|
87795
87804
|
tags: string[];
|
|
87796
|
-
'x-deprecated': string;
|
|
87797
87805
|
'x-fern-sdk-group-name': string[];
|
|
87798
87806
|
'x-fern-sdk-method-name': string;
|
|
87799
87807
|
'x-fern-sdk-return-value': string;
|
|
87800
87808
|
'x-response-key': string;
|
|
87801
87809
|
'x-title': string;
|
|
87810
|
+
'x-undocumented': string;
|
|
87802
87811
|
};
|
|
87803
87812
|
};
|
|
87804
87813
|
'/user_identities/enrollment_automations/launch': {
|
|
@@ -87883,12 +87892,12 @@ declare const _default: {
|
|
|
87883
87892
|
})[];
|
|
87884
87893
|
summary: string;
|
|
87885
87894
|
tags: string[];
|
|
87886
|
-
'x-deprecated': string;
|
|
87887
87895
|
'x-fern-sdk-group-name': string[];
|
|
87888
87896
|
'x-fern-sdk-method-name': string;
|
|
87889
87897
|
'x-fern-sdk-return-value': string;
|
|
87890
87898
|
'x-response-key': string;
|
|
87891
87899
|
'x-title': string;
|
|
87900
|
+
'x-undocumented': string;
|
|
87892
87901
|
};
|
|
87893
87902
|
};
|
|
87894
87903
|
'/user_identities/enrollment_automations/list': {
|
|
@@ -87958,12 +87967,12 @@ declare const _default: {
|
|
|
87958
87967
|
})[];
|
|
87959
87968
|
summary: string;
|
|
87960
87969
|
tags: string[];
|
|
87961
|
-
'x-deprecated': string;
|
|
87962
87970
|
'x-fern-sdk-group-name': string[];
|
|
87963
87971
|
'x-fern-sdk-method-name': string;
|
|
87964
87972
|
'x-fern-sdk-return-value': string;
|
|
87965
87973
|
'x-response-key': string;
|
|
87966
87974
|
'x-title': string;
|
|
87975
|
+
'x-undocumented': string;
|
|
87967
87976
|
};
|
|
87968
87977
|
post: {
|
|
87969
87978
|
description: string;
|
|
@@ -88038,12 +88047,12 @@ declare const _default: {
|
|
|
88038
88047
|
})[];
|
|
88039
88048
|
summary: string;
|
|
88040
88049
|
tags: string[];
|
|
88041
|
-
'x-deprecated': string;
|
|
88042
88050
|
'x-fern-sdk-group-name': string[];
|
|
88043
88051
|
'x-fern-sdk-method-name': string;
|
|
88044
88052
|
'x-fern-sdk-return-value': string;
|
|
88045
88053
|
'x-response-key': string;
|
|
88046
88054
|
'x-title': string;
|
|
88055
|
+
'x-undocumented': string;
|
|
88047
88056
|
};
|
|
88048
88057
|
};
|
|
88049
88058
|
'/user_identities/generate_instant_key': {
|
|
@@ -162006,8 +162015,7 @@ type Routes = {
|
|
|
162006
162015
|
};
|
|
162007
162016
|
formData: {};
|
|
162008
162017
|
jsonResponse: {
|
|
162009
|
-
/** Represents an [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system) within the [Seam mobile access solution](https://docs.seam.co/latest/capability-guides/mobile-access/).
|
|
162010
|
-
* @deprecated Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials.*/
|
|
162018
|
+
/** Represents an [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system) within the [Seam mobile access solution](https://docs.seam.co/latest/capability-guides/mobile-access/). */
|
|
162011
162019
|
enrollment_automation: {
|
|
162012
162020
|
/** ID of the enrollment automation. */
|
|
162013
162021
|
enrollment_automation_id: string;
|
|
@@ -162041,8 +162049,7 @@ type Routes = {
|
|
|
162041
162049
|
};
|
|
162042
162050
|
formData: {};
|
|
162043
162051
|
jsonResponse: {
|
|
162044
|
-
/** Represents an [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system) within the [Seam mobile access solution](https://docs.seam.co/latest/capability-guides/mobile-access/).
|
|
162045
|
-
* @deprecated Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials.*/
|
|
162052
|
+
/** Represents an [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system) within the [Seam mobile access solution](https://docs.seam.co/latest/capability-guides/mobile-access/). */
|
|
162046
162053
|
enrollment_automation: {
|
|
162047
162054
|
/** ID of the enrollment automation. */
|
|
162048
162055
|
enrollment_automation_id: string;
|
package/dist/index.cjs
CHANGED
|
@@ -249,6 +249,7 @@ var thermostat_daily_program = zod.z.object({
|
|
|
249
249
|
}).describe(`
|
|
250
250
|
---
|
|
251
251
|
route_path: /thermostats/daily_programs
|
|
252
|
+
undocumented: Unreleased.
|
|
252
253
|
---
|
|
253
254
|
Represents a thermostat daily program, consisting of a set of periods, each of which has a starting time and the key that identifies the climate preset to apply at the starting time.
|
|
254
255
|
`);
|
|
@@ -429,12 +430,14 @@ var thermostat_capability_properties = zod.z.object({
|
|
|
429
430
|
thermostat_daily_programs: zod.z.array(thermostat_daily_program).optional().describe(`
|
|
430
431
|
---
|
|
431
432
|
property_group_key: thermostats
|
|
433
|
+
undocumented: Unreleased.
|
|
432
434
|
---
|
|
433
435
|
Configured [daily programs](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat.
|
|
434
436
|
`),
|
|
435
437
|
thermostat_weekly_program: thermostat_weekly_program.nullable().optional().describe(`
|
|
436
438
|
---
|
|
437
439
|
property_group_key: thermostats
|
|
440
|
+
undocumented: Unreleased.
|
|
438
441
|
---
|
|
439
442
|
Current [weekly program](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat.
|
|
440
443
|
`),
|
|
@@ -16349,10 +16352,12 @@ var openapi_default = {
|
|
|
16349
16352
|
"created_at"
|
|
16350
16353
|
],
|
|
16351
16354
|
type: "object",
|
|
16352
|
-
"x-route-path": "/thermostats/daily_programs"
|
|
16355
|
+
"x-route-path": "/thermostats/daily_programs",
|
|
16356
|
+
"x-undocumented": "Unreleased."
|
|
16353
16357
|
},
|
|
16354
16358
|
type: "array",
|
|
16355
|
-
"x-property-group-key": "thermostats"
|
|
16359
|
+
"x-property-group-key": "thermostats",
|
|
16360
|
+
"x-undocumented": "Unreleased."
|
|
16356
16361
|
},
|
|
16357
16362
|
thermostat_weekly_program: {
|
|
16358
16363
|
description: "Current [weekly program](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat.",
|
|
@@ -16417,7 +16422,8 @@ var openapi_default = {
|
|
|
16417
16422
|
"created_at"
|
|
16418
16423
|
],
|
|
16419
16424
|
type: "object",
|
|
16420
|
-
"x-property-group-key": "thermostats"
|
|
16425
|
+
"x-property-group-key": "thermostats",
|
|
16426
|
+
"x-undocumented": "Unreleased."
|
|
16421
16427
|
}
|
|
16422
16428
|
},
|
|
16423
16429
|
type: "object"
|
|
@@ -16945,7 +16951,6 @@ var openapi_default = {
|
|
|
16945
16951
|
"x-route-path": "/devices"
|
|
16946
16952
|
},
|
|
16947
16953
|
enrollment_automation: {
|
|
16948
|
-
deprecated: true,
|
|
16949
16954
|
description: "Represents an [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system) within the [Seam mobile access solution](https://docs.seam.co/latest/capability-guides/mobile-access/).",
|
|
16950
16955
|
properties: {
|
|
16951
16956
|
created_at: {
|
|
@@ -16982,8 +16987,8 @@ var openapi_default = {
|
|
|
16982
16987
|
"workspace_id"
|
|
16983
16988
|
],
|
|
16984
16989
|
type: "object",
|
|
16985
|
-
"x-
|
|
16986
|
-
"x-
|
|
16990
|
+
"x-route-path": "/user_identities/enrollment_automations",
|
|
16991
|
+
"x-undocumented": "Will be removed."
|
|
16987
16992
|
},
|
|
16988
16993
|
event: {
|
|
16989
16994
|
description: "Represents an event. Events let you know when something interesting happens in your workspace. For example, when a lock is unlocked, Seam creates a `lock.unlocked` event. When a device's battery level is low, Seam creates a `device.battery_low` event.\n\nAs with other API resources, you can retrieve an individual event or a list of events. Seam also provides a separate [webhook](https://docs.seam.co/latest/developer-tools/webhooks) system for sending the event objects directly to an endpoint on your sever. Manage webhooks through [Seam Console](https://console.seam.co). You can also use the webhooks sandbox in Seam Console to see the different payloads for each event and test them against your own endpoints.",
|
|
@@ -23836,7 +23841,8 @@ var openapi_default = {
|
|
|
23836
23841
|
"created_at"
|
|
23837
23842
|
],
|
|
23838
23843
|
type: "object",
|
|
23839
|
-
"x-route-path": "/thermostats/daily_programs"
|
|
23844
|
+
"x-route-path": "/thermostats/daily_programs",
|
|
23845
|
+
"x-undocumented": "Unreleased."
|
|
23840
23846
|
},
|
|
23841
23847
|
thermostat_schedule: {
|
|
23842
23848
|
description: "Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time.",
|
|
@@ -51098,7 +51104,8 @@ var openapi_default = {
|
|
|
51098
51104
|
"x-fern-sdk-method-name": "create",
|
|
51099
51105
|
"x-fern-sdk-return-value": "thermostat_daily_program",
|
|
51100
51106
|
"x-response-key": "thermostat_daily_program",
|
|
51101
|
-
"x-title": "Create a Thermostat Daily Program"
|
|
51107
|
+
"x-title": "Create a Thermostat Daily Program",
|
|
51108
|
+
"x-undocumented": "Unreleased."
|
|
51102
51109
|
}
|
|
51103
51110
|
},
|
|
51104
51111
|
"/thermostats/daily_programs/delete": {
|
|
@@ -51144,7 +51151,8 @@ var openapi_default = {
|
|
|
51144
51151
|
"x-fern-sdk-group-name": ["thermostats", "daily_programs"],
|
|
51145
51152
|
"x-fern-sdk-method-name": "delete",
|
|
51146
51153
|
"x-response-key": null,
|
|
51147
|
-
"x-title": "Delete a Thermostat Daily Program"
|
|
51154
|
+
"x-title": "Delete a Thermostat Daily Program",
|
|
51155
|
+
"x-undocumented": "Unreleased."
|
|
51148
51156
|
},
|
|
51149
51157
|
post: {
|
|
51150
51158
|
description: "Deletes a thermostat daily program.",
|
|
@@ -51193,7 +51201,8 @@ var openapi_default = {
|
|
|
51193
51201
|
"x-fern-sdk-group-name": ["thermostats", "daily_programs"],
|
|
51194
51202
|
"x-fern-sdk-method-name": "delete",
|
|
51195
51203
|
"x-response-key": null,
|
|
51196
|
-
"x-title": "Delete a Thermostat Daily Program"
|
|
51204
|
+
"x-title": "Delete a Thermostat Daily Program",
|
|
51205
|
+
"x-undocumented": "Unreleased."
|
|
51197
51206
|
}
|
|
51198
51207
|
},
|
|
51199
51208
|
"/thermostats/daily_programs/update": {
|
|
@@ -51275,7 +51284,8 @@ var openapi_default = {
|
|
|
51275
51284
|
"x-fern-sdk-method-name": "update",
|
|
51276
51285
|
"x-fern-sdk-return-value": "action_attempt",
|
|
51277
51286
|
"x-response-key": "action_attempt",
|
|
51278
|
-
"x-title": "Update a Thermostat Daily Program"
|
|
51287
|
+
"x-title": "Update a Thermostat Daily Program",
|
|
51288
|
+
"x-undocumented": "Unreleased."
|
|
51279
51289
|
},
|
|
51280
51290
|
post: {
|
|
51281
51291
|
description: "Updates a specified thermostat daily program. The periods that you specify overwrite any existing periods for the daily program.",
|
|
@@ -51355,7 +51365,8 @@ var openapi_default = {
|
|
|
51355
51365
|
"x-fern-sdk-method-name": "update",
|
|
51356
51366
|
"x-fern-sdk-return-value": "action_attempt",
|
|
51357
51367
|
"x-response-key": "action_attempt",
|
|
51358
|
-
"x-title": "Update a Thermostat Daily Program"
|
|
51368
|
+
"x-title": "Update a Thermostat Daily Program",
|
|
51369
|
+
"x-undocumented": "Unreleased."
|
|
51359
51370
|
}
|
|
51360
51371
|
},
|
|
51361
51372
|
"/thermostats/delete_climate_preset": {
|
|
@@ -53857,7 +53868,8 @@ var openapi_default = {
|
|
|
53857
53868
|
"x-fern-sdk-method-name": "update_weekly_program",
|
|
53858
53869
|
"x-fern-sdk-return-value": "action_attempt",
|
|
53859
53870
|
"x-response-key": "action_attempt",
|
|
53860
|
-
"x-title": "Update the Thermostat Weekly Program"
|
|
53871
|
+
"x-title": "Update the Thermostat Weekly Program",
|
|
53872
|
+
"x-undocumented": "Unreleased."
|
|
53861
53873
|
}
|
|
53862
53874
|
},
|
|
53863
53875
|
"/unstable_access_grants/create": {
|
|
@@ -56320,11 +56332,11 @@ var openapi_default = {
|
|
|
56320
56332
|
],
|
|
56321
56333
|
summary: "/user_identities/enrollment_automations/delete",
|
|
56322
56334
|
tags: ["/user_identities"],
|
|
56323
|
-
"x-deprecated": "Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials.",
|
|
56324
56335
|
"x-fern-sdk-group-name": ["user_identities", "enrollment_automations"],
|
|
56325
56336
|
"x-fern-sdk-method-name": "delete",
|
|
56326
56337
|
"x-response-key": null,
|
|
56327
|
-
"x-title": "Delete an Enrollment Automation"
|
|
56338
|
+
"x-title": "Delete an Enrollment Automation",
|
|
56339
|
+
"x-undocumented": "Will be removed."
|
|
56328
56340
|
},
|
|
56329
56341
|
post: {
|
|
56330
56342
|
description: "Deletes a specified [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system). You must delete all enrollment automations associated with a [user identity](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity) before [deleting the user identity](https://docs.seam.co/latest/api/user_identities/delete).",
|
|
@@ -56369,11 +56381,11 @@ var openapi_default = {
|
|
|
56369
56381
|
],
|
|
56370
56382
|
summary: "/user_identities/enrollment_automations/delete",
|
|
56371
56383
|
tags: ["/user_identities"],
|
|
56372
|
-
"x-deprecated": "Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials.",
|
|
56373
56384
|
"x-fern-sdk-group-name": ["user_identities", "enrollment_automations"],
|
|
56374
56385
|
"x-fern-sdk-method-name": "delete",
|
|
56375
56386
|
"x-response-key": null,
|
|
56376
|
-
"x-title": "Delete an Enrollment Automation"
|
|
56387
|
+
"x-title": "Delete an Enrollment Automation",
|
|
56388
|
+
"x-undocumented": "Will be removed."
|
|
56377
56389
|
}
|
|
56378
56390
|
},
|
|
56379
56391
|
"/user_identities/enrollment_automations/get": {
|
|
@@ -56421,12 +56433,12 @@ var openapi_default = {
|
|
|
56421
56433
|
],
|
|
56422
56434
|
summary: "/user_identities/enrollment_automations/get",
|
|
56423
56435
|
tags: ["/user_identities"],
|
|
56424
|
-
"x-deprecated": "Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials.",
|
|
56425
56436
|
"x-fern-sdk-group-name": ["user_identities", "enrollment_automations"],
|
|
56426
56437
|
"x-fern-sdk-method-name": "get",
|
|
56427
56438
|
"x-fern-sdk-return-value": "enrollment_automation",
|
|
56428
56439
|
"x-response-key": "enrollment_automation",
|
|
56429
|
-
"x-title": "Get an Enrollment Automation"
|
|
56440
|
+
"x-title": "Get an Enrollment Automation",
|
|
56441
|
+
"x-undocumented": "Will be removed."
|
|
56430
56442
|
},
|
|
56431
56443
|
post: {
|
|
56432
56444
|
description: "Returns a specified [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system/).",
|
|
@@ -56477,12 +56489,12 @@ var openapi_default = {
|
|
|
56477
56489
|
],
|
|
56478
56490
|
summary: "/user_identities/enrollment_automations/get",
|
|
56479
56491
|
tags: ["/user_identities"],
|
|
56480
|
-
"x-deprecated": "Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials.",
|
|
56481
56492
|
"x-fern-sdk-group-name": ["user_identities", "enrollment_automations"],
|
|
56482
56493
|
"x-fern-sdk-method-name": "get",
|
|
56483
56494
|
"x-fern-sdk-return-value": "enrollment_automation",
|
|
56484
56495
|
"x-response-key": "enrollment_automation",
|
|
56485
|
-
"x-title": "Get an Enrollment Automation"
|
|
56496
|
+
"x-title": "Get an Enrollment Automation",
|
|
56497
|
+
"x-undocumented": "Will be removed."
|
|
56486
56498
|
}
|
|
56487
56499
|
},
|
|
56488
56500
|
"/user_identities/enrollment_automations/launch": {
|
|
@@ -56556,12 +56568,12 @@ var openapi_default = {
|
|
|
56556
56568
|
],
|
|
56557
56569
|
summary: "/user_identities/enrollment_automations/launch",
|
|
56558
56570
|
tags: ["/user_identities"],
|
|
56559
|
-
"x-deprecated": "Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials.",
|
|
56560
56571
|
"x-fern-sdk-group-name": ["user_identities", "enrollment_automations"],
|
|
56561
56572
|
"x-fern-sdk-method-name": "launch",
|
|
56562
56573
|
"x-fern-sdk-return-value": "enrollment_automation",
|
|
56563
56574
|
"x-response-key": "enrollment_automation",
|
|
56564
|
-
"x-title": "Launch an Enrollment Automation"
|
|
56575
|
+
"x-title": "Launch an Enrollment Automation",
|
|
56576
|
+
"x-undocumented": "Will be removed."
|
|
56565
56577
|
}
|
|
56566
56578
|
},
|
|
56567
56579
|
"/user_identities/enrollment_automations/list": {
|
|
@@ -56612,12 +56624,12 @@ var openapi_default = {
|
|
|
56612
56624
|
],
|
|
56613
56625
|
summary: "/user_identities/enrollment_automations/list",
|
|
56614
56626
|
tags: ["/user_identities"],
|
|
56615
|
-
"x-deprecated": "Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials.",
|
|
56616
56627
|
"x-fern-sdk-group-name": ["user_identities", "enrollment_automations"],
|
|
56617
56628
|
"x-fern-sdk-method-name": "list",
|
|
56618
56629
|
"x-fern-sdk-return-value": "enrollment_automations",
|
|
56619
56630
|
"x-response-key": "enrollment_automations",
|
|
56620
|
-
"x-title": "List Enrollment Automations"
|
|
56631
|
+
"x-title": "List Enrollment Automations",
|
|
56632
|
+
"x-undocumented": "Will be removed."
|
|
56621
56633
|
},
|
|
56622
56634
|
post: {
|
|
56623
56635
|
description: "Returns a list of all [enrollment automations](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system) for a specified [user identity](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity).",
|
|
@@ -56671,12 +56683,12 @@ var openapi_default = {
|
|
|
56671
56683
|
],
|
|
56672
56684
|
summary: "/user_identities/enrollment_automations/list",
|
|
56673
56685
|
tags: ["/user_identities"],
|
|
56674
|
-
"x-deprecated": "Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials.",
|
|
56675
56686
|
"x-fern-sdk-group-name": ["user_identities", "enrollment_automations"],
|
|
56676
56687
|
"x-fern-sdk-method-name": "list",
|
|
56677
56688
|
"x-fern-sdk-return-value": "enrollment_automations",
|
|
56678
56689
|
"x-response-key": "enrollment_automations",
|
|
56679
|
-
"x-title": "List Enrollment Automations"
|
|
56690
|
+
"x-title": "List Enrollment Automations",
|
|
56691
|
+
"x-undocumented": "Will be removed."
|
|
56680
56692
|
}
|
|
56681
56693
|
},
|
|
56682
56694
|
"/user_identities/generate_instant_key": {
|