@seamapi/types 1.573.0 → 1.575.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.
@@ -94571,14 +94571,22 @@ declare const _default: {
94571
94571
  pat_with_workspace: never[];
94572
94572
  console_session_with_workspace?: never;
94573
94573
  api_key?: never;
94574
+ client_session_with_customer?: never;
94574
94575
  } | {
94575
94576
  console_session_with_workspace: never[];
94576
94577
  pat_with_workspace?: never;
94577
94578
  api_key?: never;
94579
+ client_session_with_customer?: never;
94578
94580
  } | {
94579
94581
  api_key: never[];
94580
94582
  pat_with_workspace?: never;
94581
94583
  console_session_with_workspace?: never;
94584
+ client_session_with_customer?: never;
94585
+ } | {
94586
+ client_session_with_customer: never[];
94587
+ pat_with_workspace?: never;
94588
+ console_session_with_workspace?: never;
94589
+ api_key?: never;
94582
94590
  })[];
94583
94591
  summary: string;
94584
94592
  tags: never[];
@@ -94702,14 +94710,22 @@ declare const _default: {
94702
94710
  pat_with_workspace: never[];
94703
94711
  console_session_with_workspace?: never;
94704
94712
  api_key?: never;
94713
+ client_session_with_customer?: never;
94705
94714
  } | {
94706
94715
  console_session_with_workspace: never[];
94707
94716
  pat_with_workspace?: never;
94708
94717
  api_key?: never;
94718
+ client_session_with_customer?: never;
94709
94719
  } | {
94710
94720
  api_key: never[];
94711
94721
  pat_with_workspace?: never;
94712
94722
  console_session_with_workspace?: never;
94723
+ client_session_with_customer?: never;
94724
+ } | {
94725
+ client_session_with_customer: never[];
94726
+ pat_with_workspace?: never;
94727
+ console_session_with_workspace?: never;
94728
+ api_key?: never;
94713
94729
  })[];
94714
94730
  summary: string;
94715
94731
  tags: never[];
@@ -99642,6 +99658,10 @@ declare const _default: {
99642
99658
  format: string;
99643
99659
  type: string;
99644
99660
  };
99661
+ user_identity_key: {
99662
+ description: string;
99663
+ type: string;
99664
+ };
99645
99665
  };
99646
99666
  required: string[];
99647
99667
  type: string;
@@ -99711,6 +99731,10 @@ declare const _default: {
99711
99731
  format: string;
99712
99732
  type: string;
99713
99733
  };
99734
+ user_identity_key: {
99735
+ description: string;
99736
+ type: string;
99737
+ };
99714
99738
  };
99715
99739
  required: string[];
99716
99740
  type: string;
@@ -180682,7 +180706,9 @@ type Routes = {
180682
180706
  jsonBody: {};
180683
180707
  commonParams: {
180684
180708
  /** ID of the user identity to which you want to add an access system user. */
180685
- user_identity_id: string;
180709
+ user_identity_id?: string | undefined;
180710
+ /** Key of the user identity to which you want to add an access system user. */
180711
+ user_identity_key?: string | undefined;
180686
180712
  /** ID of the access system user that you want to add to the user identity. */
180687
180713
  acs_user_id: string;
180688
180714
  };
package/dist/index.cjs CHANGED
@@ -53838,7 +53838,8 @@ var openapi_default = {
53838
53838
  security: [
53839
53839
  { pat_with_workspace: [] },
53840
53840
  { console_session_with_workspace: [] },
53841
- { api_key: [] }
53841
+ { api_key: [] },
53842
+ { client_session_with_customer: [] }
53842
53843
  ],
53843
53844
  summary: "/spaces/get_related",
53844
53845
  tags: [],
@@ -53951,7 +53952,8 @@ var openapi_default = {
53951
53952
  security: [
53952
53953
  { pat_with_workspace: [] },
53953
53954
  { console_session_with_workspace: [] },
53954
- { api_key: [] }
53955
+ { api_key: [] },
53956
+ { client_session_with_customer: [] }
53955
53957
  ],
53956
53958
  summary: "/spaces/get_related",
53957
53959
  tags: [],
@@ -57948,9 +57950,13 @@ var openapi_default = {
57948
57950
  description: "ID of the user identity to which you want to add an access system user.",
57949
57951
  format: "uuid",
57950
57952
  type: "string"
57953
+ },
57954
+ user_identity_key: {
57955
+ description: "Key of the user identity to which you want to add an access system user.",
57956
+ type: "string"
57951
57957
  }
57952
57958
  },
57953
- required: ["user_identity_id", "acs_user_id"],
57959
+ required: ["acs_user_id"],
57954
57960
  type: "object"
57955
57961
  }
57956
57962
  }
@@ -58001,9 +58007,13 @@ var openapi_default = {
58001
58007
  description: "ID of the user identity to which you want to add an access system user.",
58002
58008
  format: "uuid",
58003
58009
  type: "string"
58010
+ },
58011
+ user_identity_key: {
58012
+ description: "Key of the user identity to which you want to add an access system user.",
58013
+ type: "string"
58004
58014
  }
58005
58015
  },
58006
- required: ["user_identity_id", "acs_user_id"],
58016
+ required: ["acs_user_id"],
58007
58017
  type: "object"
58008
58018
  }
58009
58019
  }