@seamapi/types 1.778.0 → 1.779.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 +25 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +33 -0
- package/dist/index.cjs +25 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/customer/customer-data.d.ts +758 -0
- package/lib/seam/connect/models/customer/customer-data.js +12 -8
- package/lib/seam/connect/models/customer/customer-data.js.map +1 -1
- package/lib/seam/connect/models/customer/location-resources.d.ts +6 -0
- package/lib/seam/connect/models/customer/location-resources.js +8 -0
- package/lib/seam/connect/models/customer/location-resources.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +25 -0
- package/lib/seam/connect/openapi.js +25 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +8 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/customer/customer-data.ts +15 -9
- package/src/lib/seam/connect/models/customer/location-resources.ts +8 -0
- package/src/lib/seam/connect/openapi.ts +26 -0
- package/src/lib/seam/connect/route-types.ts +8 -0
package/dist/connect.cjs
CHANGED
|
@@ -52693,6 +52693,11 @@ var openapi_default = {
|
|
|
52693
52693
|
description: "Your display name for this location resource.",
|
|
52694
52694
|
type: "string"
|
|
52695
52695
|
},
|
|
52696
|
+
parent_site_key: {
|
|
52697
|
+
description: "Your unique identifier for the site.",
|
|
52698
|
+
minLength: 1,
|
|
52699
|
+
type: "string"
|
|
52700
|
+
},
|
|
52696
52701
|
space_key: {
|
|
52697
52702
|
description: "Your unique identifier for the space.",
|
|
52698
52703
|
minLength: 1,
|
|
@@ -53815,6 +53820,11 @@ var openapi_default = {
|
|
|
53815
53820
|
description: "Your display name for this location resource.",
|
|
53816
53821
|
type: "string"
|
|
53817
53822
|
},
|
|
53823
|
+
parent_site_key: {
|
|
53824
|
+
description: "Your unique identifier for the site.",
|
|
53825
|
+
minLength: 1,
|
|
53826
|
+
type: "string"
|
|
53827
|
+
},
|
|
53818
53828
|
space_key: {
|
|
53819
53829
|
description: "Your unique identifier for the space.",
|
|
53820
53830
|
minLength: 1,
|
|
@@ -77677,6 +77687,11 @@ var openapi_default = {
|
|
|
77677
77687
|
description: "Your display name for this location resource.",
|
|
77678
77688
|
type: "string"
|
|
77679
77689
|
},
|
|
77690
|
+
parent_site_key: {
|
|
77691
|
+
description: "Your unique identifier for the site.",
|
|
77692
|
+
minLength: 1,
|
|
77693
|
+
type: "string"
|
|
77694
|
+
},
|
|
77680
77695
|
space_key: {
|
|
77681
77696
|
description: "Your unique identifier for the space.",
|
|
77682
77697
|
minLength: 1,
|
|
@@ -77754,6 +77769,11 @@ var openapi_default = {
|
|
|
77754
77769
|
description: "Your display name for this location resource.",
|
|
77755
77770
|
type: "string"
|
|
77756
77771
|
},
|
|
77772
|
+
parent_site_key: {
|
|
77773
|
+
description: "Your unique identifier for the site.",
|
|
77774
|
+
minLength: 1,
|
|
77775
|
+
type: "string"
|
|
77776
|
+
},
|
|
77757
77777
|
space_key: {
|
|
77758
77778
|
description: "Your unique identifier for the space.",
|
|
77759
77779
|
minLength: 1,
|
|
@@ -77883,6 +77903,11 @@ var openapi_default = {
|
|
|
77883
77903
|
description: "Your display name for this location resource.",
|
|
77884
77904
|
type: "string"
|
|
77885
77905
|
},
|
|
77906
|
+
parent_site_key: {
|
|
77907
|
+
description: "Your unique identifier for the site.",
|
|
77908
|
+
minLength: 1,
|
|
77909
|
+
type: "string"
|
|
77910
|
+
},
|
|
77886
77911
|
space_key: {
|
|
77887
77912
|
description: "Your unique identifier for the space.",
|
|
77888
77913
|
minLength: 1,
|