@seamapi/types 1.89.0 → 1.90.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.
@@ -6671,6 +6671,9 @@ declare const _default: {
6671
6671
  external_type_display_name: {
6672
6672
  type: string;
6673
6673
  };
6674
+ is_multi_phone_sync_credential: {
6675
+ type: string;
6676
+ };
6674
6677
  starts_at: {
6675
6678
  type: string;
6676
6679
  };
@@ -6789,6 +6792,9 @@ declare const _default: {
6789
6792
  external_type_display_name: {
6790
6793
  type: string;
6791
6794
  };
6795
+ is_multi_phone_sync_credential: {
6796
+ type: string;
6797
+ };
6792
6798
  starts_at: {
6793
6799
  type: string;
6794
6800
  };
@@ -6940,6 +6946,9 @@ declare const _default: {
6940
6946
  external_type_display_name: {
6941
6947
  type: string;
6942
6948
  };
6949
+ is_multi_phone_sync_credential: {
6950
+ type: string;
6951
+ };
6943
6952
  starts_at: {
6944
6953
  type: string;
6945
6954
  };
@@ -7119,6 +7128,9 @@ declare const _default: {
7119
7128
  external_type_display_name: {
7120
7129
  type: string;
7121
7130
  };
7131
+ is_multi_phone_sync_credential: {
7132
+ type: string;
7133
+ };
7122
7134
  starts_at: {
7123
7135
  type: string;
7124
7136
  };
@@ -7277,6 +7289,9 @@ declare const _default: {
7277
7289
  external_type_display_name: {
7278
7290
  type: string;
7279
7291
  };
7292
+ is_multi_phone_sync_credential: {
7293
+ type: string;
7294
+ };
7280
7295
  starts_at: {
7281
7296
  type: string;
7282
7297
  };
@@ -7408,6 +7423,9 @@ declare const _default: {
7408
7423
  external_type_display_name: {
7409
7424
  type: string;
7410
7425
  };
7426
+ is_multi_phone_sync_credential: {
7427
+ type: string;
7428
+ };
7411
7429
  starts_at: {
7412
7430
  type: string;
7413
7431
  };
@@ -7526,6 +7544,9 @@ declare const _default: {
7526
7544
  external_type_display_name: {
7527
7545
  type: string;
7528
7546
  };
7547
+ is_multi_phone_sync_credential: {
7548
+ type: string;
7549
+ };
7529
7550
  starts_at: {
7530
7551
  type: string;
7531
7552
  };
@@ -7646,6 +7667,9 @@ declare const _default: {
7646
7667
  external_type_display_name: {
7647
7668
  type: string;
7648
7669
  };
7670
+ is_multi_phone_sync_credential: {
7671
+ type: string;
7672
+ };
7649
7673
  starts_at: {
7650
7674
  type: string;
7651
7675
  };
@@ -7763,6 +7787,9 @@ declare const _default: {
7763
7787
  external_type_display_name: {
7764
7788
  type: string;
7765
7789
  };
7790
+ is_multi_phone_sync_credential: {
7791
+ type: string;
7792
+ };
7766
7793
  starts_at: {
7767
7794
  type: string;
7768
7795
  };
@@ -17705,6 +17732,7 @@ interface Routes {
17705
17732
  workspace_id: string;
17706
17733
  starts_at?: string | undefined;
17707
17734
  ends_at?: string | undefined;
17735
+ is_multi_phone_sync_credential?: boolean | undefined;
17708
17736
  };
17709
17737
  };
17710
17738
  };
@@ -17741,6 +17769,7 @@ interface Routes {
17741
17769
  workspace_id: string;
17742
17770
  starts_at?: string | undefined;
17743
17771
  ends_at?: string | undefined;
17772
+ is_multi_phone_sync_credential?: boolean | undefined;
17744
17773
  };
17745
17774
  };
17746
17775
  };
@@ -17779,6 +17808,7 @@ interface Routes {
17779
17808
  workspace_id: string;
17780
17809
  starts_at?: string | undefined;
17781
17810
  ends_at?: string | undefined;
17811
+ is_multi_phone_sync_credential?: boolean | undefined;
17782
17812
  };
17783
17813
  };
17784
17814
  };
@@ -17813,6 +17843,7 @@ interface Routes {
17813
17843
  workspace_id: string;
17814
17844
  starts_at?: string | undefined;
17815
17845
  ends_at?: string | undefined;
17846
+ is_multi_phone_sync_credential?: boolean | undefined;
17816
17847
  }>;
17817
17848
  };
17818
17849
  };
@@ -17841,6 +17872,7 @@ interface Routes {
17841
17872
  workspace_id: string;
17842
17873
  starts_at?: string | undefined;
17843
17874
  ends_at?: string | undefined;
17875
+ is_multi_phone_sync_credential?: boolean | undefined;
17844
17876
  };
17845
17877
  };
