@seamapi/types 1.96.0 → 1.96.1
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 +1 -4
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2 -9
- package/lib/seam/connect/openapi.d.ts +1 -7
- package/lib/seam/connect/openapi.js +1 -4
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +1 -4
- package/src/lib/seam/connect/route-types.ts +1 -2
package/dist/connect.d.cts
CHANGED
|
@@ -6787,13 +6787,6 @@ declare const _default: {
|
|
|
6787
6787
|
format: string;
|
|
6788
6788
|
type: string;
|
|
6789
6789
|
};
|
|
6790
|
-
acs_entrance_ids: {
|
|
6791
|
-
items: {
|
|
6792
|
-
format: string;
|
|
6793
|
-
type: string;
|
|
6794
|
-
};
|
|
6795
|
-
type: string;
|
|
6796
|
-
};
|
|
6797
6790
|
include_if: {
|
|
6798
6791
|
items: {
|
|
6799
6792
|
enum: string[];
|
|
@@ -6802,6 +6795,7 @@ declare const _default: {
|
|
|
6802
6795
|
type: string;
|
|
6803
6796
|
};
|
|
6804
6797
|
};
|
|
6798
|
+
required: string[];
|
|
6805
6799
|
type: string;
|
|
6806
6800
|
};
|
|
6807
6801
|
};
|
|
@@ -16969,8 +16963,7 @@ interface Routes {
|
|
|
16969
16963
|
queryParams: {};
|
|
16970
16964
|
jsonBody: {};
|
|
16971
16965
|
commonParams: {
|
|
16972
|
-
acs_entrance_id
|
|
16973
|
-
acs_entrance_ids?: string[] | undefined;
|
|
16966
|
+
acs_entrance_id: string;
|
|
16974
16967
|
include_if?: Array<'visionline_metadata.is_valid'> | undefined;
|
|
16975
16968
|
};
|
|
16976
16969
|
formData: {};
|
|
@@ -6713,13 +6713,6 @@ declare const _default: {
|
|
|
6713
6713
|
format: string;
|
|
6714
6714
|
type: string;
|
|
6715
6715
|
};
|
|
6716
|
-
acs_entrance_ids: {
|
|
6717
|
-
items: {
|
|
6718
|
-
format: string;
|
|
6719
|
-
type: string;
|
|
6720
|
-
};
|
|
6721
|
-
type: string;
|
|
6722
|
-
};
|
|
6723
6716
|
include_if: {
|
|
6724
6717
|
items: {
|
|
6725
6718
|
enum: string[];
|
|
@@ -6728,6 +6721,7 @@ declare const _default: {
|
|
|
6728
6721
|
type: string;
|
|
6729
6722
|
};
|
|
6730
6723
|
};
|
|
6724
|
+
required: string[];
|
|
6731
6725
|
type: string;
|
|
6732
6726
|
};
|
|
6733
6727
|
};
|
|
@@ -4861,10 +4861,6 @@ export default {
|
|
|
4861
4861
|
schema: {
|
|
4862
4862
|
properties: {
|
|
4863
4863
|
acs_entrance_id: { format: 'uuid', type: 'string' },
|
|
4864
|
-
acs_entrance_ids: {
|
|
4865
|
-
items: { format: 'uuid', type: 'string' },
|
|
4866
|
-
type: 'array',
|
|
4867
|
-
},
|
|
4868
4864
|
include_if: {
|
|
4869
4865
|
items: {
|
|
4870
4866
|
enum: ['visionline_metadata.is_valid'],
|
|
@@ -4873,6 +4869,7 @@ export default {
|
|
|
4873
4869
|
type: 'array',
|
|
4874
4870
|
},
|
|
4875
4871
|
},
|
|
4872
|
+
required: ['acs_entrance_id'],
|
|
4876
4873
|
type: 'object',
|
|
4877
4874
|
},
|
|
4878
4875
|
},
|