@seamapi/types 1.627.0 → 1.629.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.
@@ -42561,20 +42561,8 @@ declare const _default: {
42561
42561
  properties: {
42562
42562
  rules: {
42563
42563
  properties: {
42564
- delete_on_reservation_end: {
42565
- properties: {
42566
- enabled: {
42567
- type: string;
42568
- };
42569
- };
42570
- required: string[];
42571
- type: string;
42572
- };
42573
42564
  reservation_created: {
42574
42565
  properties: {
42575
- enabled: {
42576
- type: string;
42577
- };
42578
42566
  fallback_preset: {
42579
42567
  properties: {
42580
42568
  fan_mode: {
@@ -42608,17 +42596,13 @@ declare const _default: {
42608
42596
  type: string;
42609
42597
  };
42610
42598
  };
42611
- required: string[];
42612
42599
  type: string;
42613
42600
  };
42614
- update_on_time_change: {
42615
- properties: {
42616
- enabled: {
42617
- type: string;
42618
- };
42619
- };
42620
- required: string[];
42621
- type: string;
42601
+ reservation_deleted: {
42602
+ $ref: string;
42603
+ };
42604
+ reservation_time_updated: {
42605
+ $ref: string;
42622
42606
  };
42623
42607
  };
42624
42608
  type: string;
@@ -42790,20 +42774,8 @@ declare const _default: {
42790
42774
  properties: {
42791
42775
  rules: {
42792
42776
  properties: {
42793
- delete_on_reservation_end: {
42794
- properties: {
42795
- enabled: {
42796
- type: string;
42797
- };
42798
- };
42799
- required: string[];
42800
- type: string;
42801
- };
42802
42777
  reservation_created: {
42803
42778
  properties: {
42804
- enabled: {
42805
- type: string;
42806
- };
42807
42779
  fallback_preset: {
42808
42780
  properties: {
42809
42781
  fan_mode: {
@@ -42837,17 +42809,13 @@ declare const _default: {
42837
42809
  type: string;
42838
42810
  };
42839
42811
  };
42840
- required: string[];
42841
42812
  type: string;
42842
42813
  };
42843
- update_on_time_change: {
42844
- properties: {
42845
- enabled: {
42846
- type: string;
42847
- };
42848
- };
42849
- required: string[];
42850
- type: string;
42814
+ reservation_deleted: {
42815
+ $ref: string;
42816
+ };
42817
+ reservation_time_updated: {
42818
+ $ref: string;
42851
42819
  };
42852
42820
  };
42853
42821
  type: string;
@@ -43028,20 +42996,8 @@ declare const _default: {
43028
42996
  properties: {
43029
42997
  rules: {
43030
42998
  properties: {
43031
- delete_on_reservation_end: {
43032
- properties: {
43033
- enabled: {
43034
- type: string;
43035
- };
43036
- };
43037
- required: string[];
43038
- type: string;
43039
- };
43040
42999
  reservation_created: {
43041
43000
  properties: {
43042
- enabled: {
43043
- type: string;
43044
- };
43045
43001
  fallback_preset: {
43046
43002
  properties: {
43047
43003
  fan_mode: {
@@ -43075,16 +43031,14 @@ declare const _default: {
43075
43031
  type: string;
43076
43032
  };
43077
43033
  };
43078
- required: string[];
43079
43034
  type: string;
43080
43035
  };
43081
- update_on_time_change: {
43082
- properties: {
43083
- enabled: {
43084
- type: string;
43085
- };
43086
- };
43087
- required: string[];
43036
+ reservation_deleted: {
43037
+ properties: {};
43038
+ type: string;
43039
+ };
43040
+ reservation_time_updated: {
43041
+ properties: {};
43088
43042
  type: string;
43089
43043
  };
43090
43044
  };
@@ -43275,20 +43229,8 @@ declare const _default: {
43275
43229
  properties: {
43276
43230
  rules: {
43277
43231
  properties: {
43278
- delete_on_reservation_end: {
43279
- properties: {
43280
- enabled: {
43281
- type: string;
43282
- };
43283
- };
43284
- required: string[];
43285
- type: string;
43286
- };
43287
43232
  reservation_created: {
43288
43233
  properties: {
43289
- enabled: {
43290
- type: string;
43291
- };
43292
43234
  fallback_preset: {
43293
43235
  properties: {
43294
43236
  fan_mode: {
@@ -43322,16 +43264,14 @@ declare const _default: {
43322
43264
  type: string;
43323
43265
  };
43324
43266
  };
43325
- required: string[];
43326
43267
  type: string;
43327
43268
  };
43328
- update_on_time_change: {
43329
- properties: {
43330
- enabled: {
43331
- type: string;
43332
- };
43333
- };
43334
- required: string[];
43269
+ reservation_deleted: {
43270
+ properties: {};
43271
+ type: string;
43272
+ };
43273
+ reservation_time_updated: {
43274
+ properties: {};
43335
43275
  type: string;
43336
43276
  };
43337
43277
  };
@@ -43547,6 +43487,90 @@ declare const _default: {
43547
43487
  'x-undocumented': string;
43548
43488
  };
43549
43489
  };
43490
+ '/seam/customer/v1/connectors/delete': {
43491
+ post: {
43492
+ description: string;
43493
+ operationId: string;
43494
+ requestBody: {
43495
+ content: {
43496
+ 'application/json': {
43497
+ schema: {
43498
+ properties: {
43499
+ connector_id: {
43500
+ description: string;
43501
+ minLength: number;
43502
+ type: string;
43503
+ };
43504
+ };
43505
+ required: string[];
43506
+ type: string;
43507
+ };
43508
+ };
43509
+ };
43510
+ };
43511
+ responses: {
43512
+ 200: {
43513
+ content: {
43514
+ 'application/json': {
43515
+ schema: {
43516
+ properties: {
43517
+ connector: {
43518
+ properties: {
43519
+ connector_id: {
43520
+ type: string;
43521
+ };
43522
+ connector_type: {
43523
+ type: string;
43524
+ };
43525
+ status: {
43526
+ enum: string[];
43527
+ type: string;
43528
+ };
43529
+ };
43530
+ required: string[];
43531
+ type: string;
43532
+ };
43533
+ ok: {
43534
+ type: string;
43535
+ };
43536
+ };
43537
+ required: string[];
43538
+ type: string;
43539
+ };
43540
+ };
43541
+ };
43542
+ description: string;
43543
+ };
43544
+ 400: {
43545
+ description: string;
43546
+ };
43547
+ 401: {
43548
+ description: string;
43549
+ };
43550
+ };
43551
+ security: ({
43552
+ api_key: never[];
43553
+ client_session_with_customer?: never;
43554
+ console_session_with_workspace?: never;
43555
+ } | {
43556
+ client_session_with_customer: never[];
43557
+ api_key?: never;
43558
+ console_session_with_workspace?: never;
43559
+ } | {
43560
+ console_session_with_workspace: never[];
43561
+ api_key?: never;
43562
+ client_session_with_customer?: never;
43563
+ })[];
43564
+ summary: string;
43565
+ tags: never[];
43566
+ 'x-fern-sdk-group-name': string[];
43567
+ 'x-fern-sdk-method-name': string;
43568
+ 'x-fern-sdk-return-value': string;
43569
+ 'x-response-key': string;
43570
+ 'x-title': string;
43571
+ 'x-undocumented': string;
43572
+ };
43573
+ };
43550
43574
  '/seam/customer/v1/connectors/list': {
43551
43575
  get: {
43552
43576
  description: string;
@@ -43782,6 +43806,161 @@ declare const _default: {
43782
43806
  'x-undocumented': string;
43783
43807
  };
43784
43808
  };
43809
+ '/seam/customer/v1/connectors/update': {
43810
+ post: {
43811
+ description: string;
43812
+ operationId: string;
43813
+ requestBody: {
43814
+ content: {
43815
+ 'application/json': {
43816
+ schema: {
43817
+ properties: {
43818
+ config: {
43819
+ description: string;
43820
+ oneOf: ({
43821
+ properties: {
43822
+ access_token: {
43823
+ minLength: number;
43824
+ type: string;
43825
+ };
43826
+ client: {
43827
+ default: string;
43828
+ minLength: number;
43829
+ type: string;
43830
+ };
43831
+ client_token: {
43832
+ minLength: number;
43833
+ type: string;
43834
+ };
43835
+ enterprise_id: {
43836
+ format: string;
43837
+ type: string;
43838
+ };
43839
+ enterprise_ids: {
43840
+ items: {
43841
+ format: string;
43842
+ type: string;
43843
+ };
43844
+ type: string;
43845
+ };
43846
+ };
43847
+ type: string;
43848
+ } | {
43849
+ properties: {
43850
+ access_token?: never;
43851
+ client?: never;
43852
+ client_token?: never;
43853
+ enterprise_id?: never;
43854
+ enterprise_ids?: never;
43855
+ };
43856
+ type: string;
43857
+ })[];
43858
+ };
43859
+ connector_id: {
43860
+ description: string;
43861
+ minLength: number;
43862
+ type: string;
43863
+ };
43864
+ customer_key: {
43865
+ description: string;
43866
+ minLength: number;
43867
+ type: string;
43868
+ };
43869
+ };
43870
+ required: string[];
43871
+ type: string;
43872
+ };
43873
+ };
43874
+ };
43875
+ };
43876
+ responses: {
43877
+ 200: {
43878
+ content: {
43879
+ 'application/json': {
43880
+ schema: {
43881
+ properties: {
43882
+ connector: {
43883
+ properties: {
43884
+ connector_id: {
43885
+ type: string;
43886
+ };
43887
+ connector_type: {
43888
+ type: string;
43889
+ };
43890
+ error: {
43891
+ type: string;
43892
+ };
43893
+ status: {
43894
+ enum: string[];
43895
+ type: string;
43896
+ };
43897
+ webhook_subscription: {
43898
+ properties: {
43899
+ events: {
43900
+ items: {
43901
+ type: string;
43902
+ };
43903
+ type: string;
43904
+ };
43905
+ status: {
43906
+ enum: string[];
43907
+ type: string;
43908
+ };
43909
+ subscription_id: {
43910
+ type: string;
43911
+ };
43912
+ webhook_url: {
43913
+ type: string;
43914
+ };
43915
+ };
43916
+ required: string[];
43917
+ type: string;
43918
+ };
43919
+ };
43920
+ required: string[];
43921
+ type: string;
43922
+ };
43923
+ ok: {
43924
+ type: string;
43925
+ };
43926
+ };
43927
+ required: string[];
43928
+ type: string;
43929
+ };
43930
+ };
43931
+ };
43932
+ description: string;
43933
+ };
43934
+ 400: {
43935
+ description: string;
43936
+ };
43937
+ 401: {
43938
+ description: string;
43939
+ };
43940
+ };
43941
+ security: ({
43942
+ api_key: never[];
43943
+ client_session_with_customer?: never;
43944
+ console_session_with_workspace?: never;
43945
+ } | {
43946
+ client_session_with_customer: never[];
43947
+ api_key?: never;
43948
+ console_session_with_workspace?: never;
43949
+ } | {
43950
+ console_session_with_workspace: never[];
43951
+ api_key?: never;
43952
+ client_session_with_customer?: never;
43953
+ })[];
43954
+ summary: string;
43955
+ tags: never[];
43956
+ 'x-fern-sdk-group-name': string[];
43957
+ 'x-fern-sdk-method-name': string;
43958
+ 'x-fern-sdk-return-value': string;
43959
+ 'x-response-key': string;
43960
+ 'x-title': string;
43961
+ 'x-undocumented': string;
43962
+ };
43963
+ };
43785
43964
  '/seam/customer/v1/events/list': {
43786
43965
  get: {
43787
43966
  description: string;