@seamapi/types 1.420.2 → 1.421.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.
@@ -28405,6 +28405,7 @@ declare const _default: {
28405
28405
  'x-route-path': string;
28406
28406
  };
28407
28407
  enrollment_automation: {
28408
+ deprecated: boolean;
28408
28409
  description: string;
28409
28410
  properties: {
28410
28411
  created_at: {
@@ -28435,6 +28436,7 @@ declare const _default: {
28435
28436
  };
28436
28437
  required: string[];
28437
28438
  type: string;
28439
+ 'x-deprecated': string;
28438
28440
  'x-route-path': string;
28439
28441
  };
28440
28442
  event: {
@@ -55513,7 +55515,6 @@ declare const _default: {
55513
55515
  parameters: {
55514
55516
  in: string;
55515
55517
  name: string;
55516
- required: boolean;
55517
55518
  schema: {
55518
55519
  description: string;
55519
55520
  type: string;
@@ -55620,7 +55621,6 @@ declare const _default: {
55620
55621
  type: string;
55621
55622
  };
55622
55623
  };
55623
- required: string[];
55624
55624
  type: string;
55625
55625
  };
55626
55626
  };
@@ -64119,6 +64119,7 @@ declare const _default: {
64119
64119
  })[];
64120
64120
  summary: string;
64121
64121
  tags: string[];
64122
+ 'x-deprecated': string;
64122
64123
  'x-fern-sdk-group-name': string[];
64123
64124
  'x-fern-sdk-method-name': string;
64124
64125
  'x-response-key': null;
@@ -64183,6 +64184,7 @@ declare const _default: {
64183
64184
  })[];
64184
64185
  summary: string;
64185
64186
  tags: string[];
64187
+ 'x-deprecated': string;
64186
64188
  'x-fern-sdk-group-name': string[];
64187
64189
  'x-fern-sdk-method-name': string;
64188
64190
  'x-response-key': null;
@@ -64253,6 +64255,7 @@ declare const _default: {
64253
64255
  })[];
64254
64256
  summary: string;
64255
64257
  tags: string[];
64258
+ 'x-deprecated': string;
64256
64259
  'x-fern-sdk-group-name': string[];
64257
64260
  'x-fern-sdk-method-name': string;
64258
64261
  'x-fern-sdk-return-value': string;
@@ -64329,6 +64332,7 @@ declare const _default: {
64329
64332
  })[];
64330
64333
  summary: string;
64331
64334
  tags: string[];
64335
+ 'x-deprecated': string;
64332
64336
  'x-fern-sdk-group-name': string[];
64333
64337
  'x-fern-sdk-method-name': string;
64334
64338
  'x-fern-sdk-return-value': string;
@@ -64418,6 +64422,7 @@ declare const _default: {
64418
64422
  })[];
64419
64423
  summary: string;
64420
64424
  tags: string[];
64425
+ 'x-deprecated': string;
64421
64426
  'x-fern-sdk-group-name': string[];
64422
64427
  'x-fern-sdk-method-name': string;
64423
64428
  'x-fern-sdk-return-value': string;
@@ -64492,6 +64497,7 @@ declare const _default: {
64492
64497
  })[];
64493
64498
  summary: string;
64494
64499
  tags: string[];
64500
+ 'x-deprecated': string;
64495
64501
  'x-fern-sdk-group-name': string[];
64496
64502
  'x-fern-sdk-method-name': string;
64497
64503
  'x-fern-sdk-return-value': string;
@@ -64571,6 +64577,7 @@ declare const _default: {
64571
64577
  })[];
64572
64578
  summary: string;
64573
64579
  tags: string[];
64580
+ 'x-deprecated': string;
64574
64581
  'x-fern-sdk-group-name': string[];
64575
64582
  'x-fern-sdk-method-name': string;
64576
64583
  'x-fern-sdk-return-value': string;
