@seamapi/types 1.320.0 → 1.321.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.
@@ -6,7 +6,32 @@ export const acs_access_group_external_type = z.enum([
6
6
  'salto_ks_access_group',
7
7
  'brivo_group',
8
8
  'salto_space_group',
9
+ 'dormakaba_community_access_group',
9
10
  ]);
11
+ const common_acs_access_group_warning = z.object({
12
+ created_at: z
13
+ .string()
14
+ .datetime()
15
+ .describe('Date and time at which Seam created the warning.'),
16
+ message: z
17
+ .string()
18
+ .describe('Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.'),
19
+ });
20
+ const warning_code_description = 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.';
21
+ export const unknown_issue_with_acs_access_group = common_acs_access_group_warning
22
+ .extend({
23
+ warning_code: z
24
+ .literal('unknown_issue_with_acs_access_group')
25
+ .describe(warning_code_description),
26
+ })
27
+ .describe('An unknown issue occurred while syncing the state of this access group with the provider. ' +
28
+ 'This issue may affect the proper functioning of this access group.');
29
+ const acs_access_group_warning = unknown_issue_with_acs_access_group.describe('Warning associated with the `acs_access_group`.');
30
+ const acs_access_group_warning_map = z.object({
31
+ unknown_issue_with_acs_access_group: unknown_issue_with_acs_access_group
32
+ .optional()
33
+ .nullable(),
34
+ });
10
35
  const common_acs_access_group = z.object({
11
36
  acs_access_group_id: z.string().uuid().describe('ID of the access group.'),
12
37
  acs_system_id: z
@@ -37,6 +62,9 @@ const common_acs_access_group = z.object({
37
62
  .string()
38
63
  .datetime()
39
64
  .describe('Date and time at which the access group was created.'),
65
+ warnings: z
66
+ .array(acs_access_group_warning)
67
+ .describe('Warnings associated with the `acs_access_group`.'),
40
68
  });
41
69
  export const acs_access_group = common_acs_access_group.extend({
42
70
  is_managed: z.literal(true),
@@ -1 +1 @@
1
- {"version":3,"file":"acs-access-group.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-access-group.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,0EAA0E;AAC1E,MAAM,CAAC,MAAM,8BAA8B,GAAG,CAAC,CAAC,IAAI,CAAC;IACnD,UAAU;IACV,kBAAkB;IAClB,uBAAuB;IACvB,aAAa;IACb,mBAAmB;CACpB,CAAC,CAAA;AAMF,MAAM,uBAAuB,GAAG,CAAC,CAAC,MAAM,CAAC;IACvC,mBAAmB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,CAAC,yBAAyB,CAAC;IAC1E,aAAa,EAAE,CAAC;SACb,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,iEAAiE,CAClE;IACH,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,6GAA6G,CAC9G;IACH,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,2BAA2B,CAAC;IACtD,iBAAiB,EAAE,8BAA8B,CAAC,QAAQ,CAAC;;;;GAI1D,CAAC;IACF,8BAA8B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC;;;;KAIjD,CAAC;IACJ,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,aAAa,EAAE,8BAA8B,CAAC,QAAQ,CACpD,uDAAuD,CACxD;IACD,0BAA0B,EAAE,CAAC;SAC1B,MAAM,EAAE;SACR,QAAQ,CACP,4FAA4F,CAC7F;IACH,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,sDAAsD,CAAC;CACpE,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAG,uBAAuB,CAAC,MAAM,CAAC;IAC7D,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC;CAC5B,CAAC;KACC,QAAQ,CAAC;6PACiP,CAAC,CAAA;AAC9P,MAAM,CAAC,MAAM,0BAA0B,GAAG,uBAAuB,CAAC,MAAM,CAAC;IACvE,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC;CAC7B,CAAC,CAAA"}
1
+ {"version":3,"file":"acs-access-group.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-access-group.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,0EAA0E;AAC1E,MAAM,CAAC,MAAM,8BAA8B,GAAG,CAAC,CAAC,IAAI,CAAC;IACnD,UAAU;IACV,kBAAkB;IAClB,uBAAuB;IACvB,aAAa;IACb,mBAAmB;IACnB,kCAAkC;CACnC,CAAC,CAAA;AAMF,MAAM,+BAA+B,GAAG,CAAC,CAAC,MAAM,CAAC;IAC/C,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,kDAAkD,CAAC;IAC/D,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,CACP,0GAA0G,CAC3G;CACJ,CAAC,CAAA;AAEF,MAAM,wBAAwB,GAC5B,sGAAsG,CAAA;AAExG,MAAM,CAAC,MAAM,mCAAmC,GAC9C,+BAA+B;KAC5B,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,qCAAqC,CAAC;SAC9C,QAAQ,CAAC,wBAAwB,CAAC;CACtC,CAAC;KACD,QAAQ,CACP,4FAA4F;IAC1F,oEAAoE,CACvE,CAAA;AAEL,MAAM,wBAAwB,GAAG,mCAAmC,CAAC,QAAQ,CAC3E,iDAAiD,CAClD,CAAA;AAED,MAAM,4BAA4B,GAAG,CAAC,CAAC,MAAM,CAAC;IAC5C,mCAAmC,EAAE,mCAAmC;SACrE,QAAQ,EAAE;SACV,QAAQ,EAAE;CACd,CAAC,CAAA;AAMF,MAAM,uBAAuB,GAAG,CAAC,CAAC,MAAM,CAAC;IACvC,mBAAmB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,CAAC,yBAAyB,CAAC;IAC1E,aAAa,EAAE,CAAC;SACb,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,iEAAiE,CAClE;IACH,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,6GAA6G,CAC9G;IACH,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,2BAA2B,CAAC;IACtD,iBAAiB,EAAE,8BAA8B,CAAC,QAAQ,CAAC;;;;GAI1D,CAAC;IACF,8BAA8B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC;;;;KAIjD,CAAC;IACJ,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,aAAa,EAAE,8BAA8B,CAAC,QAAQ,CACpD,uDAAuD,CACxD;IACD,0BAA0B,EAAE,CAAC;SAC1B,MAAM,EAAE;SACR,QAAQ,CACP,4FAA4F,CAC7F;IACH,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,sDAAsD,CAAC;IACnE,QAAQ,EAAE,CAAC;SACR,KAAK,CAAC,wBAAwB,CAAC;SAC/B,QAAQ,CAAC,kDAAkD,CAAC;CAChE,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAG,uBAAuB,CAAC,MAAM,CAAC;IAC7D,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC;CAC5B,CAAC;KACC,QAAQ,CAAC;6PACiP,CAAC,CAAA;AAC9P,MAAM,CAAC,MAAM,0BAA0B,GAAG,uBAAuB,CAAC,MAAM,CAAC;IACvE,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC;CAC7B,CAAC,CAAA"}
@@ -89,18 +89,12 @@ export declare const acs_entrance: z.ZodObject<{
89
89
  dormakaba_community_metadata: z.ZodOptional<z.ZodObject<{
90
90
  access_point_name: z.ZodString;
91
91
  common_area_number: z.ZodOptional<z.ZodNumber>;
92
- inner_access_points_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
93
- lease_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
94
92
  }, "strip", z.ZodTypeAny, {
95
93
  access_point_name: string;
96
94
  common_area_number?: number | undefined;
97
- inner_access_points_names?: string[] | undefined;
98
- lease_ids?: string[] | undefined;
99
95
  }, {
100
96
  access_point_name: string;
101
97
  common_area_number?: number | undefined;
102
- inner_access_points_names?: string[] | undefined;
103
- lease_ids?: string[] | undefined;
104
98
  }>>;
105
99
  assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
106
100
  door_type: z.ZodEnum<["CommonDoor", "EntranceDoor", "GuestDoor", "Elevator"]>;
@@ -177,8 +171,6 @@ export declare const acs_entrance: z.ZodObject<{
177
171
  dormakaba_community_metadata?: {
178
172
  access_point_name: string;
179
173
  common_area_number?: number | undefined;
180
- inner_access_points_names?: string[] | undefined;
181
- lease_ids?: string[] | undefined;
182
174
  } | undefined;
183
175
  salto_space_metadata?: {
184
176
  door_name: string;
@@ -228,8 +220,6 @@ export declare const acs_entrance: z.ZodObject<{
228
220
  dormakaba_community_metadata?: {
229
221
  access_point_name: string;
230
222
  common_area_number?: number | undefined;
231
- inner_access_points_names?: string[] | undefined;
232
- lease_ids?: string[] | undefined;
233
223
  } | undefined;
234
224
  salto_space_metadata?: {
235
225
  door_name: string;
@@ -2,17 +2,11 @@ import { z } from 'zod';
2
2
  export declare const acs_entrance_dormakaba_community_metadata: z.ZodObject<{
3
3
  access_point_name: z.ZodString;
4
4
  common_area_number: z.ZodOptional<z.ZodNumber>;
5
- inner_access_points_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
6
- lease_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
7
5
  }, "strip", z.ZodTypeAny, {
8
6
  access_point_name: string;
9
7
  common_area_number?: number | undefined;
10
- inner_access_points_names?: string[] | undefined;
11
- lease_ids?: string[] | undefined;
12
8
  }, {
13
9
  access_point_name: string;
14
10
  common_area_number?: number | undefined;
15
- inner_access_points_names?: string[] | undefined;
16
- lease_ids?: string[] | undefined;
17
11
  }>;
18
12
  export type AcsEntranceDormakabaCommunityMetadata = z.infer<typeof acs_entrance_dormakaba_community_metadata>;
@@ -2,7 +2,5 @@ import { z } from 'zod';
2
2
  export const acs_entrance_dormakaba_community_metadata = z.object({
3
3
  access_point_name: z.string(),
4
4
  common_area_number: z.number().optional(),
5
- inner_access_points_names: z.array(z.string()).optional(),
6
- lease_ids: z.array(z.string()).optional(),
7
5
  });
8
6
  //# sourceMappingURL=dormakaba-community.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"dormakaba-community.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/models/acs/metadata/dormakaba-community.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,yCAAyC,GAAG,CAAC,CAAC,MAAM,CAAC;IAChE,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE;IAC7B,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzC,yBAAyB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACzD,SAAS,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;CAC1C,CAAC,CAAA"}
1
+ {"version":3,"file":"dormakaba-community.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/models/acs/metadata/dormakaba-community.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,yCAAyC,GAAG,CAAC,CAAC,MAAM,CAAC;IAChE,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE;IAC7B,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC1C,CAAC,CAAA"}
@@ -221,6 +221,31 @@ declare const _default: {
221
221
  description: string;
222
222
  type: string;
223
223
  };
224
+ warnings: {
225
+ description: string;
226
+ items: {
227
+ description: string;
228
+ properties: {
229
+ created_at: {
230
+ description: string;
231
+ format: string;
232
+ type: string;
233
+ };
234
+ message: {
235
+ description: string;
236
+ type: string;
237
+ };
238
+ warning_code: {
239
+ description: string;
240
+ enum: string[];
241
+ type: string;
242
+ };
243
+ };
244
+ required: string[];
245
+ type: string;
246
+ };
247
+ type: string;
248
+ };
224
249
  workspace_id: {
225
250
  description: string;
226
251
  format: string;
@@ -537,18 +562,6 @@ declare const _default: {
537
562
  format: string;
538
563
  type: string;
539
564
  };
540
- inner_access_points_names: {
541
- items: {
542
- type: string;
543
- };
544
- type: string;
545
- };
546
- lease_ids: {
547
- items: {
548
- type: string;
549
- };
550
- type: string;
551
- };
552
565
  };
553
566
  required: string[];
554
567
  type: string;
@@ -9725,6 +9738,31 @@ declare const _default: {
9725
9738
  description: string;
9726
9739
  type: string;
9727
9740
  };
9741
+ warnings: {
9742
+ description: string;
9743
+ items: {
9744
+ description: string;
9745
+ properties: {
9746
+ created_at: {
9747
+ description: string;
9748
+ format: string;
9749
+ type: string;
9750
+ };
9751
+ message: {
9752
+ description: string;
9753
+ type: string;
9754
+ };
9755
+ warning_code: {
9756
+ description: string;
9757
+ enum: string[];
9758
+ type: string;
9759
+ };
9760
+ };
9761
+ required: string[];
9762
+ type: string;
9763
+ };
9764
+ type: string;
9765
+ };
9728
9766
  workspace_id: {
9729
9767
  description: string;
9730
9768
  format: string;
@@ -9854,6 +9892,31 @@ declare const _default: {
9854
9892
  description: string;
9855
9893
  type: string;
9856
9894
  };
9895
+ warnings: {
9896
+ description: string;
9897
+ items: {
9898
+ description: string;
9899
+ properties: {
9900
+ created_at: {
9901
+ description: string;
9902
+ format: string;
9903
+ type: string;
9904
+ };
9905
+ message: {
9906
+ description: string;
9907
+ type: string;
9908
+ };
9909
+ warning_code: {
9910
+ description: string;
9911
+ enum: string[];
9912
+ type: string;
9913
+ };
9914
+ };
9915
+ required: string[];
9916
+ type: string;
9917
+ };
9918
+ type: string;
9919
+ };
9857
9920
  workspace_id: {
9858
9921
  description: string;
9859
9922
  format: string;
@@ -179,6 +179,7 @@ export default {
179
179
  'salto_ks_access_group',
180
180
  'brivo_group',
181
181
  'salto_space_group',
182
+ 'dormakaba_community_access_group',
182
183
  ],
183
184
  type: 'string',
184
185
  'x-deprecated': 'Use `external_type`.',
@@ -212,6 +213,7 @@ export default {
212
213
  'salto_ks_access_group',
213
214
  'brivo_group',
214
215
  'salto_space_group',
216
+ 'dormakaba_community_access_group',
215
217
  ],
216
218
  type: 'string',
217
219
  },
@@ -221,6 +223,31 @@ export default {
221
223
  },
222
224
  is_managed: { enum: [true], type: 'boolean' },
223
225
  name: { description: 'Name of the access group.', type: 'string' },
226
+ warnings: {
227
+ description: 'Warnings associated with the `acs_access_group`.',
228
+ items: {
229
+ description: 'Warning associated with the `acs_access_group`.',
230
+ properties: {
231
+ created_at: {
232
+ description: 'Date and time at which Seam created the warning.',
233
+ format: 'date-time',
234
+ type: 'string',
235
+ },
236
+ message: {
237
+ description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
238
+ type: 'string',
239
+ },
240
+ warning_code: {
241
+ description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
242
+ enum: ['unknown_issue_with_acs_access_group'],
243
+ type: 'string',
244
+ },
245
+ },
246
+ required: ['created_at', 'message', 'warning_code'],
247
+ type: 'object',
248
+ },
249
+ type: 'array',
250
+ },
224
251
  workspace_id: {
225
252
  description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the access group.',
226
253
  format: 'uuid',
@@ -238,6 +265,7 @@ export default {
238
265
  'external_type',
239
266
  'external_type_display_name',
240
267
  'created_at',
268
+ 'warnings',
241
269
  'is_managed',
242
270
  ],
243
271
  type: 'object',
@@ -580,11 +608,6 @@ export default {
580
608
  properties: {
581
609
  access_point_name: { type: 'string' },
582
610
  common_area_number: { format: 'float', type: 'number' },
583
- inner_access_points_names: {
584
- items: { type: 'string' },
585
- type: 'array',
586
- },
587
- lease_ids: { items: { type: 'string' }, type: 'array' },
588
611
  },
589
612
  required: ['access_point_name'],
590
613
  type: 'object',
@@ -11815,6 +11838,7 @@ export default {
11815
11838
  'salto_ks_access_group',
11816
11839
  'brivo_group',
11817
11840
  'salto_space_group',
11841
+ 'dormakaba_community_access_group',
11818
11842
  ],
11819
11843
  type: 'string',
11820
11844
  'x-deprecated': 'Use `external_type`.',
@@ -11848,6 +11872,7 @@ export default {
11848
11872
  'salto_ks_access_group',
11849
11873
  'brivo_group',
11850
11874
  'salto_space_group',
11875
+ 'dormakaba_community_access_group',
11851
11876
  ],
11852
11877
  type: 'string',
11853
11878
  },
@@ -11860,6 +11885,31 @@ export default {
11860
11885
  description: 'Name of the access group.',
11861
11886
  type: 'string',
11862
11887
  },
11888
+ warnings: {
11889
+ description: 'Warnings associated with the `acs_access_group`.',
11890
+ items: {
11891
+ description: 'Warning associated with the `acs_access_group`.',
11892
+ properties: {
11893
+ created_at: {
11894
+ description: 'Date and time at which Seam created the warning.',
11895
+ format: 'date-time',
11896
+ type: 'string',
11897
+ },
11898
+ message: {
11899
+ description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
11900
+ type: 'string',
11901
+ },
11902
+ warning_code: {
11903
+ description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
11904
+ enum: ['unknown_issue_with_acs_access_group'],
11905
+ type: 'string',
11906
+ },
11907
+ },
11908
+ required: ['created_at', 'message', 'warning_code'],
11909
+ type: 'object',
11910
+ },
11911
+ type: 'array',
11912
+ },
11863
11913
  workspace_id: {
11864
11914
  description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the access group.',
11865
11915
  format: 'uuid',
@@ -11877,6 +11927,7 @@ export default {
11877
11927
  'external_type',
11878
11928
  'external_type_display_name',
11879
11929
  'created_at',
11930
+ 'warnings',
11880
11931
  'is_managed',
11881
11932
  ],
11882
11933
  type: 'object',
@@ -11949,6 +12000,7 @@ export default {
11949
12000
  'salto_ks_access_group',
11950
12001
  'brivo_group',
11951
12002
  'salto_space_group',
12003
+ 'dormakaba_community_access_group',
11952
12004
  ],
11953
12005
  type: 'string',
11954
12006
  'x-deprecated': 'Use `external_type`.',
@@ -11982,6 +12034,7 @@ export default {
11982
12034
  'salto_ks_access_group',
11983
12035
  'brivo_group',
11984
12036
  'salto_space_group',
12037
+ 'dormakaba_community_access_group',
11985
12038
  ],
11986
12039
  type: 'string',
11987
12040
  },
@@ -11994,6 +12047,35 @@ export default {
11994
12047
  description: 'Name of the access group.',
11995
12048
  type: 'string',
11996
12049
  },
12050
+ warnings: {
12051
+ description: 'Warnings associated with the `acs_access_group`.',
12052
+ items: {
12053
+ description: 'Warning associated with the `acs_access_group`.',
12054
+ properties: {
12055
+ created_at: {
12056
+ description: 'Date and time at which Seam created the warning.',
12057
+ format: 'date-time',
12058
+ type: 'string',
12059
+ },
12060
+ message: {
12061
+ description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
12062
+ type: 'string',
12063
+ },
12064
+ warning_code: {
12065
+ description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
12066
+ enum: ['unknown_issue_with_acs_access_group'],
12067
+ type: 'string',
12068
+ },
12069
+ },
12070
+ required: [
12071
+ 'created_at',
12072
+ 'message',
12073
+ 'warning_code',
12074
+ ],
12075
+ type: 'object',
12076
+ },
12077
+ type: 'array',
12078
+ },
11997
12079
  workspace_id: {
11998
12080
  description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the access group.',
11999
12081
  format: 'uuid',
@@ -12011,6 +12093,7 @@ export default {
12011
12093
  'external_type',
12012
12094
  'external_type_display_name',
12013
12095
  'created_at',
12096
+ 'warnings',
12014
12097
  'is_managed',
12015
12098
  ],
12016
12099
  type: 'object',