@seamapi/types 1.682.0 → 1.684.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.
@@ -698,24 +698,27 @@ declare const _default: {
698
698
  description: string;
699
699
  items: {
700
700
  description: string;
701
- properties: {
702
- created_at: {
703
- description: string;
704
- format: string;
705
- type: string;
706
- };
707
- message: {
708
- description: string;
709
- type: string;
710
- };
711
- warning_code: {
712
- description: string;
713
- enum: string[];
714
- type: string;
701
+ oneOf: {
702
+ description: string;
703
+ properties: {
704
+ created_at: {
705
+ description: string;
706
+ format: string;
707
+ type: string;
708
+ };
709
+ message: {
710
+ description: string;
711
+ type: string;
712
+ };
713
+ warning_code: {
714
+ description: string;
715
+ enum: string[];
716
+ type: string;
717
+ };
715
718
  };
716
- };
717
- required: string[];
718
- type: string;
719
+ required: string[];
720
+ type: string;
721
+ }[];
719
722
  };
720
723
  type: string;
721
724
  };
@@ -4601,6 +4604,29 @@ declare const _default: {
4601
4604
  type: string;
4602
4605
  'x-route-path': string;
4603
4606
  };
4607
+ customer: {
4608
+ description: string;
4609
+ properties: {
4610
+ created_at: {
4611
+ description: string;
4612
+ format: string;
4613
+ type: string;
4614
+ };
4615
+ customer_key: {
4616
+ description: string;
4617
+ type: string;
4618
+ };
4619
+ workspace_id: {
4620
+ description: string;
4621
+ format: string;
4622
+ type: string;
4623
+ };
4624
+ };
4625
+ required: string[];
4626
+ type: string;
4627
+ 'x-route-path': string;
4628
+ 'x-undocumented': string;
4629
+ };
4604
4630
  customization_profile: {
4605
4631
  description: string;
4606
4632
  properties: {
@@ -13730,24 +13756,27 @@ declare const _default: {
13730
13756
  description: string;
13731
13757
  items: {
13732
13758
  description: string;
13733
- properties: {
13734
- created_at: {
13735
- description: string;
13736
- format: string;
13737
- type: string;
13738
- };
13739
- message: {
13740
- description: string;
13741
- type: string;
13742
- };
13743
- warning_code: {
13744
- description: string;
13745
- enum: string[];
13746
- type: string;
13759
+ oneOf: {
13760
+ description: string;
13761
+ properties: {
13762
+ created_at: {
13763
+ description: string;
13764
+ format: string;
13765
+ type: string;
13766
+ };
13767
+ message: {
13768
+ description: string;
13769
+ type: string;
13770
+ };
13771
+ warning_code: {
13772
+ description: string;
13773
+ enum: string[];
13774
+ type: string;
13775
+ };
13747
13776
  };
13748
- };
13749
- required: string[];
13750
- type: string;
13777
+ required: string[];
13778
+ type: string;
13779
+ }[];
13751
13780
  };
13752
13781
  type: string;
13753
13782
  };
@@ -22452,6 +22481,145 @@ declare const _default: {
22452
22481
  'x-title': string;
22453
22482
  };
22454
22483
  };
22484
+ '/acs/access_groups/delete': {
22485
+ delete: {
22486
+ description: string;
22487
+ operationId: string;
22488
+ parameters: {
22489
+ in: string;
22490
+ name: string;
22491
+ required: boolean;
22492
+ schema: {
22493
+ description: string;
22494
+ format: string;
22495
+ type: string;
22496
+ };
22497
+ }[];
22498
+ responses: {
22499
+ 200: {
22500
+ content: {
22501
+ 'application/json': {
22502
+ schema: {
22503
+ properties: {
22504
+ ok: {
22505
+ type: string;
22506
+ };
22507
+ };
22508
+ required: string[];
22509
+ type: string;
22510
+ };
22511
+ };
22512
+ };
22513
+ description: string;
22514
+ };
22515
+ 400: {
22516
+ description: string;
22517
+ };
22518
+ 401: {
22519
+ description: string;
22520
+ };
22521
+ };
22522
+ security: ({
22523
+ client_session: never[];
22524
+ pat_with_workspace?: never;
22525
+ console_session_with_workspace?: never;
22526
+ api_key?: never;
22527
+ } | {
22528
+ pat_with_workspace: never[];
22529
+ client_session?: never;
22530
+ console_session_with_workspace?: never;
22531
+ api_key?: never;
22532
+ } | {
22533
+ console_session_with_workspace: never[];
22534
+ client_session?: never;
22535
+ pat_with_workspace?: never;
22536
+ api_key?: never;
22537
+ } | {
22538
+ api_key: never[];
22539
+ client_session?: never;
22540
+ pat_with_workspace?: never;
22541
+ console_session_with_workspace?: never;
22542
+ })[];
22543
+ summary: string;
22544
+ tags: string[];
22545
+ 'x-fern-sdk-group-name': string[];
22546
+ 'x-fern-sdk-method-name': string;
22547
+ 'x-response-key': null;
22548
+ 'x-title': string;
22549
+ };
22550
+ post: {
22551
+ description: string;
22552
+ operationId: string;
22553
+ requestBody: {
22554
+ content: {
22555
+ 'application/json': {
22556
+ schema: {
22557
+ properties: {
22558
+ acs_access_group_id: {
22559
+ description: string;
22560
+ format: string;
22561
+ type: string;
22562
+ };
22563
+ };
22564
+ required: string[];
22565
+ type: string;
22566
+ };
22567
+ };
22568
+ };
22569
+ };
22570
+ responses: {
22571
+ 200: {
22572
+ content: {
22573
+ 'application/json': {
22574
+ schema: {
22575
+ properties: {
22576
+ ok: {
22577
+ type: string;
22578
+ };
22579
+ };
22580
+ required: string[];
22581
+ type: string;
22582
+ };
22583
+ };
22584
+ };
22585
+ description: string;
22586
+ };
22587
+ 400: {
22588
+ description: string;
22589
+ };
22590
+ 401: {
22591
+ description: string;
22592
+ };
22593
+ };
22594
+ security: ({
22595
+ client_session: never[];
22596
+ pat_with_workspace?: never;
22597
+ console_session_with_workspace?: never;
22598
+ api_key?: never;
22599
+ } | {
22600
+ pat_with_workspace: never[];
22601
+ client_session?: never;
22602
+ console_session_with_workspace?: never;
22603
+ api_key?: never;
22604
+ } | {
22605
+ console_session_with_workspace: never[];
22606
+ client_session?: never;
22607
+ pat_with_workspace?: never;
22608
+ api_key?: never;
22609
+ } | {
22610
+ api_key: never[];
22611
+ client_session?: never;
22612
+ pat_with_workspace?: never;
22613
+ console_session_with_workspace?: never;
22614
+ })[];
22615
+ summary: string;
22616
+ tags: string[];
22617
+ 'x-fern-sdk-group-name': string[];
22618
+ 'x-fern-sdk-method-name': string;
22619
+ 'x-response-key': null;
22620
+ 'x-title': string;
22621
+ };
22622
+ };
22455
22623
  '/acs/access_groups/get': {
22456
22624
  get: {
22457
22625
  description: string;
@@ -45459,6 +45627,170 @@ declare const _default: {
45459
45627
  'x-undocumented': string;
45460
45628
  };
45461
45629
  };
45630
+ '/seam/customer/v1/customers/list': {
45631
+ get: {
45632
+ description: string;
45633
+ operationId: string;
45634
+ parameters: ({
45635
+ in: string;
45636
+ name: string;
45637
+ schema: {
45638
+ default: number;
45639
+ description: string;
45640
+ exclusiveMinimum: boolean;
45641
+ minimum: number;
45642
+ type: string;
45643
+ nullable?: never;
45644
+ };
45645
+ } | {
45646
+ in: string;
45647
+ name: string;
45648
+ schema: {
45649
+ description: string;
45650
+ nullable: boolean;
45651
+ type: string;
45652
+ default?: never;
45653
+ exclusiveMinimum?: never;
45654
+ minimum?: never;
45655
+ };
45656
+ })[];
45657
+ responses: {
45658
+ 200: {
45659
+ content: {
45660
+ 'application/json': {
45661
+ schema: {
45662
+ properties: {
45663
+ customers: {
45664
+ items: {
45665
+ $ref: string;
45666
+ };
45667
+ type: string;
45668
+ };
45669
+ ok: {
45670
+ type: string;
45671
+ };
45672
+ pagination: {
45673
+ $ref: string;
45674
+ };
45675
+ };
45676
+ required: string[];
45677
+ type: string;
45678
+ };
45679
+ };
45680
+ };
45681
+ description: string;
45682
+ };
45683
+ 400: {
45684
+ description: string;
45685
+ };
45686
+ 401: {
45687
+ description: string;
45688
+ };
45689
+ };
45690
+ security: ({
45691
+ api_key: never[];
45692
+ pat_with_workspace?: never;
45693
+ console_session_with_workspace?: never;
45694
+ } | {
45695
+ pat_with_workspace: never[];
45696
+ api_key?: never;
45697
+ console_session_with_workspace?: never;
45698
+ } | {
45699
+ console_session_with_workspace: never[];
45700
+ api_key?: never;
45701
+ pat_with_workspace?: never;
45702
+ })[];
45703
+ summary: string;
45704
+ tags: never[];
45705
+ 'x-fern-sdk-group-name': string[];
45706
+ 'x-fern-sdk-method-name': string;
45707
+ 'x-fern-sdk-return-value': string;
45708
+ 'x-response-key': string;
45709
+ 'x-title': string;
45710
+ 'x-undocumented': string;
45711
+ };
45712
+ post: {
45713
+ description: string;
45714
+ operationId: string;
45715
+ requestBody: {
45716
+ content: {
45717
+ 'application/json': {
45718
+ schema: {
45719
+ properties: {
45720
+ limit: {
45721
+ default: number;
45722
+ description: string;
45723
+ exclusiveMinimum: boolean;
45724
+ minimum: number;
45725
+ type: string;
45726
+ };
45727
+ page_cursor: {
45728
+ description: string;
45729
+ nullable: boolean;
45730
+ type: string;
45731
+ };
45732
+ };
45733
+ type: string;
45734
+ };
45735
+ };
45736
+ };
45737
+ };
45738
+ responses: {
45739
+ 200: {
45740
+ content: {
45741
+ 'application/json': {
45742
+ schema: {
45743
+ properties: {
45744
+ customers: {
45745
+ items: {
45746
+ $ref: string;
45747
+ };
45748
+ type: string;
45749
+ };
45750
+ ok: {
45751
+ type: string;
45752
+ };
45753
+ pagination: {
45754
+ $ref: string;
45755
+ };
45756
+ };
45757
+ required: string[];
45758
+ type: string;
45759
+ };
45760
+ };
45761
+ };
45762
+ description: string;
45763
+ };
45764
+ 400: {
45765
+ description: string;
45766
+ };
45767
+ 401: {
45768
+ description: string;
45769
+ };
45770
+ };
45771
+ security: ({
45772
+ api_key: never[];
45773
+ pat_with_workspace?: never;
45774
+ console_session_with_workspace?: never;
45775
+ } | {
45776
+ pat_with_workspace: never[];
45777
+ api_key?: never;
45778
+ console_session_with_workspace?: never;
45779
+ } | {
45780
+ console_session_with_workspace: never[];
45781
+ api_key?: never;
45782
+ pat_with_workspace?: never;
45783
+ })[];
45784
+ summary: string;
45785
+ tags: never[];
45786
+ 'x-fern-sdk-group-name': string[];
45787
+ 'x-fern-sdk-method-name': string;
45788
+ 'x-fern-sdk-return-value': string;
45789
+ 'x-response-key': string;
45790
+ 'x-title': string;
45791
+ 'x-undocumented': string;
45792
+ };
45793
+ };
45462
45794
  '/seam/customer/v1/events/list': {
45463
45795
  get: {
45464
45796
  description: string;