17846
17878
  };
@@ -17869,6 +17901,7 @@ interface Routes {
17869
17901
  workspace_id: string;
17870
17902
  starts_at?: string | undefined;
17871
17903
  ends_at?: string | undefined;
17904
+ is_multi_phone_sync_credential?: boolean | undefined;
17872
17905
  };
17873
17906
  };
17874
17907
  };
@@ -6597,6 +6597,9 @@ declare const _default: {
6597
6597
  external_type_display_name: {
6598
6598
  type: string;
6599
6599
  };
6600
+ is_multi_phone_sync_credential: {
6601
+ type: string;
6602
+ };
6600
6603
  starts_at: {
6601
6604
  type: string;
6602
6605
  };
@@ -6715,6 +6718,9 @@ declare const _default: {
6715
6718
  external_type_display_name: {
6716
6719
  type: string;
6717
6720
  };
6721
+ is_multi_phone_sync_credential: {
6722
+ type: string;
6723
+ };
6718
6724
  starts_at: {
6719
6725
  type: string;
6720
6726
  };
@@ -6866,6 +6872,9 @@ declare const _default: {
6866
6872
  external_type_display_name: {
6867
6873
  type: string;
6868
6874
  };
6875
+ is_multi_phone_sync_credential: {
6876
+ type: string;
6877
+ };
6869
6878
  starts_at: {
6870
6879
  type: string;
6871
6880
  };
@@ -7045,6 +7054,9 @@ declare const _default: {
7045
7054
  external_type_display_name: {
7046
7055
  type: string;
7047
7056
  };
7057
+ is_multi_phone_sync_credential: {
7058
+ type: string;
7059
+ };
7048
7060
  starts_at: {
7049
7061
  type: string;
7050
7062
  };
@@ -7203,6 +7215,9 @@ declare const _default: {
7203
7215
  external_type_display_name: {
7204
7216
  type: string;
7205
7217
  };
7218
+ is_multi_phone_sync_credential: {
7219
+ type: string;
7220
+ };
7206
7221
  starts_at: {
7207
7222
  type: string;
7208
7223
  };
@@ -7334,6 +7349,9 @@ declare const _default: {
7334
7349
  external_type_display_name: {
7335
7350
  type: string;
7336
7351
  };
7352
+ is_multi_phone_sync_credential: {
7353
+ type: string;
7354
+ };
7337
7355
  starts_at: {
7338
7356
  type: string;
7339
7357
  };
@@ -7452,6 +7470,9 @@ declare const _default: {
7452
7470
  external_type_display_name: {
7453
7471
  type: string;
7454
7472
  };
7473
+ is_multi_phone_sync_credential: {
7474
+ type: string;
7475
+ };
7455
7476
  starts_at: {
7456
7477
  type: string;
7457
7478
  };
@@ -7572,6 +7593,9 @@ declare const _default: {
7572
7593
  external_type_display_name: {
7573
7594
  type: string;
7574
7595
  };
7596
+ is_multi_phone_sync_credential: {
7597
+ type: string;
7598
+ };
7575
7599
  starts_at: {
7576
7600
  type: string;
7577
7601
  };
@@ -7689,6 +7713,9 @@ declare const _default: {
7689
7713
  external_type_display_name: {
7690
7714
  type: string;
7691
7715
  };
7716
+ is_multi_phone_sync_credential: {
7717
+ type: string;
7718
+ };
7692
7719
  starts_at: {
7693
7720
  type: string;
7694
7721
  };
@@ -4983,6 +4983,7 @@ export default {
4983
4983
  type: 'string',
4984
4984
  },
4985
4985
  external_type_display_name: { type: 'string' },
4986
+ is_multi_phone_sync_credential: { type: 'boolean' },
4986
4987
  starts_at: { type: 'string' },
4987
4988
  workspace_id: { format: 'uuid', type: 'string' },
4988
4989
  },
@@ -5066,6 +5067,7 @@ export default {
5066
5067
  type: 'string',
5067
5068
  },
5068
5069
  external_type_display_name: { type: 'string' },
5070
+ is_multi_phone_sync_credential: { type: 'boolean' },
5069
5071
  starts_at: { type: 'string' },
5070
5072
  workspace_id: { format: 'uuid', type: 'string' },
5071
5073
  },
@@ -5174,6 +5176,7 @@ export default {
5174
5176
  type: 'string',
5175
5177
  },
5176
5178
  external_type_display_name: { type: 'string' },
5179
+ is_multi_phone_sync_credential: { type: 'boolean' },
5177
5180
  starts_at: { type: 'string' },
5178
5181
  workspace_id: { format: 'uuid', type: 'string' },
5179
5182
  },
@@ -5302,6 +5305,7 @@ export default {
5302
5305
  type: 'string',
5303
5306
  },
5304
5307
  external_type_display_name: { type: 'string' },
5308
+ is_multi_phone_sync_credential: { type: 'boolean' },
5305
5309
  starts_at: { type: 'string' },
5306
5310
  workspace_id: { format: 'uuid', type: 'string' },
5307
5311
  },
@@ -5414,6 +5418,7 @@ export default {
5414
5418
  type: 'string',
5415
5419
  },
5416
5420
  external_type_display_name: { type: 'string' },
5421
+ is_multi_phone_sync_credential: { type: 'boolean' },
5417
5422
  starts_at: { type: 'string' },
5418
5423
  workspace_id: { format: 'uuid', type: 'string' },
5419
5424
  },
@@ -5503,6 +5508,7 @@ export default {
5503
5508
  type: 'string',
5504
5509
  },
5505
5510
  external_type_display_name: { type: 'string' },
5511
+ is_multi_phone_sync_credential: { type: 'boolean' },
5506
5512
  starts_at: { type: 'string' },
5507
5513
  workspace_id: { format: 'uuid', type: 'string' },
5508
5514
  },
@@ -5586,6 +5592,7 @@ export default {
5586
5592
  type: 'string',
5587
5593
  },
5588
5594
  external_type_display_name: { type: 'string' },
5595
+ is_multi_phone_sync_credential: { type: 'boolean' },
5589
5596
  starts_at: { type: 'string' },
5590
5597
  workspace_id: { format: 'uuid', type: 'string' },
5591
5598
  },
@@ -5672,6 +5679,7 @@ export default {
5672
5679
  type: 'string',
5673
5680
  },
5674
5681
  external_type_display_name: { type: 'string' },
5682
+ is_multi_phone_sync_credential: { type: 'boolean' },
5675
5683
  starts_at: { type: 'string' },
5676
5684
  workspace_id: { format: 'uuid', type: 'string' },
5677
5685
  },
@@ -5755,6 +5763,7 @@ export default {
5755
5763
  type: 'string',
5756
5764
  },
5757
5765
  external_type_display_name: { type: 'string' },
5766
+ is_multi_phone_sync_credential: { type: 'boolean' },
5758
5767
  starts_at: { type: 'string' },
5759
5768
  workspace_id: { format: 'uuid', type: 'string' },
5760
5769
  },