@seamapi/types 1.11.1 → 1.12.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 +4 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +12 -0
- package/lib/seam/connect/openapi.d.ts +12 -0
- package/lib/seam/connect/openapi.js +4 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -0
- package/lib/seam/connect/unstable/models/acs/user.d.ts +14 -0
- package/lib/seam/connect/unstable/models/acs/user.js +15 -10
- package/lib/seam/connect/unstable/models/acs/user.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +4 -0
- package/src/lib/seam/connect/route-types.ts +2 -0
- package/src/lib/seam/connect/unstable/models/acs/user.ts +22 -13
package/dist/connect.d.cts
CHANGED
|
@@ -2936,6 +2936,9 @@ declare const _default: {
|
|
|
2936
2936
|
format: string;
|
|
2937
2937
|
type: string;
|
|
2938
2938
|
};
|
|
2939
|
+
allow_external_modification: {
|
|
2940
|
+
type: string;
|
|
2941
|
+
};
|
|
2939
2942
|
force: {
|
|
2940
2943
|
type: string;
|
|
2941
2944
|
};
|
|
@@ -3005,6 +3008,9 @@ declare const _default: {
|
|
|
3005
3008
|
format: string;
|
|
3006
3009
|
type: string;
|
|
3007
3010
|
};
|
|
3011
|
+
allow_external_modification: {
|
|
3012
|
+
type: string;
|
|
3013
|
+
};
|
|
3008
3014
|
force: {
|
|
3009
3015
|
type: string;
|
|
3010
3016
|
};
|
|
@@ -3399,6 +3405,9 @@ declare const _default: {
|
|
|
3399
3405
|
format: string;
|
|
3400
3406
|
type: string;
|
|
3401
3407
|
};
|
|
3408
|
+
allow_external_modification: {
|
|
3409
|
+
type: string;
|
|
3410
|
+
};
|
|
3402
3411
|
force: {
|
|
3403
3412
|
type: string;
|
|
3404
3413
|
};
|
|
@@ -3467,6 +3476,9 @@ declare const _default: {
|
|
|
3467
3476
|
format: string;
|
|
3468
3477
|
type: string;
|
|
3469
3478
|
};
|
|
3479
|
+
allow_external_modification: {
|
|
3480
|
+
type: string;
|
|
3481
|
+
};
|
|
3470
3482
|
force: {
|
|
3471
3483
|
type: string;
|
|
3472
3484
|
};
|
|
@@ -2885,6 +2885,9 @@ declare const _default: {
|
|
|
2885
2885
|
format: string;
|
|
2886
2886
|
type: string;
|
|
2887
2887
|
};
|
|
2888
|
+
allow_external_modification: {
|
|
2889
|
+
type: string;
|
|
2890
|
+
};
|
|
2888
2891
|
force: {
|
|
2889
2892
|
type: string;
|
|
2890
2893
|
};
|
|
@@ -2954,6 +2957,9 @@ declare const _default: {
|
|
|
2954
2957
|
format: string;
|
|
2955
2958
|
type: string;
|
|
2956
2959
|
};
|
|
2960
|
+
allow_external_modification: {
|
|
2961
|
+
type: string;
|
|
2962
|
+
};
|
|
2957
2963
|
force: {
|
|
2958
2964
|
type: string;
|
|
2959
2965
|
};
|
|
@@ -3348,6 +3354,9 @@ declare const _default: {
|
|
|
3348
3354
|
format: string;
|
|
3349
3355
|
type: string;
|
|
3350
3356
|
};
|
|
3357
|
+
allow_external_modification: {
|
|
3358
|
+
type: string;
|
|
3359
|
+
};
|
|
3351
3360
|
force: {
|
|
3352
3361
|
type: string;
|
|
3353
3362
|
};
|
|
@@ -3416,6 +3425,9 @@ declare const _default: {
|
|
|
3416
3425
|
format: string;
|
|
3417
3426
|
type: string;
|
|
3418
3427
|
};
|
|
3428
|
+
allow_external_modification: {
|
|
3429
|
+
type: string;
|
|
3430
|
+
};
|
|
3419
3431
|
force: {
|
|
3420
3432
|
type: string;
|
|
3421
3433
|
};
|
|
@@ -2040,6 +2040,7 @@ export default {
|
|
|
2040
2040
|
schema: {
|
|
2041
2041
|
properties: {
|
|
2042
2042
|
access_code_id: { format: 'uuid', type: 'string' },
|
|
2043
|
+
allow_external_modification: { type: 'boolean' },
|
|
2043
2044
|
force: { type: 'boolean' },
|
|
2044
2045
|
sync: { default: false, type: 'boolean' },
|
|
2045
2046
|
},
|
|
@@ -2082,6 +2083,7 @@ export default {
|
|
|
2082
2083
|
schema: {
|
|
2083
2084
|
properties: {
|
|
2084
2085
|
access_code_id: { format: 'uuid', type: 'string' },
|
|
2086
|
+
allow_external_modification: { type: 'boolean' },
|
|
2085
2087
|
force: { type: 'boolean' },
|
|
2086
2088
|
sync: { default: false, type: 'boolean' },
|
|
2087
2089
|
},
|
|
@@ -2351,6 +2353,7 @@ export default {
|
|
|
2351
2353
|
schema: {
|
|
2352
2354
|
properties: {
|
|
2353
2355
|
access_code_id: { format: 'uuid', type: 'string' },
|
|
2356
|
+
allow_external_modification: { type: 'boolean' },
|
|
2354
2357
|
force: { type: 'boolean' },
|
|
2355
2358
|
is_managed: { type: 'boolean' },
|
|
2356
2359
|
},
|
|
@@ -2393,6 +2396,7 @@ export default {
|
|
|
2393
2396
|
schema: {
|
|
2394
2397
|
properties: {
|
|
2395
2398
|
access_code_id: { format: 'uuid', type: 'string' },
|
|
2399
|
+
allow_external_modification: { type: 'boolean' },
|
|
2396
2400
|
force: { type: 'boolean' },
|
|
2397
2401
|
is_managed: { type: 'boolean' },
|
|
2398
2402
|
},
|