@seamapi/types 1.499.0 → 1.500.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.
- package/dist/connect.cjs +27 -115
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +41 -170
- package/dist/index.cjs +27 -115
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +41 -170
- package/lib/seam/connect/openapi.js +27 -115
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +27 -115
package/dist/connect.cjs
CHANGED
|
@@ -13670,6 +13670,28 @@ var openapi_default = {
|
|
|
13670
13670
|
type: "object",
|
|
13671
13671
|
"x-route-path": "/connected_accounts"
|
|
13672
13672
|
},
|
|
13673
|
+
customization_profile: {
|
|
13674
|
+
description: "A customization profile.",
|
|
13675
|
+
properties: {
|
|
13676
|
+
created_at: { format: "date-time", type: "string" },
|
|
13677
|
+
customization_profile_id: { format: "uuid", type: "string" },
|
|
13678
|
+
logo_url: { format: "uri", type: "string" },
|
|
13679
|
+
name: { nullable: true, type: "string" },
|
|
13680
|
+
primary_color: { type: "string" },
|
|
13681
|
+
secondary_color: { type: "string" },
|
|
13682
|
+
workspace_id: { format: "uuid", type: "string" }
|
|
13683
|
+
},
|
|
13684
|
+
required: [
|
|
13685
|
+
"workspace_id",
|
|
13686
|
+
"name",
|
|
13687
|
+
"customization_profile_id",
|
|
13688
|
+
"created_at"
|
|
13689
|
+
],
|
|
13690
|
+
type: "object",
|
|
13691
|
+
"x-route-path": "/workspaces/customization_profiles",
|
|
13692
|
+
"x-title": "Customization Profile",
|
|
13693
|
+
"x-undocumented": "Unreleased."
|
|
13694
|
+
},
|
|
13673
13695
|
device: {
|
|
13674
13696
|
description: "Represents a [device](https://docs.seam.co/latest/core-concepts/devices) that has been connected to Seam.",
|
|
13675
13697
|
properties: {
|
|
@@ -57611,29 +57633,7 @@ var openapi_default = {
|
|
|
57611
57633
|
schema: {
|
|
57612
57634
|
properties: {
|
|
57613
57635
|
customization_profile: {
|
|
57614
|
-
|
|
57615
|
-
properties: {
|
|
57616
|
-
created_at: { format: "date-time", type: "string" },
|
|
57617
|
-
customization_profile_id: {
|
|
57618
|
-
format: "uuid",
|
|
57619
|
-
type: "string"
|
|
57620
|
-
},
|
|
57621
|
-
logo_url: { format: "uri", type: "string" },
|
|
57622
|
-
name: { nullable: true, type: "string" },
|
|
57623
|
-
primary_color: { type: "string" },
|
|
57624
|
-
secondary_color: { type: "string" },
|
|
57625
|
-
workspace_id: { format: "uuid", type: "string" }
|
|
57626
|
-
},
|
|
57627
|
-
required: [
|
|
57628
|
-
"workspace_id",
|
|
57629
|
-
"name",
|
|
57630
|
-
"customization_profile_id",
|
|
57631
|
-
"created_at"
|
|
57632
|
-
],
|
|
57633
|
-
type: "object",
|
|
57634
|
-
"x-route-path": "/workspaces/customization_profiles",
|
|
57635
|
-
"x-title": "Customization Profile",
|
|
57636
|
-
"x-undocumented": "Unreleased."
|
|
57636
|
+
$ref: "#/components/schemas/customization_profile"
|
|
57637
57637
|
},
|
|
57638
57638
|
ok: { type: "boolean" }
|
|
57639
57639
|
},
|
|
@@ -57682,29 +57682,7 @@ var openapi_default = {
|
|
|
57682
57682
|
schema: {
|
|
57683
57683
|
properties: {
|
|
57684
57684
|
customization_profile: {
|
|
57685
|
-
|
|
57686
|
-
properties: {
|
|
57687
|
-
created_at: { format: "date-time", type: "string" },
|
|
57688
|
-
customization_profile_id: {
|
|
57689
|
-
format: "uuid",
|
|
57690
|
-
type: "string"
|
|
57691
|
-
},
|
|
57692
|
-
logo_url: { format: "uri", type: "string" },
|
|
57693
|
-
name: { nullable: true, type: "string" },
|
|
57694
|
-
primary_color: { type: "string" },
|
|
57695
|
-
secondary_color: { type: "string" },
|
|
57696
|
-
workspace_id: { format: "uuid", type: "string" }
|
|
57697
|
-
},
|
|
57698
|
-
required: [
|
|
57699
|
-
"workspace_id",
|
|
57700
|
-
"name",
|
|
57701
|
-
"customization_profile_id",
|
|
57702
|
-
"created_at"
|
|
57703
|
-
],
|
|
57704
|
-
type: "object",
|
|
57705
|
-
"x-route-path": "/workspaces/customization_profiles",
|
|
57706
|
-
"x-title": "Customization Profile",
|
|
57707
|
-
"x-undocumented": "Unreleased."
|
|
57685
|
+
$ref: "#/components/schemas/customization_profile"
|
|
57708
57686
|
},
|
|
57709
57687
|
ok: { type: "boolean" }
|
|
57710
57688
|
},
|
|
@@ -57756,29 +57734,7 @@ var openapi_default = {
|
|
|
57756
57734
|
schema: {
|
|
57757
57735
|
properties: {
|
|
57758
57736
|
customization_profile: {
|
|
57759
|
-
|
|
57760
|
-
properties: {
|
|
57761
|
-
created_at: { format: "date-time", type: "string" },
|
|
57762
|
-
customization_profile_id: {
|
|
57763
|
-
format: "uuid",
|
|
57764
|
-
type: "string"
|
|
57765
|
-
},
|
|
57766
|
-
logo_url: { format: "uri", type: "string" },
|
|
57767
|
-
name: { nullable: true, type: "string" },
|
|
57768
|
-
primary_color: { type: "string" },
|
|
57769
|
-
secondary_color: { type: "string" },
|
|
57770
|
-
workspace_id: { format: "uuid", type: "string" }
|
|
57771
|
-
},
|
|
57772
|
-
required: [
|
|
57773
|
-
"workspace_id",
|
|
57774
|
-
"name",
|
|
57775
|
-
"customization_profile_id",
|
|
57776
|
-
"created_at"
|
|
57777
|
-
],
|
|
57778
|
-
type: "object",
|
|
57779
|
-
"x-route-path": "/workspaces/customization_profiles",
|
|
57780
|
-
"x-title": "Customization Profile",
|
|
57781
|
-
"x-undocumented": "Unreleased."
|
|
57737
|
+
$ref: "#/components/schemas/customization_profile"
|
|
57782
57738
|
},
|
|
57783
57739
|
ok: { type: "boolean" }
|
|
57784
57740
|
},
|
|
@@ -57820,29 +57776,7 @@ var openapi_default = {
|
|
|
57820
57776
|
properties: {
|
|
57821
57777
|
customization_profiles: {
|
|
57822
57778
|
items: {
|
|
57823
|
-
|
|
57824
|
-
properties: {
|
|
57825
|
-
created_at: { format: "date-time", type: "string" },
|
|
57826
|
-
customization_profile_id: {
|
|
57827
|
-
format: "uuid",
|
|
57828
|
-
type: "string"
|
|
57829
|
-
},
|
|
57830
|
-
logo_url: { format: "uri", type: "string" },
|
|
57831
|
-
name: { nullable: true, type: "string" },
|
|
57832
|
-
primary_color: { type: "string" },
|
|
57833
|
-
secondary_color: { type: "string" },
|
|
57834
|
-
workspace_id: { format: "uuid", type: "string" }
|
|
57835
|
-
},
|
|
57836
|
-
required: [
|
|
57837
|
-
"workspace_id",
|
|
57838
|
-
"name",
|
|
57839
|
-
"customization_profile_id",
|
|
57840
|
-
"created_at"
|
|
57841
|
-
],
|
|
57842
|
-
type: "object",
|
|
57843
|
-
"x-route-path": "/workspaces/customization_profiles",
|
|
57844
|
-
"x-title": "Customization Profile",
|
|
57845
|
-
"x-undocumented": "Unreleased."
|
|
57779
|
+
$ref: "#/components/schemas/customization_profile"
|
|
57846
57780
|
},
|
|
57847
57781
|
type: "array"
|
|
57848
57782
|
},
|
|
@@ -57884,29 +57818,7 @@ var openapi_default = {
|
|
|
57884
57818
|
properties: {
|
|
57885
57819
|
customization_profiles: {
|
|
57886
57820
|
items: {
|
|
57887
|
-
|
|
57888
|
-
properties: {
|
|
57889
|
-
created_at: { format: "date-time", type: "string" },
|
|
57890
|
-
customization_profile_id: {
|
|
57891
|
-
format: "uuid",
|
|
57892
|
-
type: "string"
|
|
57893
|
-
},
|
|
57894
|
-
logo_url: { format: "uri", type: "string" },
|
|
57895
|
-
name: { nullable: true, type: "string" },
|
|
57896
|
-
primary_color: { type: "string" },
|
|
57897
|
-
secondary_color: { type: "string" },
|
|
57898
|
-
workspace_id: { format: "uuid", type: "string" }
|
|
57899
|
-
},
|
|
57900
|
-
required: [
|
|
57901
|
-
"workspace_id",
|
|
57902
|
-
"name",
|
|
57903
|
-
"customization_profile_id",
|
|
57904
|
-
"created_at"
|
|
57905
|
-
],
|
|
57906
|
-
type: "object",
|
|
57907
|
-
"x-route-path": "/workspaces/customization_profiles",
|
|
57908
|
-
"x-title": "Customization Profile",
|
|
57909
|
-
"x-undocumented": "Unreleased."
|
|
57821
|
+
$ref: "#/components/schemas/customization_profile"
|
|
57910
57822
|
},
|
|
57911
57823
|
type: "array"
|
|
57912
57824
|
},
|