@seamapi/types 1.994.0 → 1.995.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/package.json
CHANGED
|
@@ -53158,6 +53158,7 @@ const openapi: OpenAPISpec = {
|
|
|
53158
53158
|
{ pat_with_workspace: [] },
|
|
53159
53159
|
{ console_session_with_workspace: [] },
|
|
53160
53160
|
{ api_key: [] },
|
|
53161
|
+
{ client_session_with_customer: [] },
|
|
53161
53162
|
],
|
|
53162
53163
|
summary: '/customers/delete_data',
|
|
53163
53164
|
tags: [],
|
|
@@ -53297,6 +53298,7 @@ const openapi: OpenAPISpec = {
|
|
|
53297
53298
|
{ pat_with_workspace: [] },
|
|
53298
53299
|
{ console_session_with_workspace: [] },
|
|
53299
53300
|
{ api_key: [] },
|
|
53301
|
+
{ client_session_with_customer: [] },
|
|
53300
53302
|
],
|
|
53301
53303
|
summary: '/customers/delete_data',
|
|
53302
53304
|
tags: [],
|