@seamapi/types 1.89.0 → 1.91.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
  };
@@ -11857,9 +11884,95 @@ declare const _default: {
11857
11884
  tags: string[];
11858
11885
  'x-fern-ignore': boolean;
11859
11886
  };
11887
+ post: {
11888
+ operationId: string;
11889
+ responses: {
11890
+ 200: {
11891
+ content: {
11892
+ 'application/json': {
11893
+ schema: {
11894
+ properties: {
11895
+ last_service_evaluation_at: {
11896
+ type: string;
11897
+ };
11898
+ msg: {
11899
+ enum: string[];
11900
+ type: string;
11901
+ };
11902
+ ok: {
11903
+ type: string;
11904
+ };
11905
+ service_health_statuses: {
11906
+ items: {
11907
+ $ref: string;
11908
+ };
11909
+ type: string;
11910
+ };
11911
+ };
11912
+ required: string[];
11913
+ type: string;
11914
+ };
11915
+ };
11916
+ };
11917
+ description: string;
11918
+ };
11919
+ 400: {
11920
+ description: string;
11921
+ };
11922
+ 401: {
11923
+ description: string;
11924
+ };
11925
+ };
11926
+ summary: string;
11927
+ tags: string[];
11928
+ 'x-fern-ignore': boolean;
11929
+ };
11860
11930
  };
11861
11931
  '/health/get_health': {
11862
11932
  get: {
11933
+ operationId: string;
11934
+ responses: {
11935
+ 200: {
11936
+ content: {
11937
+ 'application/json': {
11938
+ schema: {
11939
+ properties: {
11940
+ last_service_evaluation_at: {
11941
+ type: string;
11942
+ };
11943
+ msg: {
11944
+ enum: string[];
11945
+ type: string;
11946
+ };
11947
+ ok: {
11948
+ type: string;
11949
+ };
11950
+ service_health_statuses: {
11951
+ items: {
11952
+ $ref: string;
11953
+ };
11954
+ type: string;
11955
+ };
11956
+ };
11957
+ required: string[];
11958
+ type: string;
11959
+ };
11960
+ };
11961
+ };
11962
+ description: string;
11963
+ };
11964
+ 400: {
11965
+ description: string;
11966
+ };
11967
+ 401: {
11968
+ description: string;
11969
+ };
11970
+ };
11971
+ summary: string;
11972
+ tags: string[];
11973
+ 'x-fern-ignore': boolean;
11974
+ };
11975
+ post: {
11863
11976
  operationId: string;
11864
11977
  responses: {
11865
11978
  200: {
@@ -17705,6 +17818,7 @@ interface Routes {
17705
17818
  workspace_id: string;
17706
17819
  starts_at?: string | undefined;
17707
17820
  ends_at?: string | undefined;
17821
+ is_multi_phone_sync_credential?: boolean | undefined;
17708
17822
  };
17709
17823
  };
17710
17824
  };
@@ -17741,6 +17855,7 @@ interface Routes {
17741
17855
  workspace_id: string;
17742
17856
  starts_at?: string | undefined;
17743
17857
  ends_at?: string | undefined;
17858
+ is_multi_phone_sync_credential?: boolean | undefined;
17744
17859
  };
17745
17860
  };
17746
17861
  };
@@ -17779,6 +17894,7 @@ interface Routes {
17779
17894
  workspace_id: string;
17780
17895
  starts_at?: string | undefined;
17781
17896
  ends_at?: string | undefined;
17897
+ is_multi_phone_sync_credential?: boolean | undefined;
17782
17898
  };
17783
17899
  };
17784
17900
  };
@@ -17813,6 +17929,7 @@ interface Routes {
17813
17929
  workspace_id: string;
17814
17930
  starts_at?: string | undefined;
17815
17931
  ends_at?: string | undefined;
17932
+ is_multi_phone_sync_credential?: boolean | undefined;
17816
17933
  }>;
17817
17934
  };
17818
17935
  };
@@ -17841,6 +17958,7 @@ interface Routes {
17841
17958
  workspace_id: string;
17842
17959
  starts_at?: string | undefined;
17843
17960
  ends_at?: string | undefined;
17961
+ is_multi_phone_sync_credential?: boolean | undefined;
17844
17962
  };
17845
17963
  };
17846
17964
  };
@@ -17869,6 +17987,7 @@ interface Routes {
17869
17987
  workspace_id: string;
17870
17988
  starts_at?: string | undefined;
17871
17989
  ends_at?: string | undefined;
17990
+ is_multi_phone_sync_credential?: boolean | undefined;
17872
17991
  };
17873
17992
  };
17874
17993
  };
@@ -19843,7 +19962,7 @@ interface Routes {
19843
19962
  };
