@seamapi/types 1.483.0 → 1.485.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.
@@ -20663,6 +20663,9 @@ declare const _default: {
20663
20663
  ok: {
20664
20664
  type: string;
20665
20665
  };
20666
+ pagination: {
20667
+ $ref: string;
20668
+ };
20666
20669
  };
20667
20670
  required: string[];
20668
20671
  type: string;
@@ -20795,6 +20798,11 @@ declare const _default: {
20795
20798
  format: string;
20796
20799
  type: string;
20797
20800
  };
20801
+ page_cursor: {
20802
+ description: string;
20803
+ nullable: boolean;
20804
+ type: string;
20805
+ };
20798
20806
  };
20799
20807
  type: string;
20800
20808
  oneOf?: never;
@@ -20818,6 +20826,9 @@ declare const _default: {
20818
20826
  ok: {
20819
20827
  type: string;
20820
20828
  };
20829
+ pagination: {
20830
+ $ref: string;
20831
+ };
20821
20832
  };
20822
20833
  required: string[];
20823
20834
  type: string;
@@ -22491,22 +22502,32 @@ declare const _default: {
22491
22502
  api_key: never[];
22492
22503
  access_token?: never;
22493
22504
  console_session_with_workspace?: never;
22505
+ client_session_with_customer?: never;
22494
22506
  client_session?: never;
22495
22507
  } | {
22496
22508
  access_token: never[];
22497
22509
  api_key?: never;
22498
22510
  console_session_with_workspace?: never;
22511
+ client_session_with_customer?: never;
22499
22512
  client_session?: never;
22500
22513
  } | {
22501
22514
  console_session_with_workspace: never[];
22502
22515
  api_key?: never;
22503
22516
  access_token?: never;
22517
+ client_session_with_customer?: never;
22518
+ client_session?: never;
22519
+ } | {
22520
+ client_session_with_customer: never[];
22521
+ api_key?: never;
22522
+ access_token?: never;
22523
+ console_session_with_workspace?: never;
22504
22524
  client_session?: never;
22505
22525
  } | {
22506
22526
  client_session: never[];
22507
22527
  api_key?: never;
22508
22528
  access_token?: never;
22509
22529
  console_session_with_workspace?: never;
22530
+ client_session_with_customer?: never;
22510
22531
  })[];
22511
22532
  summary: string;
22512
22533
  tags: string[];
@@ -22567,22 +22588,32 @@ declare const _default: {
22567
22588
  api_key: never[];
22568
22589
  access_token?: never;
22569
22590
  console_session_with_workspace?: never;
22591
+ client_session_with_customer?: never;
22570
22592
  client_session?: never;
22571
22593
  } | {
22572
22594
  access_token: never[];
22573
22595
  api_key?: never;
22574
22596
  console_session_with_workspace?: never;
22597
+ client_session_with_customer?: never;
22575
22598
  client_session?: never;
22576
22599
  } | {
22577
22600
  console_session_with_workspace: never[];
22578
22601
  api_key?: never;
22579
22602
  access_token?: never;
22603
+ client_session_with_customer?: never;
22604
+ client_session?: never;
22605
+ } | {
22606
+ client_session_with_customer: never[];
22607
+ api_key?: never;
22608
+ access_token?: never;
22609
+ console_session_with_workspace?: never;
22580
22610
  client_session?: never;
22581
22611
  } | {
22582
22612
  client_session: never[];
22583
22613
  api_key?: never;
22584
22614
  access_token?: never;
22585
22615
  console_session_with_workspace?: never;
22616
+ client_session_with_customer?: never;
22586
22617
  })[];
22587
22618
  summary: string;
22588
22619
  tags: string[];
@@ -28411,8 +28411,9 @@ export default {
28411
28411
  type: 'array',
28412
28412
  },
28413
28413
  ok: { type: 'boolean' },
28414
+ pagination: { $ref: '#/components/schemas/pagination' },
28414
28415
  },
28415
- required: ['acs_credentials', 'ok'],
28416
+ required: ['acs_credentials', 'pagination', 'ok'],
28416
28417
  type: 'object',
28417
28418
  },
28418
28419
  },
@@ -28515,6 +28516,11 @@ export default {
28515
28516
  format: 'float',
28516
28517
  type: 'number',
28517
28518
  },
28519
+ page_cursor: {
28520
+ description: "Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`.",
28521
+ nullable: true,
28522
+ type: 'string',
28523
+ },
28518
28524
  },
28519
28525
  type: 'object',
28520
28526
  },
@@ -28534,8 +28540,9 @@ export default {
28534
28540
  type: 'array',
28535
28541
  },
28536
28542
  ok: { type: 'boolean' },
28543
+ pagination: { $ref: '#/components/schemas/pagination' },
28537
28544
  },
28538
- required: ['acs_credentials', 'ok'],
28545
+ required: ['acs_credentials', 'pagination', 'ok'],
28539
28546
  type: 'object',
28540
28547
  },
28541
28548
  },
@@ -29901,6 +29908,7 @@ export default {
29901
29908
  { api_key: [] },
29902
29909
  { access_token: [] },
29903
29910
  { console_session_with_workspace: [] },
29911
+ { client_session_with_customer: [] },
29904
29912
  { client_session: [] },
29905
29913
  ],
29906
29914
  summary: '/acs/entrances/get',
@@ -29954,6 +29962,7 @@ export default {
29954
29962
  { api_key: [] },
29955
29963
  { access_token: [] },
29956
29964
  { console_session_with_workspace: [] },
29965
+ { client_session_with_customer: [] },
29957
29966
  { client_session: [] },
29958
29967
  ],
29959
29968
  summary: '/acs/entrances/get',