@seamapi/types 1.514.0 → 1.516.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 +16 -68
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +232 -384
- package/dist/index.cjs +16 -68
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-credential.js +1 -0
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +24 -24
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +10 -10
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +14 -14
- package/lib/seam/connect/models/batch.d.ts +84 -84
- package/lib/seam/connect/models/phones/phone-session.d.ts +12 -12
- package/lib/seam/connect/openapi.d.ts +32 -179
- package/lib/seam/connect/openapi.js +7 -60
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +128 -133
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +7 -60
- package/src/lib/seam/connect/route-types.ts +128 -5
|
@@ -31,7 +31,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
31
31
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
32
32
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
33
33
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
34
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access"]>>;
|
|
34
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential"]>>;
|
|
35
35
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
36
36
|
created_at: z.ZodString;
|
|
37
37
|
workspace_id: z.ZodString;
|
|
@@ -569,7 +569,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
569
569
|
user_identity_id?: string | undefined;
|
|
570
570
|
issued_at?: string | null | undefined;
|
|
571
571
|
is_issued?: boolean | undefined;
|
|
572
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
572
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
573
573
|
external_type_display_name?: string | undefined;
|
|
574
574
|
acs_user_id?: string | undefined;
|
|
575
575
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -700,7 +700,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
700
700
|
user_identity_id?: string | undefined;
|
|
701
701
|
issued_at?: string | null | undefined;
|
|
702
702
|
is_issued?: boolean | undefined;
|
|
703
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
703
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
704
704
|
external_type_display_name?: string | undefined;
|
|
705
705
|
acs_user_id?: string | undefined;
|
|
706
706
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -833,7 +833,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
833
833
|
user_identity_id?: string | undefined;
|
|
834
834
|
issued_at?: string | null | undefined;
|
|
835
835
|
is_issued?: boolean | undefined;
|
|
836
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
836
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
837
837
|
external_type_display_name?: string | undefined;
|
|
838
838
|
acs_user_id?: string | undefined;
|
|
839
839
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -972,7 +972,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
972
972
|
user_identity_id?: string | undefined;
|
|
973
973
|
issued_at?: string | null | undefined;
|
|
974
974
|
is_issued?: boolean | undefined;
|
|
975
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
975
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
976
976
|
external_type_display_name?: string | undefined;
|
|
977
977
|
acs_user_id?: string | undefined;
|
|
978
978
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1022,7 +1022,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1022
1022
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
1023
1023
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1024
1024
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
1025
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access"]>>;
|
|
1025
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential"]>>;
|
|
1026
1026
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
1027
1027
|
created_at: z.ZodString;
|
|
1028
1028
|
workspace_id: z.ZodString;
|
|
@@ -1560,7 +1560,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1560
1560
|
user_identity_id?: string | undefined;
|
|
1561
1561
|
issued_at?: string | null | undefined;
|
|
1562
1562
|
is_issued?: boolean | undefined;
|
|
1563
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1563
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
1564
1564
|
external_type_display_name?: string | undefined;
|
|
1565
1565
|
acs_user_id?: string | undefined;
|
|
1566
1566
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1691,7 +1691,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1691
1691
|
user_identity_id?: string | undefined;
|
|
1692
1692
|
issued_at?: string | null | undefined;
|
|
1693
1693
|
is_issued?: boolean | undefined;
|
|
1694
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1694
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
1695
1695
|
external_type_display_name?: string | undefined;
|
|
1696
1696
|
acs_user_id?: string | undefined;
|
|
1697
1697
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1824,7 +1824,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1824
1824
|
user_identity_id?: string | undefined;
|
|
1825
1825
|
issued_at?: string | null | undefined;
|
|
1826
1826
|
is_issued?: boolean | undefined;
|
|
1827
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1827
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
1828
1828
|
external_type_display_name?: string | undefined;
|
|
1829
1829
|
acs_user_id?: string | undefined;
|
|
1830
1830
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1963,7 +1963,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1963
1963
|
user_identity_id?: string | undefined;
|
|
1964
1964
|
issued_at?: string | null | undefined;
|
|
1965
1965
|
is_issued?: boolean | undefined;
|
|
1966
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1966
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
1967
1967
|
external_type_display_name?: string | undefined;
|
|
1968
1968
|
acs_user_id?: string | undefined;
|
|
1969
1969
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -2216,7 +2216,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2216
2216
|
user_identity_id?: string | undefined;
|
|
2217
2217
|
issued_at?: string | null | undefined;
|
|
2218
2218
|
is_issued?: boolean | undefined;
|
|
2219
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
2219
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
2220
2220
|
external_type_display_name?: string | undefined;
|
|
2221
2221
|
acs_user_id?: string | undefined;
|
|
2222
2222
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -2385,7 +2385,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2385
2385
|
user_identity_id?: string | undefined;
|
|
2386
2386
|
issued_at?: string | null | undefined;
|
|
2387
2387
|
is_issued?: boolean | undefined;
|
|
2388
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
2388
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
2389
2389
|
external_type_display_name?: string | undefined;
|
|
2390
2390
|
acs_user_id?: string | undefined;
|
|
2391
2391
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -30736,36 +30736,13 @@ declare const _default: {
|
|
|
30736
30736
|
description: string;
|
|
30737
30737
|
operationId: string;
|
|
30738
30738
|
parameters: ({
|
|
30739
|
-
in: string;
|
|
30740
|
-
name: string;
|
|
30741
|
-
schema: {
|
|
30742
|
-
items: {
|
|
30743
|
-
format: string;
|
|
30744
|
-
type: string;
|
|
30745
|
-
oneOf?: never;
|
|
30746
|
-
enum?: never;
|
|
30747
|
-
};
|
|
30748
|
-
type: string;
|
|
30749
|
-
description?: never;
|
|
30750
|
-
format?: never;
|
|
30751
|
-
oneOf?: never;
|
|
30752
|
-
enum?: never;
|
|
30753
|
-
default?: never;
|
|
30754
|
-
additionalProperties?: never;
|
|
30755
|
-
nullable?: never;
|
|
30756
|
-
'x-undocumented'?: never;
|
|
30757
|
-
deprecated?: never;
|
|
30758
|
-
'x-deprecated'?: never;
|
|
30759
|
-
minLength?: never;
|
|
30760
|
-
};
|
|
30761
|
-
} | {
|
|
30762
30739
|
in: string;
|
|
30763
30740
|
name: string;
|
|
30764
30741
|
schema: {
|
|
30765
30742
|
description: string;
|
|
30766
30743
|
type: string;
|
|
30767
|
-
items?: never;
|
|
30768
30744
|
format?: never;
|
|
30745
|
+
items?: never;
|
|
30769
30746
|
oneOf?: never;
|
|
30770
30747
|
enum?: never;
|
|
30771
30748
|
default?: never;
|
|
@@ -30827,9 +30804,9 @@ declare const _default: {
|
|
|
30827
30804
|
enum: string[];
|
|
30828
30805
|
type: string;
|
|
30829
30806
|
}[];
|
|
30830
|
-
items?: never;
|
|
30831
30807
|
type?: never;
|
|
30832
30808
|
format?: never;
|
|
30809
|
+
items?: never;
|
|
30833
30810
|
enum?: never;
|
|
30834
30811
|
default?: never;
|
|
30835
30812
|
additionalProperties?: never;
|
|
@@ -30873,8 +30850,8 @@ declare const _default: {
|
|
|
30873
30850
|
description: string;
|
|
30874
30851
|
enum: string[];
|
|
30875
30852
|
type: string;
|
|
30876
|
-
items?: never;
|
|
30877
30853
|
format?: never;
|
|
30854
|
+
items?: never;
|
|
30878
30855
|
oneOf?: never;
|
|
30879
30856
|
default?: never;
|
|
30880
30857
|
additionalProperties?: never;
|
|
@@ -30913,8 +30890,8 @@ declare const _default: {
|
|
|
30913
30890
|
};
|
|
30914
30891
|
description: string;
|
|
30915
30892
|
type: string;
|
|
30916
|
-
items?: never;
|
|
30917
30893
|
format?: never;
|
|
30894
|
+
items?: never;
|
|
30918
30895
|
oneOf?: never;
|
|
30919
30896
|
enum?: never;
|
|
30920
30897
|
default?: never;
|
|
@@ -30931,8 +30908,8 @@ declare const _default: {
|
|
|
30931
30908
|
description: string;
|
|
30932
30909
|
nullable: boolean;
|
|
30933
30910
|
type: string;
|
|
30934
|
-
items?: never;
|
|
30935
30911
|
format?: never;
|
|
30912
|
+
items?: never;
|
|
30936
30913
|
oneOf?: never;
|
|
30937
30914
|
enum?: never;
|
|
30938
30915
|
default?: never;
|
|
@@ -30974,8 +30951,8 @@ declare const _default: {
|
|
|
30974
30951
|
nullable: boolean;
|
|
30975
30952
|
type: string;
|
|
30976
30953
|
'x-deprecated': string;
|
|
30977
|
-
items?: never;
|
|
30978
30954
|
description?: never;
|
|
30955
|
+
items?: never;
|
|
30979
30956
|
oneOf?: never;
|
|
30980
30957
|
enum?: never;
|
|
30981
30958
|
default?: never;
|
|
@@ -30990,8 +30967,8 @@ declare const _default: {
|
|
|
30990
30967
|
description: string;
|
|
30991
30968
|
minLength: number;
|
|
30992
30969
|
type: string;
|
|
30993
|
-
items?: never;
|
|
30994
30970
|
format?: never;
|
|
30971
|
+
items?: never;
|
|
30995
30972
|
oneOf?: never;
|
|
30996
30973
|
enum?: never;
|
|
30997
30974
|
default?: never;
|
|
@@ -31119,13 +31096,6 @@ declare const _default: {
|
|
|
31119
31096
|
description: string;
|
|
31120
31097
|
type: string;
|
|
31121
31098
|
};
|
|
31122
|
-
customer_ids: {
|
|
31123
|
-
items: {
|
|
31124
|
-
format: string;
|
|
31125
|
-
type: string;
|
|
31126
|
-
};
|
|
31127
|
-
type: string;
|
|
31128
|
-
};
|
|
31129
31099
|
customer_key: {
|
|
31130
31100
|
description: string;
|
|
31131
31101
|
type: string;
|
|
@@ -31972,36 +31942,13 @@ declare const _default: {
|
|
|
31972
31942
|
description: string;
|
|
31973
31943
|
operationId: string;
|
|
31974
31944
|
parameters: ({
|
|
31975
|
-
in: string;
|
|
31976
|
-
name: string;
|
|
31977
|
-
schema: {
|
|
31978
|
-
items: {
|
|
31979
|
-
format: string;
|
|
31980
|
-
type: string;
|
|
31981
|
-
oneOf?: never;
|
|
31982
|
-
enum?: never;
|
|
31983
|
-
};
|
|
31984
|
-
type: string;
|
|
31985
|
-
description?: never;
|
|
31986
|
-
format?: never;
|
|
31987
|
-
oneOf?: never;
|
|
31988
|
-
enum?: never;
|
|
31989
|
-
default?: never;
|
|
31990
|
-
additionalProperties?: never;
|
|
31991
|
-
nullable?: never;
|
|
31992
|
-
'x-undocumented'?: never;
|
|
31993
|
-
deprecated?: never;
|
|
31994
|
-
'x-deprecated'?: never;
|
|
31995
|
-
minLength?: never;
|
|
31996
|
-
};
|
|
31997
|
-
} | {
|
|
31998
31945
|
in: string;
|
|
31999
31946
|
name: string;
|
|
32000
31947
|
schema: {
|
|
32001
31948
|
description: string;
|
|
32002
31949
|
type: string;
|
|
32003
|
-
items?: never;
|
|
32004
31950
|
format?: never;
|
|
31951
|
+
items?: never;
|
|
32005
31952
|
oneOf?: never;
|
|
32006
31953
|
enum?: never;
|
|
32007
31954
|
default?: never;
|
|
@@ -32063,9 +32010,9 @@ declare const _default: {
|
|
|
32063
32010
|
enum: string[];
|
|
32064
32011
|
type: string;
|
|
32065
32012
|
}[];
|
|
32066
|
-
items?: never;
|
|
32067
32013
|
type?: never;
|
|
32068
32014
|
format?: never;
|
|
32015
|
+
items?: never;
|
|
32069
32016
|
enum?: never;
|
|
32070
32017
|
default?: never;
|
|
32071
32018
|
additionalProperties?: never;
|
|
@@ -32109,8 +32056,8 @@ declare const _default: {
|
|
|
32109
32056
|
description: string;
|
|
32110
32057
|
enum: string[];
|
|
32111
32058
|
type: string;
|
|
32112
|
-
items?: never;
|
|
32113
32059
|
format?: never;
|
|
32060
|
+
items?: never;
|
|
32114
32061
|
oneOf?: never;
|
|
32115
32062
|
default?: never;
|
|
32116
32063
|
additionalProperties?: never;
|
|
@@ -32149,8 +32096,8 @@ declare const _default: {
|
|
|
32149
32096
|
};
|
|
32150
32097
|
description: string;
|
|
32151
32098
|
type: string;
|
|
32152
|
-
items?: never;
|
|
32153
32099
|
format?: never;
|
|
32100
|
+
items?: never;
|
|
32154
32101
|
oneOf?: never;
|
|
32155
32102
|
enum?: never;
|
|
32156
32103
|
default?: never;
|
|
@@ -32167,8 +32114,8 @@ declare const _default: {
|
|
|
32167
32114
|
description: string;
|
|
32168
32115
|
nullable: boolean;
|
|
32169
32116
|
type: string;
|
|
32170
|
-
items?: never;
|
|
32171
32117
|
format?: never;
|
|
32118
|
+
items?: never;
|
|
32172
32119
|
oneOf?: never;
|
|
32173
32120
|
enum?: never;
|
|
32174
32121
|
default?: never;
|
|
@@ -32210,8 +32157,8 @@ declare const _default: {
|
|
|
32210
32157
|
nullable: boolean;
|
|
32211
32158
|
type: string;
|
|
32212
32159
|
'x-deprecated': string;
|
|
32213
|
-
items?: never;
|
|
32214
32160
|
description?: never;
|
|
32161
|
+
items?: never;
|
|
32215
32162
|
oneOf?: never;
|
|
32216
32163
|
enum?: never;
|
|
32217
32164
|
default?: never;
|
|
@@ -32226,8 +32173,8 @@ declare const _default: {
|
|
|
32226
32173
|
description: string;
|
|
32227
32174
|
minLength: number;
|
|
32228
32175
|
type: string;
|
|
32229
|
-
items?: never;
|
|
32230
32176
|
format?: never;
|
|
32177
|
+
items?: never;
|
|
32231
32178
|
oneOf?: never;
|
|
32232
32179
|
enum?: never;
|
|
32233
32180
|
default?: never;
|
|
@@ -32334,13 +32281,6 @@ declare const _default: {
|
|
|
32334
32281
|
description: string;
|
|
32335
32282
|
type: string;
|
|
32336
32283
|
};
|
|
32337
|
-
customer_ids: {
|
|
32338
|
-
items: {
|
|
32339
|
-
format: string;
|
|
32340
|
-
type: string;
|
|
32341
|
-
};
|
|
32342
|
-
type: string;
|
|
32343
|
-
};
|
|
32344
32284
|
customer_key: {
|
|
32345
32285
|
description: string;
|
|
32346
32286
|
type: string;
|
|
@@ -33985,35 +33925,13 @@ declare const _default: {
|
|
|
33985
33925
|
description: string;
|
|
33986
33926
|
operationId: string;
|
|
33987
33927
|
parameters: ({
|
|
33988
|
-
in: string;
|
|
33989
|
-
name: string;
|
|
33990
|
-
schema: {
|
|
33991
|
-
items: {
|
|
33992
|
-
format: string;
|
|
33993
|
-
type: string;
|
|
33994
|
-
description?: never;
|
|
33995
|
-
enum?: never;
|
|
33996
|
-
};
|
|
33997
|
-
type: string;
|
|
33998
|
-
description?: never;
|
|
33999
|
-
format?: never;
|
|
34000
|
-
enum?: never;
|
|
34001
|
-
default?: never;
|
|
34002
|
-
additionalProperties?: never;
|
|
34003
|
-
nullable?: never;
|
|
34004
|
-
'x-undocumented'?: never;
|
|
34005
|
-
deprecated?: never;
|
|
34006
|
-
'x-deprecated'?: never;
|
|
34007
|
-
minLength?: never;
|
|
34008
|
-
};
|
|
34009
|
-
} | {
|
|
34010
33928
|
in: string;
|
|
34011
33929
|
name: string;
|
|
34012
33930
|
schema: {
|
|
34013
33931
|
description: string;
|
|
34014
33932
|
type: string;
|
|
34015
|
-
items?: never;
|
|
34016
33933
|
format?: never;
|
|
33934
|
+
items?: never;
|
|
34017
33935
|
enum?: never;
|
|
34018
33936
|
default?: never;
|
|
34019
33937
|
additionalProperties?: never;
|
|
@@ -34069,8 +33987,8 @@ declare const _default: {
|
|
|
34069
33987
|
description: string;
|
|
34070
33988
|
enum: string[];
|
|
34071
33989
|
type: string;
|
|
34072
|
-
items?: never;
|
|
34073
33990
|
format?: never;
|
|
33991
|
+
items?: never;
|
|
34074
33992
|
default?: never;
|
|
34075
33993
|
additionalProperties?: never;
|
|
34076
33994
|
nullable?: never;
|
|
@@ -34129,8 +34047,8 @@ declare const _default: {
|
|
|
34129
34047
|
};
|
|
34130
34048
|
description: string;
|
|
34131
34049
|
type: string;
|
|
34132
|
-
items?: never;
|
|
34133
34050
|
format?: never;
|
|
34051
|
+
items?: never;
|
|
34134
34052
|
enum?: never;
|
|
34135
34053
|
default?: never;
|
|
34136
34054
|
nullable?: never;
|
|
@@ -34146,8 +34064,8 @@ declare const _default: {
|
|
|
34146
34064
|
description: string;
|
|
34147
34065
|
nullable: boolean;
|
|
34148
34066
|
type: string;
|
|
34149
|
-
items?: never;
|
|
34150
34067
|
format?: never;
|
|
34068
|
+
items?: never;
|
|
34151
34069
|
enum?: never;
|
|
34152
34070
|
default?: never;
|
|
34153
34071
|
additionalProperties?: never;
|
|
@@ -34187,8 +34105,8 @@ declare const _default: {
|
|
|
34187
34105
|
nullable: boolean;
|
|
34188
34106
|
type: string;
|
|
34189
34107
|
'x-deprecated': string;
|
|
34190
|
-
items?: never;
|
|
34191
34108
|
description?: never;
|
|
34109
|
+
items?: never;
|
|
34192
34110
|
enum?: never;
|
|
34193
34111
|
default?: never;
|
|
34194
34112
|
additionalProperties?: never;
|
|
@@ -34202,8 +34120,8 @@ declare const _default: {
|
|
|
34202
34120
|
description: string;
|
|
34203
34121
|
minLength: number;
|
|
34204
34122
|
type: string;
|
|
34205
|
-
items?: never;
|
|
34206
34123
|
format?: never;
|
|
34124
|
+
items?: never;
|
|
34207
34125
|
enum?: never;
|
|
34208
34126
|
default?: never;
|
|
34209
34127
|
additionalProperties?: never;
|
|
@@ -34323,13 +34241,6 @@ declare const _default: {
|
|
|
34323
34241
|
description: string;
|
|
34324
34242
|
type: string;
|
|
34325
34243
|
};
|
|
34326
|
-
customer_ids: {
|
|
34327
|
-
items: {
|
|
34328
|
-
format: string;
|
|
34329
|
-
type: string;
|
|
34330
|
-
};
|
|
34331
|
-
type: string;
|
|
34332
|
-
};
|
|
34333
34244
|
customer_key: {
|
|
34334
34245
|
description: string;
|
|
34335
34246
|
type: string;
|
|
@@ -34820,35 +34731,13 @@ declare const _default: {
|
|
|
34820
34731
|
description: string;
|
|
34821
34732
|
operationId: string;
|
|
34822
34733
|
parameters: ({
|
|
34823
|
-
in: string;
|
|
34824
|
-
name: string;
|
|
34825
|
-
schema: {
|
|
34826
|
-
items: {
|
|
34827
|
-
format: string;
|
|
34828
|
-
type: string;
|
|
34829
|
-
description?: never;
|
|
34830
|
-
enum?: never;
|
|
34831
|
-
};
|
|
34832
|
-
type: string;
|
|
34833
|
-
description?: never;
|
|
34834
|
-
format?: never;
|
|
34835
|
-
enum?: never;
|
|
34836
|
-
default?: never;
|
|
34837
|
-
additionalProperties?: never;
|
|
34838
|
-
nullable?: never;
|
|
34839
|
-
'x-undocumented'?: never;
|
|
34840
|
-
deprecated?: never;
|
|
34841
|
-
'x-deprecated'?: never;
|
|
34842
|
-
minLength?: never;
|
|
34843
|
-
};
|
|
34844
|
-
} | {
|
|
34845
34734
|
in: string;
|
|
34846
34735
|
name: string;
|
|
34847
34736
|
schema: {
|
|
34848
34737
|
description: string;
|
|
34849
34738
|
type: string;
|
|
34850
|
-
items?: never;
|
|
34851
34739
|
format?: never;
|
|
34740
|
+
items?: never;
|
|
34852
34741
|
enum?: never;
|
|
34853
34742
|
default?: never;
|
|
34854
34743
|
additionalProperties?: never;
|
|
@@ -34904,8 +34793,8 @@ declare const _default: {
|
|
|
34904
34793
|
description: string;
|
|
34905
34794
|
enum: string[];
|
|
34906
34795
|
type: string;
|
|
34907
|
-
items?: never;
|
|
34908
34796
|
format?: never;
|
|
34797
|
+
items?: never;
|
|
34909
34798
|
default?: never;
|
|
34910
34799
|
additionalProperties?: never;
|
|
34911
34800
|
nullable?: never;
|
|
@@ -34964,8 +34853,8 @@ declare const _default: {
|
|
|
34964
34853
|
};
|
|
34965
34854
|
description: string;
|
|
34966
34855
|
type: string;
|
|
34967
|
-
items?: never;
|
|
34968
34856
|
format?: never;
|
|
34857
|
+
items?: never;
|
|
34969
34858
|
enum?: never;
|
|
34970
34859
|
default?: never;
|
|
34971
34860
|
nullable?: never;
|
|
@@ -34981,8 +34870,8 @@ declare const _default: {
|
|
|
34981
34870
|
description: string;
|
|
34982
34871
|
nullable: boolean;
|
|
34983
34872
|
type: string;
|
|
34984
|
-
items?: never;
|
|
34985
34873
|
format?: never;
|
|
34874
|
+
items?: never;
|
|
34986
34875
|
enum?: never;
|
|
34987
34876
|
default?: never;
|
|
34988
34877
|
additionalProperties?: never;
|
|
@@ -35022,8 +34911,8 @@ declare const _default: {
|
|
|
35022
34911
|
nullable: boolean;
|
|
35023
34912
|
type: string;
|
|
35024
34913
|
'x-deprecated': string;
|
|
35025
|
-
items?: never;
|
|
35026
34914
|
description?: never;
|
|
34915
|
+
items?: never;
|
|
35027
34916
|
enum?: never;
|
|
35028
34917
|
default?: never;
|
|
35029
34918
|
additionalProperties?: never;
|
|
@@ -35037,8 +34926,8 @@ declare const _default: {
|
|
|
35037
34926
|
description: string;
|
|
35038
34927
|
minLength: number;
|
|
35039
34928
|
type: string;
|
|
35040
|
-
items?: never;
|
|
35041
34929
|
format?: never;
|
|
34930
|
+
items?: never;
|
|
35042
34931
|
enum?: never;
|
|
35043
34932
|
default?: never;
|
|
35044
34933
|
additionalProperties?: never;
|
|
@@ -35158,13 +35047,6 @@ declare const _default: {
|
|
|
35158
35047
|
description: string;
|
|
35159
35048
|
type: string;
|
|
35160
35049
|
};
|
|
35161
|
-
customer_ids: {
|
|
35162
|
-
items: {
|
|
35163
|
-
format: string;
|
|
35164
|
-
type: string;
|
|
35165
|
-
};
|
|
35166
|
-
type: string;
|
|
35167
|
-
};
|
|
35168
35050
|
customer_key: {
|
|
35169
35051
|
description: string;
|
|
35170
35052
|
type: string;
|
|
@@ -42950,35 +42832,13 @@ declare const _default: {
|
|
|
42950
42832
|
description: string;
|
|
42951
42833
|
operationId: string;
|
|
42952
42834
|
parameters: ({
|
|
42953
|
-
in: string;
|
|
42954
|
-
name: string;
|
|
42955
|
-
schema: {
|
|
42956
|
-
items: {
|
|
42957
|
-
format: string;
|
|
42958
|
-
type: string;
|
|
42959
|
-
description?: never;
|
|
42960
|
-
enum?: never;
|
|
42961
|
-
};
|
|
42962
|
-
type: string;
|
|
42963
|
-
description?: never;
|
|
42964
|
-
format?: never;
|
|
42965
|
-
enum?: never;
|
|
42966
|
-
default?: never;
|
|
42967
|
-
additionalProperties?: never;
|
|
42968
|
-
nullable?: never;
|
|
42969
|
-
'x-undocumented'?: never;
|
|
42970
|
-
deprecated?: never;
|
|
42971
|
-
'x-deprecated'?: never;
|
|
42972
|
-
minLength?: never;
|
|
42973
|
-
};
|
|
42974
|
-
} | {
|
|
42975
42835
|
in: string;
|
|
42976
42836
|
name: string;
|
|
42977
42837
|
schema: {
|
|
42978
42838
|
description: string;
|
|
42979
42839
|
type: string;
|
|
42980
|
-
items?: never;
|
|
42981
42840
|
format?: never;
|
|
42841
|
+
items?: never;
|
|
42982
42842
|
enum?: never;
|
|
42983
42843
|
default?: never;
|
|
42984
42844
|
additionalProperties?: never;
|
|
@@ -43034,8 +42894,8 @@ declare const _default: {
|
|
|
43034
42894
|
description: string;
|
|
43035
42895
|
enum: string[];
|
|
43036
42896
|
type: string;
|
|
43037
|
-
items?: never;
|
|
43038
42897
|
format?: never;
|
|
42898
|
+
items?: never;
|
|
43039
42899
|
default?: never;
|
|
43040
42900
|
additionalProperties?: never;
|
|
43041
42901
|
nullable?: never;
|
|
@@ -43094,8 +42954,8 @@ declare const _default: {
|
|
|
43094
42954
|
};
|
|
43095
42955
|
description: string;
|
|
43096
42956
|
type: string;
|
|
43097
|
-
items?: never;
|
|
43098
42957
|
format?: never;
|
|
42958
|
+
items?: never;
|
|
43099
42959
|
enum?: never;
|
|
43100
42960
|
default?: never;
|
|
43101
42961
|
nullable?: never;
|
|
@@ -43111,8 +42971,8 @@ declare const _default: {
|
|
|
43111
42971
|
description: string;
|
|
43112
42972
|
nullable: boolean;
|
|
43113
42973
|
type: string;
|
|
43114
|
-
items?: never;
|
|
43115
42974
|
format?: never;
|
|
42975
|
+
items?: never;
|
|
43116
42976
|
enum?: never;
|
|
43117
42977
|
default?: never;
|
|
43118
42978
|
additionalProperties?: never;
|
|
@@ -43152,8 +43012,8 @@ declare const _default: {
|
|
|
43152
43012
|
nullable: boolean;
|
|
43153
43013
|
type: string;
|
|
43154
43014
|
'x-deprecated': string;
|
|
43155
|
-
items?: never;
|
|
43156
43015
|
description?: never;
|
|
43016
|
+
items?: never;
|
|
43157
43017
|
enum?: never;
|
|
43158
43018
|
default?: never;
|
|
43159
43019
|
additionalProperties?: never;
|
|
@@ -43167,8 +43027,8 @@ declare const _default: {
|
|
|
43167
43027
|
description: string;
|
|
43168
43028
|
minLength: number;
|
|
43169
43029
|
type: string;
|
|
43170
|
-
items?: never;
|
|
43171
43030
|
format?: never;
|
|
43031
|
+
items?: never;
|
|
43172
43032
|
enum?: never;
|
|
43173
43033
|
default?: never;
|
|
43174
43034
|
additionalProperties?: never;
|
|
@@ -43288,13 +43148,6 @@ declare const _default: {
|
|
|
43288
43148
|
description: string;
|
|
43289
43149
|
type: string;
|
|
43290
43150
|
};
|
|
43291
|
-
customer_ids: {
|
|
43292
|
-
items: {
|
|
43293
|
-
format: string;
|
|
43294
|
-
type: string;
|
|
43295
|
-
};
|
|
43296
|
-
type: string;
|
|
43297
|
-
};
|
|
43298
43151
|
customer_key: {
|
|
43299
43152
|
description: string;
|
|
43300
43153
|
type: string;
|