@seamapi/types 1.746.0 → 1.747.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 +6 -32
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +6 -50
- package/dist/index.cjs +6 -32
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +6 -48
- package/lib/seam/connect/openapi.js +6 -32
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +6 -32
- package/src/lib/seam/connect/route-types.ts +0 -2
package/dist/connect.d.cts
CHANGED
|
@@ -112650,15 +112650,9 @@ declare const _default: {
|
|
|
112650
112650
|
security: ({
|
|
112651
112651
|
console_session_with_workspace: never[];
|
|
112652
112652
|
api_key?: never;
|
|
112653
|
-
client_session_with_customer?: never;
|
|
112654
112653
|
} | {
|
|
112655
112654
|
api_key: never[];
|
|
112656
112655
|
console_session_with_workspace?: never;
|
|
112657
|
-
client_session_with_customer?: never;
|
|
112658
|
-
} | {
|
|
112659
|
-
client_session_with_customer: never[];
|
|
112660
|
-
console_session_with_workspace?: never;
|
|
112661
|
-
api_key?: never;
|
|
112662
112656
|
})[];
|
|
112663
112657
|
summary: string;
|
|
112664
112658
|
tags: never[];
|
|
@@ -112961,15 +112955,9 @@ declare const _default: {
|
|
|
112961
112955
|
security: ({
|
|
112962
112956
|
console_session_with_workspace: never[];
|
|
112963
112957
|
api_key?: never;
|
|
112964
|
-
client_session_with_customer?: never;
|
|
112965
112958
|
} | {
|
|
112966
112959
|
api_key: never[];
|
|
112967
112960
|
console_session_with_workspace?: never;
|
|
112968
|
-
client_session_with_customer?: never;
|
|
112969
|
-
} | {
|
|
112970
|
-
client_session_with_customer: never[];
|
|
112971
|
-
console_session_with_workspace?: never;
|
|
112972
|
-
api_key?: never;
|
|
112973
112961
|
})[];
|
|
112974
112962
|
summary: string;
|
|
112975
112963
|
tags: never[];
|
|
@@ -114983,12 +114971,7 @@ declare const _default: {
|
|
|
114983
114971
|
};
|
|
114984
114972
|
type: string;
|
|
114985
114973
|
};
|
|
114986
|
-
customer_key: {
|
|
114987
|
-
description: string;
|
|
114988
|
-
type: string;
|
|
114989
|
-
};
|
|
114990
114974
|
};
|
|
114991
|
-
required: string[];
|
|
114992
114975
|
type: string;
|
|
114993
114976
|
};
|
|
114994
114977
|
};
|
|
@@ -115018,19 +115001,9 @@ declare const _default: {
|
|
|
115018
115001
|
description: string;
|
|
115019
115002
|
};
|
|
115020
115003
|
};
|
|
115021
|
-
security:
|
|
115022
|
-
|
|
115023
|
-
|
|
115024
|
-
api_key?: never;
|
|
115025
|
-
} | {
|
|
115026
|
-
console_session_with_workspace: never[];
|
|
115027
|
-
pat_with_workspace?: never;
|
|
115028
|
-
api_key?: never;
|
|
115029
|
-
} | {
|
|
115030
|
-
api_key: never[];
|
|
115031
|
-
pat_with_workspace?: never;
|
|
115032
|
-
console_session_with_workspace?: never;
|
|
115033
|
-
})[];
|
|
115004
|
+
security: {
|
|
115005
|
+
client_session_with_customer: never[];
|
|
115006
|
+
}[];
|
|
115034
115007
|
summary: string;
|
|
115035
115008
|
tags: never[];
|
|
115036
115009
|
'x-fern-sdk-group-name': string[];
|
|
@@ -115298,12 +115271,7 @@ declare const _default: {
|
|
|
115298
115271
|
};
|
|
115299
115272
|
type: string;
|
|
115300
115273
|
};
|
|
115301
|
-
customer_key: {
|
|
115302
|
-
description: string;
|
|
115303
|
-
type: string;
|
|
115304
|
-
};
|
|
115305
115274
|
};
|
|
115306
|
-
required: string[];
|
|
115307
115275
|
type: string;
|
|
115308
115276
|
};
|
|
115309
115277
|
};
|
|
@@ -115333,19 +115301,9 @@ declare const _default: {
|
|
|
115333
115301
|
description: string;
|
|
115334
115302
|
};
|
|
115335
115303
|
};
|
|
115336
|
-
security:
|
|
115337
|
-
|
|
115338
|
-
|
|
115339
|
-
api_key?: never;
|
|
115340
|
-
} | {
|
|
115341
|
-
console_session_with_workspace: never[];
|
|
115342
|
-
pat_with_workspace?: never;
|
|
115343
|
-
api_key?: never;
|
|
115344
|
-
} | {
|
|
115345
|
-
api_key: never[];
|
|
115346
|
-
pat_with_workspace?: never;
|
|
115347
|
-
console_session_with_workspace?: never;
|
|
115348
|
-
})[];
|
|
115304
|
+
security: {
|
|
115305
|
+
client_session_with_customer: never[];
|
|
115306
|
+
}[];
|
|
115349
115307
|
summary: string;
|
|
115350
115308
|
tags: never[];
|
|
115351
115309
|
'x-fern-sdk-group-name': string[];
|
|
@@ -191291,8 +191249,6 @@ type Routes = {
|
|
|
191291
191249
|
method: 'PATCH' | 'POST';
|
|
191292
191250
|
queryParams: {};
|
|
191293
191251
|
jsonBody: {
|
|
191294
|
-
/** Key of the customer. */
|
|
191295
|
-
customer_key: string;
|
|
191296
191252
|
/** Access automation rules configuration. */
|
|
191297
191253
|
access_rules?: {
|
|
191298
191254
|
reservation_created?: {
|
package/dist/index.cjs
CHANGED
|
@@ -63079,7 +63079,7 @@ var openapi_default = {
|
|
|
63079
63079
|
},
|
|
63080
63080
|
"/seam/customer/v1/automations/update": {
|
|
63081
63081
|
patch: {
|
|
63082
|
-
description: "Updates the automation configuration for a customer portal workspace
|
|
63082
|
+
description: "Updates the automation configuration for a customer portal workspace.",
|
|
63083
63083
|
operationId: "seamCustomerV1AutomationsUpdatePatch",
|
|
63084
63084
|
requestBody: {
|
|
63085
63085
|
content: {
|
|
@@ -63348,11 +63348,7 @@ var openapi_default = {
|
|
|
63348
63348
|
400: { description: "Bad Request" },
|
|
63349
63349
|
401: { description: "Unauthorized" }
|
|
63350
63350
|
},
|
|
63351
|
-
security: [
|
|
63352
|
-
{ console_session_with_workspace: [] },
|
|
63353
|
-
{ api_key: [] },
|
|
63354
|
-
{ client_session_with_customer: [] }
|
|
63355
|
-
],
|
|
63351
|
+
security: [{ console_session_with_workspace: [] }, { api_key: [] }],
|
|
63356
63352
|
summary: "/seam/customer/v1/automations/update",
|
|
63357
63353
|
tags: [],
|
|
63358
63354
|
"x-fern-sdk-group-name": ["seam", "customer", "v1", "automations"],
|
|
@@ -63362,7 +63358,7 @@ var openapi_default = {
|
|
|
63362
63358
|
"x-undocumented": "Internal endpoint for customer portals."
|
|
63363
63359
|
},
|
|
63364
63360
|
post: {
|
|
63365
|
-
description: "Updates the automation configuration for a customer portal workspace
|
|
63361
|
+
description: "Updates the automation configuration for a customer portal workspace.",
|
|
63366
63362
|
operationId: "seamCustomerV1AutomationsUpdatePost",
|
|
63367
63363
|
requestBody: {
|
|
63368
63364
|
content: {
|
|
@@ -63631,11 +63627,7 @@ var openapi_default = {
|
|
|
63631
63627
|
400: { description: "Bad Request" },
|
|
63632
63628
|
401: { description: "Unauthorized" }
|
|
63633
63629
|
},
|
|
63634
|
-
security: [
|
|
63635
|
-
{ console_session_with_workspace: [] },
|
|
63636
|
-
{ api_key: [] },
|
|
63637
|
-
{ client_session_with_customer: [] }
|
|
63638
|
-
],
|
|
63630
|
+
security: [{ console_session_with_workspace: [] }, { api_key: [] }],
|
|
63639
63631
|
summary: "/seam/customer/v1/automations/update",
|
|
63640
63632
|
tags: [],
|
|
63641
63633
|
"x-fern-sdk-group-name": ["seam", "customer", "v1", "automations"],
|
|
@@ -65474,13 +65466,8 @@ var openapi_default = {
|
|
|
65474
65466
|
}
|
|
65475
65467
|
},
|
|
65476
65468
|
type: "object"
|
|
65477
|
-
},
|
|
65478
|
-
customer_key: {
|
|
65479
|
-
description: "Key of the customer.",
|
|
65480
|
-
type: "string"
|
|
65481
65469
|
}
|
|
65482
65470
|
},
|
|
65483
|
-
required: ["customer_key"],
|
|
65484
65471
|
type: "object"
|
|
65485
65472
|
}
|
|
65486
65473
|
}
|
|
@@ -65502,11 +65489,7 @@ var openapi_default = {
|
|
|
65502
65489
|
400: { description: "Bad Request" },
|
|
65503
65490
|
401: { description: "Unauthorized" }
|
|
65504
65491
|
},
|
|
65505
|
-
security: [
|
|
65506
|
-
{ pat_with_workspace: [] },
|
|
65507
|
-
{ console_session_with_workspace: [] },
|
|
65508
|
-
{ api_key: [] }
|
|
65509
|
-
],
|
|
65492
|
+
security: [{ client_session_with_customer: [] }],
|
|
65510
65493
|
summary: "/seam/customer/v1/customers/automations/update",
|
|
65511
65494
|
tags: [],
|
|
65512
65495
|
"x-fern-sdk-group-name": [
|
|
@@ -65767,13 +65750,8 @@ var openapi_default = {
|
|
|
65767
65750
|
}
|
|
65768
65751
|
},
|
|
65769
65752
|
type: "object"
|
|
65770
|
-
},
|
|
65771
|
-
customer_key: {
|
|
65772
|
-
description: "Key of the customer.",
|
|
65773
|
-
type: "string"
|
|
65774
65753
|
}
|
|
65775
65754
|
},
|
|
65776
|
-
required: ["customer_key"],
|
|
65777
65755
|
type: "object"
|
|
65778
65756
|
}
|
|
65779
65757
|
}
|
|
@@ -65795,11 +65773,7 @@ var openapi_default = {
|
|
|
65795
65773
|
400: { description: "Bad Request" },
|
|
65796
65774
|
401: { description: "Unauthorized" }
|
|
65797
65775
|
},
|
|
65798
|
-
security: [
|
|
65799
|
-
{ pat_with_workspace: [] },
|
|
65800
|
-
{ console_session_with_workspace: [] },
|
|
65801
|
-
{ api_key: [] }
|
|
65802
|
-
],
|
|
65776
|
+
security: [{ client_session_with_customer: [] }],
|
|
65803
65777
|
summary: "/seam/customer/v1/customers/automations/update",
|
|
65804
65778
|
tags: [],
|
|
65805
65779
|
"x-fern-sdk-group-name": [
|