@kittycad/lib 3.1.35 → 3.1.37
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/cjs/index.cjs +1 -1
- package/dist/mjs/index.js +1 -1
- package/dist/types/src/api/users/put_public_email_marketing_consent_request.d.ts +3 -3
- package/dist/types/src/api/users/put_public_email_marketing_consent_request.d.ts.map +1 -1
- package/dist/types/src/index.d.ts +1 -3
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/models.d.ts +16 -5
- package/dist/types/src/models.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/types/src/api/users/put_public_subscribe.d.ts +0 -22
- package/dist/types/src/api/users/put_public_subscribe.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { Client } from '../../client.js';
|
|
2
|
-
import { Subscribe } from '../../models.js';
|
|
3
|
-
interface PutPublicSubscribeInput {
|
|
4
|
-
client?: Client;
|
|
5
|
-
body: Subscribe;
|
|
6
|
-
}
|
|
7
|
-
type PutPublicSubscribeReturn = void;
|
|
8
|
-
/**
|
|
9
|
-
* Subscribes a user to the newsletter.
|
|
10
|
-
*
|
|
11
|
-
* Legacy compatibility path while clients migrate to `/website/email-marketing-consent/request`.
|
|
12
|
-
*
|
|
13
|
-
* Tags: users, hidden
|
|
14
|
-
*
|
|
15
|
-
* @param params Function parameters.
|
|
16
|
-
* @property {Client} [client] Optional client with auth token.
|
|
17
|
-
* @property {Subscribe} body Request body payload
|
|
18
|
-
* @returns {Promise<PutPublicSubscribeReturn>} successful operation, no content
|
|
19
|
-
*/
|
|
20
|
-
export default function put_public_subscribe({ client, body, }: PutPublicSubscribeInput): Promise<PutPublicSubscribeReturn>;
|
|
21
|
-
export {};
|
|
22
|
-
//# sourceMappingURL=put_public_subscribe.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"put_public_subscribe.d.ts","sourceRoot":"","sources":["../../../../../src/api/users/put_public_subscribe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAc,MAAM,iBAAiB,CAAA;AAGpD,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAA;AAE3C,UAAU,uBAAuB;IAC/B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,SAAS,CAAA;CAChB;AAED,KAAK,wBAAwB,GAAG,IAAI,CAAA;AAEpC;;;;;;;;;;;GAWG;AACH,wBAA8B,oBAAoB,CAAC,EACjD,MAAM,EACN,IAAI,GACL,EAAE,uBAAuB,GAAG,OAAO,CAAC,wBAAwB,CAAC,CAmC7D"}
|