19844
19963
  '/health': {
19845
19964
  route: '/health';
19846
- method: 'GET';
19965
+ method: 'GET' | 'POST';
19847
19966
  queryParams: {};
19848
19967
  jsonBody: {};
19849
19968
  commonParams: {};
@@ -19861,7 +19980,7 @@ interface Routes {
19861
19980
  };
19862
19981
  '/health/get_health': {
19863
19982
  route: '/health/get_health';
19864
- method: 'GET';
19983
+ method: 'GET' | 'POST';
19865
19984
  queryParams: {};
19866
19985
  jsonBody: {};
19867
19986
  commonParams: {};
@@ -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
  };
@@ -11783,9 +11810,95 @@ declare const _default: {
11783
11810
  tags: string[];
11784
11811
  'x-fern-ignore': boolean;
11785
11812
  };
11813
+ post: {
11814
+ operationId: string;
11815
+ responses: {
11816
+ 200: {
11817
+ content: {
11818
+ 'application/json': {
11819
+ schema: {
11820
+ properties: {
11821
+ last_service_evaluation_at: {
11822
+ type: string;
11823
+ };
11824
+ msg: {
11825
+ enum: string[];
11826
+ type: string;
11827
+ };
11828
+ ok: {
11829
+ type: string;
11830
+ };
11831
+ service_health_statuses: {
11832
+ items: {
11833
+ $ref: string;
11834
+ };
11835
+ type: string;
11836
+ };
11837
+ };
11838
+ required: string[];
11839
+ type: string;
11840
+ };
11841
+ };
11842
+ };
11843
+ description: string;
11844
+ };
11845
+ 400: {
11846
+ description: string;
11847
+ };
11848
+ 401: {
11849
+ description: string;
11850
+ };
11851
+ };
11852
+ summary: string;
11853
+ tags: string[];
11854
+ 'x-fern-ignore': boolean;
11855
+ };
11786
11856
  };
11787
11857
  '/health/get_health': {
11788
11858
  get: {
11859
+ operationId: string;
11860
+ responses: {
11861
+ 200: {
11862
+ content: {
11863
+ 'application/json': {
11864
+ schema: {
11865
+ properties: {
11866
+ last_service_evaluation_at: {
11867
+ type: string;
11868
+ };
11869
+ msg: {
11870
+ enum: string[];
11871
+ type: string;
11872
+ };
11873
+ ok: {
11874
+ type: string;
11875
+ };
11876
+ service_health_statuses: {
11877
+ items: {
11878
+ $ref: string;
11879
+ };
11880
+ type: string;
11881
+ };
11882
+ };
11883
+ required: string[];
11884
+ type: string;
11885
+ };
11886
+ };
11887
+ };
11888
+ description: string;
11889
+ };
11890
+ 400: {
11891
+ description: string;
11892
+ };
11893
+ 401: {
11894
+ description: string;
11895
+ };
11896
+ };
11897
+ summary: string;
11898
+ tags: string[];
11899
+ 'x-fern-ignore': boolean;
11900
+ };
11901
+ post: {
11789
11902
  operationId: string;
11790
11903
  responses: {
11791
11904
  200: {
@@ -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
  },
@@ -8842,6 +8851,39 @@ export default {
8842
8851
  tags: ['/health'],
8843
8852
  'x-fern-ignore': true,
8844
8853
  },
8854
+ post: {
8855
+ operationId: 'healthPost',
8856
+ responses: {
8857
+ 200: {
8858
+ content: {
8859
+ 'application/json': {
8860
+ schema: {
8861
+ properties: {
8862
+ last_service_evaluation_at: { type: 'string' },
8863
+ msg: {
8864
+ enum: ['I’m one with the Force. The Force is with me.'],
8865
+ type: 'string',
8866
+ },
8867
+ ok: { type: 'boolean' },
8868
+ service_health_statuses: {
8869
+ items: { $ref: '#/components/schemas/service_health' },
8870
+ type: 'array',
8871
+ },
8872
+ },
8873
+ required: ['ok', 'msg', 'service_health_statuses'],
8874
+ type: 'object',
8875
+ },
8876
+ },
8877
+ },
8878
+ description: 'OK',
8879
+ },
8880
+ 400: { description: 'Bad Request' },
8881
+ 401: { description: 'Unauthorized' },
8882
+ },
8883
+ summary: '/health',
8884
+ tags: ['/health'],
8885
+ 'x-fern-ignore': true,
8886
+ },
8845
8887
  },
8846
8888
  '/health/get_health': {
8847
8889
  get: {
@@ -8875,6 +8917,39 @@ export default {
8875
8917
  },
8876
8918
  summary: '/health/get_health',
8877
8919
  tags: ['/health'],
8920
+ 'x-fern-ignore': true,
8921
+ },
8922
+ post: {
8923
+ operationId: 'healthGetHealthPost',
8924
+ responses: {
8925
+ 200: {
8926
+ content: {
8927
+ 'application/json': {
8928
+ schema: {
8929
+ properties: {
8930
+ last_service_evaluation_at: { type: 'string' },
8931
+ msg: {
8932
+ enum: ['I’m one with the Force. The Force is with me.'],
8933
+ type: 'string',
8934
+ },
8935
+ ok: { type: 'boolean' },
8936
+ service_health_statuses: {
8937
+ items: { $ref: '#/components/schemas/service_health' },
8938
+ type: 'array',
8939
+ },
8940
+ },
8941
+ required: ['ok', 'msg', 'service_health_statuses'],
8942
+ type: 'object',
8943
+ },
8944
+ },
8945
+ },
8946
+ description: 'OK',
8947
+ },
8948
+ 400: { description: 'Bad Request' },
8949
+ 401: { description: 'Unauthorized' },
8950
+ },
8951
+ summary: '/health/get_health',
8952
+ tags: ['/health'],
8878
8953
  'x-fern-sdk-group-name': ['health'],
8879
8954
  'x-fern-sdk-method-name': 'get_health',
8880
8955
  },