@seamapi/types 1.184.0 → 1.185.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.
@@ -2718,9 +2718,16 @@ declare const _default: {
2718
2718
  external_type_display_name: {
2719
2719
  type: string;
2720
2720
  };
2721
+ is_latest_desired_state_synced_with_provider: {
2722
+ type: string;
2723
+ };
2721
2724
  is_multi_phone_sync_credential: {
2722
2725
  type: string;
2723
2726
  };
2727
+ latest_desired_state_synced_with_provider_at: {
2728
+ format: string;
2729
+ type: string;
2730
+ };
2724
2731
  parent_acs_credential_id: {
2725
2732
  format: string;
2726
2733
  type: string;
@@ -21652,6 +21659,8 @@ interface Routes {
21652
21659
  message: string;
21653
21660
  }>;
21654
21661
  is_multi_phone_sync_credential?: boolean | undefined;
21662
+ is_latest_desired_state_synced_with_provider?: boolean | undefined;
21663
+ latest_desired_state_synced_with_provider_at?: string | undefined;
21655
21664
  visionline_metadata?: {
21656
21665
  card_function_type: 'guest' | 'staff';
21657
21666
  joiner_acs_credential_ids?: string[] | undefined;
@@ -21715,6 +21724,8 @@ interface Routes {
21715
21724
  message: string;
21716
21725
  }>;
21717
21726
  is_multi_phone_sync_credential?: boolean | undefined;
21727
+ is_latest_desired_state_synced_with_provider?: boolean | undefined;
21728
+ latest_desired_state_synced_with_provider_at?: string | undefined;
21718
21729
  visionline_metadata?: {
21719
21730
  card_function_type: 'guest' | 'staff';
21720
21731
  joiner_acs_credential_ids?: string[] | undefined;
@@ -21769,6 +21780,8 @@ interface Routes {
21769
21780
  message: string;
21770
21781
  }>;
21771
21782
  is_multi_phone_sync_credential?: boolean | undefined;
21783
+ is_latest_desired_state_synced_with_provider?: boolean | undefined;
21784
+ latest_desired_state_synced_with_provider_at?: string | undefined;
21772
21785
  visionline_metadata?: {
21773
21786
  card_function_type: 'guest' | 'staff';
21774
21787
  joiner_acs_credential_ids?: string[] | undefined;
@@ -21821,6 +21834,8 @@ interface Routes {
21821
21834
  message: string;
21822
21835
  }>;
21823
21836
  is_multi_phone_sync_credential?: boolean | undefined;
21837
+ is_latest_desired_state_synced_with_provider?: boolean | undefined;
21838
+ latest_desired_state_synced_with_provider_at?: string | undefined;
21824
21839
  visionline_metadata?: {
21825
21840
  card_function_type: 'guest' | 'staff';
21826
21841
  joiner_acs_credential_ids?: string[] | undefined;
@@ -21901,6 +21916,8 @@ interface Routes {
21901
21916
  message: string;
21902
21917
  }>;
21903
21918
  is_multi_phone_sync_credential?: boolean | undefined;
21919
+ is_latest_desired_state_synced_with_provider?: boolean | undefined;
21920
+ latest_desired_state_synced_with_provider_at?: string | undefined;
21904
21921
  visionline_metadata?: {
21905
21922
  card_function_type: 'guest' | 'staff';
21906
21923
  joiner_acs_credential_ids?: string[] | undefined;
@@ -21946,6 +21963,8 @@ interface Routes {
21946
21963
  message: string;
21947
21964
  }>;
21948
21965
  is_multi_phone_sync_credential?: boolean | undefined;
21966
+ is_latest_desired_state_synced_with_provider?: boolean | undefined;
21967
+ latest_desired_state_synced_with_provider_at?: string | undefined;
21949
21968
  visionline_metadata?: {
21950
21969
  card_function_type: 'guest' | 'staff';
21951
21970
  joiner_acs_credential_ids?: string[] | undefined;
@@ -22075,6 +22094,8 @@ interface Routes {
22075
22094
  message: string;
22076
22095
  }>;
22077
22096
  is_multi_phone_sync_credential?: boolean | undefined;
22097
+ is_latest_desired_state_synced_with_provider?: boolean | undefined;
22098
+ latest_desired_state_synced_with_provider_at?: string | undefined;
22078
22099
  visionline_metadata?: {
22079
22100
  card_function_type: 'guest' | 'staff';
22080
22101
  joiner_acs_credential_ids?: string[] | undefined;
@@ -55,6 +55,8 @@ export declare const acs_credential: z.ZodObject<{
55
55
  warning_code: string;
56
56
  }>, "many">;
57
57
  is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
58
+ is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodBoolean>;
59
+ latest_desired_state_synced_with_provider_at: z.ZodOptional<z.ZodString>;
58
60
  visionline_metadata: z.ZodOptional<z.ZodObject<{
59
61
  card_function_type: z.ZodEnum<["guest", "staff"]>;
60
62
  joiner_acs_credential_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -95,6 +97,8 @@ export declare const acs_credential: z.ZodObject<{
95
97
  starts_at?: string | undefined;
96
98
  ends_at?: string | undefined;
97
99
  is_multi_phone_sync_credential?: boolean | undefined;
100
+ is_latest_desired_state_synced_with_provider?: boolean | undefined;
101
+ latest_desired_state_synced_with_provider_at?: string | undefined;
98
102
  visionline_metadata?: {
99
103
  card_function_type: "guest" | "staff";
100
104
  joiner_acs_credential_ids?: string[] | undefined;
@@ -125,6 +129,8 @@ export declare const acs_credential: z.ZodObject<{
125
129
  starts_at?: string | undefined;
126
130
  ends_at?: string | undefined;
127
131
  is_multi_phone_sync_credential?: boolean | undefined;
132
+ is_latest_desired_state_synced_with_provider?: boolean | undefined;
133
+ latest_desired_state_synced_with_provider_at?: string | undefined;
128
134
  visionline_metadata?: {
129
135
  card_function_type: "guest" | "staff";
130
136
  joiner_acs_credential_ids?: string[] | undefined;
@@ -41,6 +41,11 @@ export const acs_credential = z.object({
41
41
  message: z.string(),
42
42
  })),
43
43
  is_multi_phone_sync_credential: z.boolean().optional(),
44
+ is_latest_desired_state_synced_with_provider: z.boolean().optional(),
45
+ latest_desired_state_synced_with_provider_at: z
46
+ .string()
47
+ .datetime()
48
+ .optional(),
44
49
  visionline_metadata: acs_credential_visionline_metadata.optional(),
45
50
  });
46
51
  //# sourceMappingURL=acs-credential.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"acs-credential.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-credential.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,wEAAwE;AACxE,MAAM,CAAC,MAAM,4BAA4B,GAAG,CAAC,CAAC,IAAI,CAAC;IACjD,UAAU;IACV,kBAAkB;IAClB,gBAAgB;IAChB,iBAAiB;CAClB,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,iCAAiC,GAAG,CAAC,CAAC,IAAI,CAAC;IACtD,MAAM;IACN,MAAM;IACN,YAAY;CACb,CAAC,CAAA;AAMF,MAAM,CAAC,MAAM,kCAAkC,GAAG,CAAC,CAAC,MAAM,CAAC;IACzD,kBAAkB,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;IAC9C,yBAAyB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,CAAC,QAAQ,EAAE;IAChE,sBAAsB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC7D,uBAAuB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,CAAC,QAAQ,EAAE;CAC/D,CAAC,CAAA;AAMF,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,CAAC,MAAM,CAAC;IACrC,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACpC,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IACzC,sBAAsB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IACpD,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAChC,wBAAwB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IACtD,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC/B,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACtC,aAAa,EAAE,iCAAiC;IAChD,aAAa,EAAE,4BAA4B,CAAC,QAAQ,EAAE;IACtD,0BAA0B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC/B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,MAAM,EAAE,CAAC,CAAC,KAAK,CACb,CAAC,CAAC,MAAM,CAAC;QACP,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;QACtB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;KACpB,CAAC,CACH;IACD,QAAQ,EAAE,CAAC,CAAC,KAAK,CACf,CAAC,CAAC,MAAM,CAAC;QACP,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;QACxB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;KACpB,CAAC,CACH;IACD,8BAA8B,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACtD,mBAAmB,EAAE,kCAAkC,CAAC,QAAQ,EAAE;CACnE,CAAC,CAAA"}
1
+ {"version":3,"file":"acs-credential.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-credential.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,wEAAwE;AACxE,MAAM,CAAC,MAAM,4BAA4B,GAAG,CAAC,CAAC,IAAI,CAAC;IACjD,UAAU;IACV,kBAAkB;IAClB,gBAAgB;IAChB,iBAAiB;CAClB,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,iCAAiC,GAAG,CAAC,CAAC,IAAI,CAAC;IACtD,MAAM;IACN,MAAM;IACN,YAAY;CACb,CAAC,CAAA;AAMF,MAAM,CAAC,MAAM,kCAAkC,GAAG,CAAC,CAAC,MAAM,CAAC;IACzD,kBAAkB,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;IAC9C,yBAAyB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,CAAC,QAAQ,EAAE;IAChE,sBAAsB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC7D,uBAAuB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,CAAC,QAAQ,EAAE;CAC/D,CAAC,CAAA;AAMF,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,CAAC,MAAM,CAAC;IACrC,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACpC,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IACzC,sBAAsB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IACpD,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAChC,wBAAwB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IACtD,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC/B,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACtC,aAAa,EAAE,iCAAiC;IAChD,aAAa,EAAE,4BAA4B,CAAC,QAAQ,EAAE;IACtD,0BAA0B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC/B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,MAAM,EAAE,CAAC,CAAC,KAAK,CACb,CAAC,CAAC,MAAM,CAAC;QACP,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;QACtB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;KACpB,CAAC,CACH;IACD,QAAQ,EAAE,CAAC,CAAC,KAAK,CACf,CAAC,CAAC,MAAM,CAAC;QACP,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;QACxB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;KACpB,CAAC,CACH;IACD,8BAA8B,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACtD,4CAA4C,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACpE,4CAA4C,EAAE,CAAC;SAC5C,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,mBAAmB,EAAE,kCAAkC,CAAC,QAAQ,EAAE;CACnE,CAAC,CAAA"}
@@ -209,9 +209,16 @@ declare const _default: {
209
209
  external_type_display_name: {
210
210
  type: string;
211
211
  };
212
+ is_latest_desired_state_synced_with_provider: {
213
+ type: string;
214
+ };
212
215
  is_multi_phone_sync_credential: {
213
216
  type: string;
214
217
  };
218
+ latest_desired_state_synced_with_provider_at: {
219
+ format: string;
220
+ type: string;
221
+ };
215
222
  parent_acs_credential_id: {
216
223
  format: string;
217
224
  type: string;
@@ -202,7 +202,12 @@ export default {
202
202
  type: 'string',
203
203
  },
204
204
  external_type_display_name: { type: 'string' },
205
+ is_latest_desired_state_synced_with_provider: { type: 'boolean' },
205
206
  is_multi_phone_sync_credential: { type: 'boolean' },
207
+ latest_desired_state_synced_with_provider_at: {
208
+ format: 'date-time',
209
+ type: 'string',
210
+ },
206
211
  parent_acs_credential_id: { format: 'uuid', type: 'string' },
207
212
  starts_at: { type: 'string' },
208
213
  visionline_metadata: {