@seamapi/types 1.174.0 → 1.175.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.
@@ -10384,6 +10384,11 @@ declare const _default: {
10384
10384
  description: string;
10385
10385
  type: string;
10386
10386
  };
10387
+ limit: {
10388
+ default: number;
10389
+ nullable: boolean;
10390
+ type: string;
10391
+ };
10387
10392
  user_identifier_key: {
10388
10393
  type: string;
10389
10394
  };
@@ -13241,10 +13246,6 @@ declare const _default: {
13241
13246
  };
13242
13247
  type: string;
13243
13248
  };
13244
- credential_manager_acs_system_id: {
13245
- format: string;
13246
- type: string;
13247
- };
13248
13249
  custom_sdk_installation_id: {
13249
13250
  type: string;
13250
13251
  };
@@ -19122,6 +19123,7 @@ interface Routes {
19122
19123
  user_identifier_key?: string | undefined;
19123
19124
  /** Returns devices where the webview's custom_metadata contains all of the provided key/value pairs. */
19124
19125
  custom_metadata_has?: Record<string, string | boolean> | undefined;
19126
+ limit?: number;
19125
19127
  };
19126
19128
  formData: {};
19127
19129
  jsonResponse: {
@@ -23134,7 +23136,6 @@ interface Routes {
23134
23136
  device_manufacturer?: string;
23135
23137
  device_model?: string;
23136
23138
  };
23137
- credential_manager_acs_system_id: string;
23138
23139
  assa_abloy_metadata?: {
23139
23140
  ble_capability?: boolean;
23140
23141
  hce_capability?: boolean;
@@ -9104,6 +9104,11 @@ declare const _default: {
9104
9104
  description: string;
9105
9105
  type: string;
9106
9106
  };
9107
+ limit: {
9108
+ default: number;
9109
+ nullable: boolean;
9110
+ type: string;
9111
+ };
9107
9112
  user_identifier_key: {
9108
9113
  type: string;
9109
9114
  };
@@ -11961,10 +11966,6 @@ declare const _default: {
11961
11966
  };
11962
11967
  type: string;
11963
11968
  };
11964
- credential_manager_acs_system_id: {
11965
- format: string;
11966
- type: string;
11967
- };
11968
11969
  custom_sdk_installation_id: {
11969
11970
  type: string;
11970
11971
  };
@@ -6631,6 +6631,7 @@ export default {
6631
6631
  description: "Returns devices where the webview's custom_metadata contains all of the provided key/value pairs.",
6632
6632
  type: 'object',
6633
6633
  },
6634
+ limit: { default: 500, nullable: true, type: 'number' },
6634
6635
  user_identifier_key: { type: 'string' },
6635
6636
  },
6636
6637
  type: 'object',
@@ -9067,10 +9068,6 @@ export default {
9067
9068
  },
9068
9069
  type: 'object',
9069
9070
  },
9070
- credential_manager_acs_system_id: {
9071
- format: 'uuid',
9072
- type: 'string',
9073
- },
9074
9071
  custom_sdk_installation_id: { type: 'string' },
9075
9072
  phone_metadata: {
9076
9073
  default: {},
@@ -9094,10 +9091,7 @@ export default {
9094
9091
  },
9095
9092
  user_identity_id: { format: 'uuid', type: 'string' },
9096
9093
  },
9097
- required: [
9098
- 'user_identity_id',
9099
- 'credential_manager_acs_system_id',
9100
- ],
9094
+ required: ['user_identity_id'],
9101
9095
  type: 'object',
9102
9096
  },
9103
9097
  },