@seamapi/types 1.11.1 → 1.13.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.
@@ -1,5 +1,6 @@
1
1
  import * as schemas from './stable/schemas.js';
2
2
  export { schemas };
3
3
  export { default as openapi } from './openapi.js';
4
+ export * from './route-types.js';
4
5
  export * from './stable/model-types.js';
5
6
  export declare const routes: {};
@@ -1,6 +1,7 @@
1
1
  import * as schemas from './stable/schemas.js';
2
2
  export { schemas };
3
3
  export { default as openapi } from './openapi.js';
4
+ export * from './route-types.js';
4
5
  export * from './stable/model-types.js';
5
6
  // UPSTREAM: Reserve this named export until nextlove is able to generate this.
6
7
  export const routes = {};
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/lib/seam/connect/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,OAAO,MAAM,qBAAqB,CAAA;AAE9C,OAAO,EAAE,OAAO,EAAE,CAAA;AAElB,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,cAAc,CAAA;AACjD,cAAc,yBAAyB,CAAA;AAEvC,+EAA+E;AAC/E,MAAM,CAAC,MAAM,MAAM,GAAG,EAAE,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/lib/seam/connect/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,OAAO,MAAM,qBAAqB,CAAA;AAE9C,OAAO,EAAE,OAAO,EAAE,CAAA;AAElB,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,cAAc,CAAA;AACjD,cAAc,kBAAkB,CAAA;AAChC,cAAc,yBAAyB,CAAA;AAEvC,+EAA+E;AAC/E,MAAM,CAAC,MAAM,MAAM,GAAG,EAAE,CAAA"}
@@ -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
  },