@@ -112881,7 +112888,7 @@ interface Routes {
112881
112888
  jsonBody: {};
112882
112889
  commonParams: {
112883
112890
  /** Collection key. */
112884
- collection_key: string;
112891
+ collection_key?: string | undefined;
112885
112892
  };
112886
112893
  formData: {};
112887
112894
  jsonResponse: {
@@ -129608,7 +129615,8 @@ interface Routes {
129608
129615
  };
129609
129616
  formData: {};
129610
129617
  jsonResponse: {
129611
- /** Represents an [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system) within the [Seam mobile access solution](https://docs.seam.co/latest/capability-guides/mobile-access-in-development). */
129618
+ /** Represents an [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system) within the [Seam mobile access solution](https://docs.seam.co/latest/capability-guides/mobile-access-in-development).
129619
+ * @deprecated Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials. */
129612
129620
  enrollment_automation: {
129613
129621
  /** ID of the enrollment automation. */
129614
129622
  enrollment_automation_id: string;
@@ -129642,7 +129650,8 @@ interface Routes {
129642
129650
  };
129643
129651
  formData: {};
129644
129652
  jsonResponse: {
129645
- /** Represents an [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system) within the [Seam mobile access solution](https://docs.seam.co/latest/capability-guides/mobile-access-in-development). */
129653
+ /** Represents an [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system) within the [Seam mobile access solution](https://docs.seam.co/latest/capability-guides/mobile-access-in-development).
129654
+ * @deprecated Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials. */
129646
129655
  enrollment_automation: {
129647
129656
  /** ID of the enrollment automation. */
129648
129657
  enrollment_automation_id: string;
@@ -36,6 +36,7 @@ export const enrollment_automation = z.object({
36
36
  }).describe(`
37
37
  ---
38
38
  route_path: /user_identities/enrollment_automations
39
+ deprecated: Will be removed. Instead, link the \`user_identity\` to the \`acs_user\` in the access system in which you want to issue credentials.
39
40
  ---
40
41
  Represents an [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system) within the [Seam mobile access solution](https://docs.seam.co/latest/capability-guides/mobile-access-in-development).
41
42
  `);
@@ -1 +1 @@
1
- {"version":3,"file":"acs-credential-provisioning-automation.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-credential-provisioning-automation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,sCAAsC,GAAG,CAAC,CAAC,MAAM,CAAC;IAC7D,yCAAyC,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC5D,gCAAgC,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACnD,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACnC,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;CAChC,CAAC,CAAC,QAAQ,CAAC;;;;;;CAMX,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC5C,wBAAwB,EAAE,CAAC;SACxB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,kCAAkC,CAAC;IAC/C,gCAAgC,EAAE,CAAC;SAChC,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,wIAAwI,CACzI;IACH,gBAAgB,EAAE,CAAC;SAChB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,kMAAkM,CACnM;IACH,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,+DAA+D,CAAC;IAC5E,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,sHAAsH,CACvH;CACJ,CAAC,CAAC,QAAQ,CAAC;;;;;CAKX,CAAC,CAAA"}
1
+ {"version":3,"file":"acs-credential-provisioning-automation.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-credential-provisioning-automation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,sCAAsC,GAAG,CAAC,CAAC,MAAM,CAAC;IAC7D,yCAAyC,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC5D,gCAAgC,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACnD,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACnC,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;CAChC,CAAC,CAAC,QAAQ,CAAC;;;;;;CAMX,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC5C,wBAAwB,EAAE,CAAC;SACxB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,kCAAkC,CAAC;IAC/C,gCAAgC,EAAE,CAAC;SAChC,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,wIAAwI,CACzI;IACH,gBAAgB,EAAE,CAAC;SAChB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,kMAAkM,CACnM;IACH,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,+DAA+D,CAAC;IAC5E,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,sHAAsH,CACvH;CACJ,CAAC,CAAC,QAAQ,CAAC;;;;;;CAMX,CAAC,CAAA"}
@@ -6636,6 +6636,7 @@ declare const _default: {
6636
6636
  'x-route-path': string;
6637
6637
  };
6638
6638
  enrollment_automation: {
6639
+ deprecated: boolean;
6639
6640
  description: string;
6640
6641
  properties: {
6641
6642
  created_at: {
@@ -6666,6 +6667,7 @@ declare const _default: {
6666
6667
  };
6667
6668
  required: string[];
6668
6669
  type: string;
6670
+ 'x-deprecated': string;
6669
6671
  'x-route-path': string;
6670
6672
  };
6671
6673
  event: {
@@ -33744,7 +33746,6 @@ declare const _default: {
33744
33746
  parameters: {
33745
33747
  in: string;
33746
33748
  name: string;
33747
- required: boolean;
33748
33749
  schema: {
33749
33750
  description: string;
33750
33751
  type: string;
@@ -33851,7 +33852,6 @@ declare const _default: {
33851
33852
  type: string;
33852
33853
  };
33853
33854
  };
33854
- required: string[];
33855
33855
  type: string;
33856
33856
  };
33857
33857
  };
@@ -42350,6 +42350,7 @@ declare const _default: {
42350
42350
  })[];
42351
42351
  summary: string;
42352
42352
  tags: string[];
42353
+ 'x-deprecated': string;
42353
42354
  'x-fern-sdk-group-name': string[];
42354
42355
  'x-fern-sdk-method-name': string;
42355
42356
  'x-response-key': null;
@@ -42414,6 +42415,7 @@ declare const _default: {
42414
42415
  })[];
42415
42416
  summary: string;
42416
42417
  tags: string[];
42418
+ 'x-deprecated': string;
42417
42419
  'x-fern-sdk-group-name': string[];
42418
42420
  'x-fern-sdk-method-name': string;
42419
42421
  'x-response-key': null;
@@ -42484,6 +42486,7 @@ declare const _default: {
42484
42486
  })[];
42485
42487
  summary: string;
42486
42488
  tags: string[];
42489
+ 'x-deprecated': string;
42487
42490
  'x-fern-sdk-group-name': string[];
42488
42491
  'x-fern-sdk-method-name': string;
42489
42492
  'x-fern-sdk-return-value': string;
@@ -42560,6 +42563,7 @@ declare const _default: {
42560
42563
  })[];
42561
42564
  summary: string;
42562
42565
  tags: string[];
42566
+ 'x-deprecated': string;
42563
42567
  'x-fern-sdk-group-name': string[];
42564
42568
  'x-fern-sdk-method-name': string;
42565
42569
  'x-fern-sdk-return-value': string;
@@ -42649,6 +42653,7 @@ declare const _default: {
42649
42653
  })[];
42650
42654
  summary: string;
42651
42655
  tags: string[];
42656
+ 'x-deprecated': string;
42652
42657
  'x-fern-sdk-group-name': string[];
42653
42658
  'x-fern-sdk-method-name': string;
42654
42659
  'x-fern-sdk-return-value': string;
@@ -42723,6 +42728,7 @@ declare const _default: {
42723
42728
  })[];
42724
42729
  summary: string;
42725
42730
  tags: string[];
42731
+ 'x-deprecated': string;
42726
42732
  'x-fern-sdk-group-name': string[];
42727
42733
  'x-fern-sdk-method-name': string;
42728
42734
  'x-fern-sdk-return-value': string;
@@ -42802,6 +42808,7 @@ declare const _default: {
42802
42808
  })[];
42803
42809
  summary: string;
42804
42810
  tags: string[];
42811
+ 'x-deprecated': string;
42805
42812
  'x-fern-sdk-group-name': string[];
42806
42813
  'x-fern-sdk-method-name': string;
42807
42814
  'x-fern-sdk-return-value': string;
@@ -11404,6 +11404,7 @@ export default {
11404
11404
  'x-route-path': '/devices',
11405
11405
  },
11406
11406
  enrollment_automation: {
11407
+ deprecated: true,
11407
11408
  description: 'Represents an [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system) within the [Seam mobile access solution](https://docs.seam.co/latest/capability-guides/mobile-access-in-development).',
11408
11409
  properties: {
11409
11410
  created_at: {
@@ -11440,6 +11441,7 @@ export default {
11440
11441
  'workspace_id',
11441
11442
  ],
11442
11443
  type: 'object',
11444
+ '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.',
11443
11445
  'x-route-path': '/user_identities/enrollment_automations',
11444
11446
  },
11445
11447
  event: {
@@ -39446,7 +39448,6 @@ export default {
39446
39448
  {
39447
39449
  in: 'query',
39448
39450
  name: 'collection_key',
39449
- required: true,
39450
39451
  schema: { description: 'Collection key.', type: 'string' },
39451
39452
  },
39452
39453
  ],
@@ -39540,7 +39541,6 @@ export default {
39540
39541
  type: 'string',
39541
39542
  },
39542
39543
  },
39543
- required: ['collection_key'],
39544
39544
  type: 'object',
39545
39545
  },
39546
39546
  },
@@ -46245,6 +46245,7 @@ export default {
46245
46245
  ],
46246
46246
  summary: '/user_identities/enrollment_automations/delete',
46247
46247
  tags: ['/user_identities'],
46248
+ '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.',
46248
46249
  'x-fern-sdk-group-name': ['user_identities', 'enrollment_automations'],
46249
46250
  'x-fern-sdk-method-name': 'delete',
46250
46251
  'x-response-key': null,
@@ -46293,6 +46294,7 @@ export default {
46293
46294
  ],
46294
46295
  summary: '/user_identities/enrollment_automations/delete',
46295
46296
  tags: ['/user_identities'],
46297
+ '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.',
46296
46298
  'x-fern-sdk-group-name': ['user_identities', 'enrollment_automations'],
46297
46299
  'x-fern-sdk-method-name': 'delete',
46298
46300
  'x-response-key': null,
@@ -46344,6 +46346,7 @@ export default {
46344
46346
  ],
46345
46347
  summary: '/user_identities/enrollment_automations/get',
46346
46348
  tags: ['/user_identities'],
46349
+ '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.',
46347
46350
  'x-fern-sdk-group-name': ['user_identities', 'enrollment_automations'],
46348
46351
  'x-fern-sdk-method-name': 'get',
46349
46352
  'x-fern-sdk-return-value': 'enrollment_automation',
@@ -46399,6 +46402,7 @@ export default {
46399
46402
  ],
46400
46403
  summary: '/user_identities/enrollment_automations/get',
46401
46404
  tags: ['/user_identities'],
46405
+ '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.',
46402
46406
  'x-fern-sdk-group-name': ['user_identities', 'enrollment_automations'],
46403
46407
  'x-fern-sdk-method-name': 'get',
46404
46408
  'x-fern-sdk-return-value': 'enrollment_automation',
@@ -46477,6 +46481,7 @@ export default {
46477
46481
  ],
46478
46482
  summary: '/user_identities/enrollment_automations/launch',
46479
46483
  tags: ['/user_identities'],
46484
+ '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.',
46480
46485
  'x-fern-sdk-group-name': ['user_identities', 'enrollment_automations'],
46481
46486
  'x-fern-sdk-method-name': 'launch',
46482
46487
  'x-fern-sdk-return-value': 'enrollment_automation',
@@ -46532,6 +46537,7 @@ export default {
46532
46537
  ],
46533
46538
  summary: '/user_identities/enrollment_automations/list',
46534
46539
  tags: ['/user_identities'],
46540
+ '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.',
46535
46541
  'x-fern-sdk-group-name': ['user_identities', 'enrollment_automations'],
46536
46542
  'x-fern-sdk-method-name': 'list',
46537
46543
  'x-fern-sdk-return-value': 'enrollment_automations',
@@ -46590,6 +46596,7 @@ export default {
46590
46596
  ],
46591
46597
  summary: '/user_identities/enrollment_automations/list',
46592
46598
  tags: ['/user_identities'],
46599
+ '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.',
46593
46600
  'x-fern-sdk-group-name': ['user_identities', 'enrollment_automations'],
46594
46601
  'x-fern-sdk-method-name': 'list',
46595
46602
  'x-fern-sdk-return-value': 'enrollment_automations',