@medusajs/js-sdk 2.0.0 → 2.0.1-snapshot-20241025090810
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/admin/api-key.d.ts +8 -8
- package/dist/admin/api-key.js +8 -8
- package/dist/admin/campaign.d.ts +8 -8
- package/dist/admin/campaign.js +8 -8
- package/dist/admin/claim.d.ts +22 -22
- package/dist/admin/claim.js +22 -22
- package/dist/admin/currency.d.ts +4 -4
- package/dist/admin/currency.js +4 -4
- package/dist/admin/customer-group.d.ts +8 -8
- package/dist/admin/customer-group.js +8 -8
- package/dist/admin/customer.d.ts +27 -7
- package/dist/admin/customer.d.ts.map +1 -1
- package/dist/admin/customer.js +33 -7
- package/dist/admin/customer.js.map +1 -1
- package/dist/admin/exchange.d.ts +21 -21
- package/dist/admin/exchange.js +21 -21
- package/dist/admin/fulfillment-provider.d.ts +2 -2
- package/dist/admin/fulfillment-provider.js +2 -2
- package/dist/admin/fulfillment-set.d.ts +6 -6
- package/dist/admin/fulfillment-set.js +6 -6
- package/dist/admin/fulfillment.d.ts +3 -3
- package/dist/admin/fulfillment.js +3 -3
- package/dist/admin/inventory-item.d.ts +12 -12
- package/dist/admin/inventory-item.js +12 -12
- package/dist/admin/invite.d.ts +8 -8
- package/dist/admin/invite.js +8 -8
- package/dist/admin/payment-collection.d.ts +0 -2
- package/dist/admin/payment-collection.d.ts.map +1 -1
- package/dist/admin/payment-collection.js +0 -12
- package/dist/admin/payment-collection.js.map +1 -1
- package/dist/auth/index.d.ts +10 -10
- package/dist/auth/index.js +10 -10
- package/dist/esm/admin/api-key.d.ts +8 -8
- package/dist/esm/admin/api-key.js +8 -8
- package/dist/esm/admin/campaign.d.ts +8 -8
- package/dist/esm/admin/campaign.js +8 -8
- package/dist/esm/admin/claim.d.ts +22 -22
- package/dist/esm/admin/claim.js +22 -22
- package/dist/esm/admin/currency.d.ts +4 -4
- package/dist/esm/admin/currency.js +4 -4
- package/dist/esm/admin/customer-group.d.ts +8 -8
- package/dist/esm/admin/customer-group.js +8 -8
- package/dist/esm/admin/customer.d.ts +27 -7
- package/dist/esm/admin/customer.d.ts.map +1 -1
- package/dist/esm/admin/customer.js +35 -7
- package/dist/esm/admin/customer.js.map +1 -1
- package/dist/esm/admin/exchange.d.ts +21 -21
- package/dist/esm/admin/exchange.js +21 -21
- package/dist/esm/admin/fulfillment-provider.d.ts +2 -2
- package/dist/esm/admin/fulfillment-provider.js +2 -2
- package/dist/esm/admin/fulfillment-set.d.ts +6 -6
- package/dist/esm/admin/fulfillment-set.js +6 -6
- package/dist/esm/admin/fulfillment.d.ts +3 -3
- package/dist/esm/admin/fulfillment.js +3 -3
- package/dist/esm/admin/inventory-item.d.ts +12 -12
- package/dist/esm/admin/inventory-item.js +12 -12
- package/dist/esm/admin/invite.d.ts +8 -8
- package/dist/esm/admin/invite.js +8 -8
- package/dist/esm/admin/payment-collection.d.ts +0 -2
- package/dist/esm/admin/payment-collection.d.ts.map +1 -1
- package/dist/esm/admin/payment-collection.js +0 -16
- package/dist/esm/admin/payment-collection.js.map +1 -1
- package/dist/esm/auth/index.d.ts +10 -10
- package/dist/esm/auth/index.js +10 -10
- package/dist/esm/store/index.d.ts +73 -73
- package/dist/esm/store/index.js +73 -73
- package/dist/store/index.d.ts +73 -73
- package/dist/store/index.js +73 -73
- package/package.json +2 -2
package/dist/esm/admin/invite.js
CHANGED
@@ -30,7 +30,7 @@ export class Invite {
|
|
30
30
|
* the {@link Auth.register}.
|
31
31
|
*
|
32
32
|
* This method sends a request to the [Accept Invite]
|
33
|
-
* (https://docs.medusajs.com/
|
33
|
+
* (https://docs.medusajs.com/api/admin#invites_postinvitesaccept)
|
34
34
|
* API route.
|
35
35
|
*
|
36
36
|
* @param input - The details of the user to create.
|
@@ -72,7 +72,7 @@ export class Invite {
|
|
72
72
|
}
|
73
73
|
/**
|
74
74
|
* This method creates an invite. It sends a request to the
|
75
|
-
* [Create Invite](https://docs.medusajs.com/
|
75
|
+
* [Create Invite](https://docs.medusajs.com/api/admin#invites_postinvites)
|
76
76
|
* API route.
|
77
77
|
*
|
78
78
|
* @param body - The invite's details.
|
@@ -100,7 +100,7 @@ export class Invite {
|
|
100
100
|
}
|
101
101
|
/**
|
102
102
|
* This method retrieves an invite by its ID. It sends a request to the
|
103
|
-
* [Get Invite](https://docs.medusajs.com/
|
103
|
+
* [Get Invite](https://docs.medusajs.com/api/admin#invites_getinvitesid)
|
104
104
|
* API route.
|
105
105
|
*
|
106
106
|
* @param id - The invite's ID.
|
@@ -129,7 +129,7 @@ export class Invite {
|
|
129
129
|
* })
|
130
130
|
* ```
|
131
131
|
*
|
132
|
-
* Learn more about the `fields` property in the [API reference](https://docs.medusajs.com/
|
132
|
+
* Learn more about the `fields` property in the [API reference](https://docs.medusajs.com/api/store#select-fields-and-relations).
|
133
133
|
*/
|
134
134
|
retrieve(id, query, headers) {
|
135
135
|
return __awaiter(this, void 0, void 0, function* () {
|
@@ -141,7 +141,7 @@ export class Invite {
|
|
141
141
|
}
|
142
142
|
/**
|
143
143
|
* This method retrieves a paginated list of invites. It sends a request to the
|
144
|
-
* [List Invites](https://docs.medusajs.com/
|
144
|
+
* [List Invites](https://docs.medusajs.com/api/admin#invites_getinvites)
|
145
145
|
* API route.
|
146
146
|
*
|
147
147
|
* @param queryParams - Filters and pagination configurations.
|
@@ -184,7 +184,7 @@ export class Invite {
|
|
184
184
|
* })
|
185
185
|
* ```
|
186
186
|
*
|
187
|
-
* Learn more about the `fields` property in the [API reference](https://docs.medusajs.com/
|
187
|
+
* Learn more about the `fields` property in the [API reference](https://docs.medusajs.com/api/store#select-fields-and-relations).
|
188
188
|
*/
|
189
189
|
list(queryParams, headers) {
|
190
190
|
return __awaiter(this, void 0, void 0, function* () {
|
@@ -196,7 +196,7 @@ export class Invite {
|
|
196
196
|
}
|
197
197
|
/**
|
198
198
|
* This method refreshes the token of an invite. It sends a request to the
|
199
|
-
* [Refresh Invite Token](https://docs.medusajs.com/
|
199
|
+
* [Refresh Invite Token](https://docs.medusajs.com/api/admin#invites_postinvitesidresend)
|
200
200
|
* API route.
|
201
201
|
*
|
202
202
|
* @param id - The invite's ID.
|
@@ -219,7 +219,7 @@ export class Invite {
|
|
219
219
|
}
|
220
220
|
/**
|
221
221
|
* This method deletes an invite. It sends a request to the
|
222
|
-
* [Delete Invite](https://docs.medusajs.com/
|
222
|
+
* [Delete Invite](https://docs.medusajs.com/api/admin#invites_deleteinvitesid)
|
223
223
|
* API route.
|
224
224
|
*
|
225
225
|
* @param id - The invite's ID.
|
@@ -10,8 +10,6 @@ export declare class PaymentCollection {
|
|
10
10
|
* @ignore
|
11
11
|
*/
|
12
12
|
constructor(client: Client);
|
13
|
-
list(query?: HttpTypes.AdminPaymentCollectionFilters, headers?: ClientHeaders): Promise<HttpTypes.AdminPaymentCollectionsResponse>;
|
14
|
-
retrieve(id: string, query?: HttpTypes.AdminPaymentCollectionFilters, headers?: ClientHeaders): Promise<HttpTypes.AdminPaymentCollectionResponse>;
|
15
13
|
create(body: HttpTypes.AdminCreatePaymentCollection, query?: SelectParams, headers?: ClientHeaders): Promise<HttpTypes.AdminPaymentCollectionResponse>;
|
16
14
|
delete(id: string, headers?: ClientHeaders): Promise<HttpTypes.AdminDeletePaymentCollectionResponse>;
|
17
15
|
markAsPaid(id: string, body: HttpTypes.AdminMarkPaymentCollectionAsPaid, query?: SelectParams, headers?: ClientHeaders): Promise<HttpTypes.AdminPaymentCollectionResponse>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"payment-collection.d.ts","sourceRoot":"","sources":["../../../src/admin/payment-collection.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AACzD,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAA;AAClC,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAExC,qBAAa,iBAAiB;IAC5B;;OAEG;IACH,OAAO,CAAC,MAAM,CAAQ;IACtB;;OAEG;gBACS,MAAM,EAAE,MAAM;IAIpB,
|
1
|
+
{"version":3,"file":"payment-collection.d.ts","sourceRoot":"","sources":["../../../src/admin/payment-collection.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AACzD,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAA;AAClC,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAExC,qBAAa,iBAAiB;IAC5B;;OAEG;IACH,OAAO,CAAC,MAAM,CAAQ;IACtB;;OAEG;gBACS,MAAM,EAAE,MAAM;IAIpB,MAAM,CACV,IAAI,EAAE,SAAS,CAAC,4BAA4B,EAC5C,KAAK,CAAC,EAAE,YAAY,EACpB,OAAO,CAAC,EAAE,aAAa;IAanB,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,aAAa;IAU1C,UAAU,CACd,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,SAAS,CAAC,gCAAgC,EAChD,KAAK,CAAC,EAAE,YAAY,EACpB,OAAO,CAAC,EAAE,aAAa;CAY1B"}
|
@@ -14,22 +14,6 @@ export class PaymentCollection {
|
|
14
14
|
constructor(client) {
|
15
15
|
this.client = client;
|
16
16
|
}
|
17
|
-
list(query, headers) {
|
18
|
-
return __awaiter(this, void 0, void 0, function* () {
|
19
|
-
return yield this.client.fetch(`/admin/payment-collections`, {
|
20
|
-
query,
|
21
|
-
headers,
|
22
|
-
});
|
23
|
-
});
|
24
|
-
}
|
25
|
-
retrieve(id, query, headers) {
|
26
|
-
return __awaiter(this, void 0, void 0, function* () {
|
27
|
-
return yield this.client.fetch(`/admin/payment-collections/${id}`, {
|
28
|
-
query,
|
29
|
-
headers,
|
30
|
-
});
|
31
|
-
});
|
32
|
-
}
|
33
17
|
create(body, query, headers) {
|
34
18
|
return __awaiter(this, void 0, void 0, function* () {
|
35
19
|
return yield this.client.fetch(`/admin/payment-collections`, {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"payment-collection.js","sourceRoot":"","sources":["../../../src/admin/payment-collection.ts"],"names":[],"mappings":";;;;;;;;;AAIA,MAAM,OAAO,iBAAiB;IAK5B;;OAEG;IACH,YAAY,MAAc;QACxB,IAAI,CAAC,MAAM,GAAG,MAAM,CAAA;IACtB,CAAC;IAEK,
|
1
|
+
{"version":3,"file":"payment-collection.js","sourceRoot":"","sources":["../../../src/admin/payment-collection.ts"],"names":[],"mappings":";;;;;;;;;AAIA,MAAM,OAAO,iBAAiB;IAK5B;;OAEG;IACH,YAAY,MAAc;QACxB,IAAI,CAAC,MAAM,GAAG,MAAM,CAAA;IACtB,CAAC;IAEK,MAAM,CACV,IAA4C,EAC5C,KAAoB,EACpB,OAAuB;;YAEvB,OAAO,MAAM,IAAI,CAAC,MAAM,CAAC,KAAK,CAC5B,4BAA4B,EAC5B;gBACE,MAAM,EAAE,MAAM;gBACd,OAAO;gBACP,IAAI;gBACJ,KAAK;aACN,CACF,CAAA;QACH,CAAC;KAAA;IAEK,MAAM,CAAC,EAAU,EAAE,OAAuB;;YAC9C,OAAO,MAAM,IAAI,CAAC,MAAM,CAAC,KAAK,CAC5B,8BAA8B,EAAE,EAAE,EAClC;gBACE,MAAM,EAAE,QAAQ;gBAChB,OAAO;aACR,CACF,CAAA;QACH,CAAC;KAAA;IAEK,UAAU,CACd,EAAU,EACV,IAAgD,EAChD,KAAoB,EACpB,OAAuB;;YAEvB,OAAO,MAAM,IAAI,CAAC,MAAM,CAAC,KAAK,CAC5B,8BAA8B,EAAE,eAAe,EAC/C;gBACE,MAAM,EAAE,MAAM;gBACd,OAAO;gBACP,IAAI;gBACJ,KAAK;aACN,CACF,CAAA;QACH,CAAC;KAAA;CACF"}
|
package/dist/esm/auth/index.d.ts
CHANGED
@@ -7,7 +7,7 @@ export declare class Auth {
|
|
7
7
|
constructor(client: Client, config: Config);
|
8
8
|
/**
|
9
9
|
* This method is used to retrieve a registration JWT token for a user, customer, or custom actor type. It sends a request to the
|
10
|
-
* [Retrieve Registration Token API route](https://docs.medusajs.com/
|
10
|
+
* [Retrieve Registration Token API route](https://docs.medusajs.com/api/store#auth_postactor_typeauth_provider_register).
|
11
11
|
*
|
12
12
|
* @param actor - The actor type. For example, `user` for admin user, or `customer` for customer.
|
13
13
|
* @param method - The authentication provider to use. For example, `emailpass` or `google`.
|
@@ -30,10 +30,10 @@ export declare class Auth {
|
|
30
30
|
register: (actor: string, method: string, payload: HttpTypes.AdminSignUpWithEmailPassword) => Promise<string>;
|
31
31
|
/**
|
32
32
|
* This method retrieves the JWT authenticated token for an admin user, customer, or custom
|
33
|
-
* actor type. It sends a request to the [Authenticate API Route](https://docs.medusajs.com/
|
33
|
+
* actor type. It sends a request to the [Authenticate API Route](https://docs.medusajs.com/api/admin#auth_postactor_typeauth_provider).
|
34
34
|
*
|
35
35
|
* If the `auth.type` of the SDK is set to `session`, this method will also send a request to the
|
36
|
-
* [Set Authentication Session API route](https://docs.medusajs.com/
|
36
|
+
* [Set Authentication Session API route](https://docs.medusajs.com/api/admin#auth_postsession).
|
37
37
|
*
|
38
38
|
* Subsequent requests using the SDK will automatically have the necessary authentication headers / session
|
39
39
|
* set.
|
@@ -61,7 +61,7 @@ export declare class Auth {
|
|
61
61
|
}>;
|
62
62
|
/**
|
63
63
|
* This method is used to validate an Oauth callback from a third-party service, such as Google, for an admin user, customer, or custom actor types.
|
64
|
-
* It sends a request to the [Validate Authentication Callback](https://docs.medusajs.com/
|
64
|
+
* It sends a request to the [Validate Authentication Callback](https://docs.medusajs.com/api/admin#auth_postactor_typeauth_providercallback).
|
65
65
|
*
|
66
66
|
* @param actor - The actor type. For example, `user` for admin user, or `customer` for customer.
|
67
67
|
* @param method - The authentication provider to use. For example, `google`.
|
@@ -87,7 +87,7 @@ export declare class Auth {
|
|
87
87
|
callback: (actor: string, method: string, query?: Record<string, unknown>) => Promise<string>;
|
88
88
|
/**
|
89
89
|
* This method refreshes a JWT authentication token, which is useful after validating the Oauth callback
|
90
|
-
* with {@link callback}. It sends a request to the [Refresh Authentication Token API route](https://docs.medusajs.com/
|
90
|
+
* with {@link callback}. It sends a request to the [Refresh Authentication Token API route](https://docs.medusajs.com/api/admin#auth_postadminauthtokenrefresh).
|
91
91
|
*
|
92
92
|
* @returns The refreshed JWT authentication token.
|
93
93
|
*
|
@@ -100,7 +100,7 @@ export declare class Auth {
|
|
100
100
|
refresh: () => Promise<string>;
|
101
101
|
/**
|
102
102
|
* This method deletes the authentication session of the currently logged-in user to log them out.
|
103
|
-
* It sends a request to the [Delete Authentication Session API route](https://docs.medusajs.com/
|
103
|
+
* It sends a request to the [Delete Authentication Session API route](https://docs.medusajs.com/api/admin#auth_deletesession).
|
104
104
|
*
|
105
105
|
* @example
|
106
106
|
* sdk.auth.logout()
|
@@ -111,11 +111,11 @@ export declare class Auth {
|
|
111
111
|
logout: () => Promise<void>;
|
112
112
|
/**
|
113
113
|
* This method requests a reset password token for an admin user, customer, or custom actor type.
|
114
|
-
* It sends a request to the [Generate Reset Password Token API route](https://docs.medusajs.com/
|
114
|
+
* It sends a request to the [Generate Reset Password Token API route](https://docs.medusajs.com/api/admin#auth_postactor_typeauth_providerresetpassword).
|
115
115
|
*
|
116
116
|
* To reset the password later using the token delivered to the user, use the {@link updateProvider} method.
|
117
117
|
*
|
118
|
-
* Related guide: [How to allow customers to reset their passwords in a storefront](https://docs.medusajs.com/
|
118
|
+
* Related guide: [How to allow customers to reset their passwords in a storefront](https://docs.medusajs.com/resources/storefront-development/customers/reset-password).
|
119
119
|
*
|
120
120
|
* @param actor - The actor type. For example, `user` for admin user, or `customer` for customer.
|
121
121
|
* @param provider - The authentication provider to use. For example, `emailpass`.
|
@@ -146,9 +146,9 @@ export declare class Auth {
|
|
146
146
|
* More specifically, use this method when updating the password of an admin user, customer, or
|
147
147
|
* custom actor type after requesting to reset their password with {@link resetPassword}.
|
148
148
|
*
|
149
|
-
* This method sends a request to [this API route](https://docs.medusajs.com/
|
149
|
+
* This method sends a request to [this API route](https://docs.medusajs.com/api/admin#auth_postactor_typeauth_providerupdate).
|
150
150
|
*
|
151
|
-
* Related guide: [How to allow customers to reset their passwords in a storefront](https://docs.medusajs.com/
|
151
|
+
* Related guide: [How to allow customers to reset their passwords in a storefront](https://docs.medusajs.com/resources/storefront-development/customers/reset-password).
|
152
152
|
*
|
153
153
|
* @param actor - The actor type. For example, `user` for admin user, or `customer` for customer.
|
154
154
|
* @param provider - The authentication provider to use. For example, `emailpass`.
|
package/dist/esm/auth/index.js
CHANGED
@@ -11,7 +11,7 @@ export class Auth {
|
|
11
11
|
constructor(client, config) {
|
12
12
|
/**
|
13
13
|
* This method is used to retrieve a registration JWT token for a user, customer, or custom actor type. It sends a request to the
|
14
|
-
* [Retrieve Registration Token API route](https://docs.medusajs.com/
|
14
|
+
* [Retrieve Registration Token API route](https://docs.medusajs.com/api/store#auth_postactor_typeauth_provider_register).
|
15
15
|
*
|
16
16
|
* @param actor - The actor type. For example, `user` for admin user, or `customer` for customer.
|
17
17
|
* @param method - The authentication provider to use. For example, `emailpass` or `google`.
|
@@ -41,10 +41,10 @@ export class Auth {
|
|
41
41
|
});
|
42
42
|
/**
|
43
43
|
* This method retrieves the JWT authenticated token for an admin user, customer, or custom
|
44
|
-
* actor type. It sends a request to the [Authenticate API Route](https://docs.medusajs.com/
|
44
|
+
* actor type. It sends a request to the [Authenticate API Route](https://docs.medusajs.com/api/admin#auth_postactor_typeauth_provider).
|
45
45
|
*
|
46
46
|
* If the `auth.type` of the SDK is set to `session`, this method will also send a request to the
|
47
|
-
* [Set Authentication Session API route](https://docs.medusajs.com/
|
47
|
+
* [Set Authentication Session API route](https://docs.medusajs.com/api/admin#auth_postsession).
|
48
48
|
*
|
49
49
|
* Subsequent requests using the SDK will automatically have the necessary authentication headers / session
|
50
50
|
* set.
|
@@ -83,7 +83,7 @@ export class Auth {
|
|
83
83
|
});
|
84
84
|
/**
|
85
85
|
* This method is used to validate an Oauth callback from a third-party service, such as Google, for an admin user, customer, or custom actor types.
|
86
|
-
* It sends a request to the [Validate Authentication Callback](https://docs.medusajs.com/
|
86
|
+
* It sends a request to the [Validate Authentication Callback](https://docs.medusajs.com/api/admin#auth_postactor_typeauth_providercallback).
|
87
87
|
*
|
88
88
|
* @param actor - The actor type. For example, `user` for admin user, or `customer` for customer.
|
89
89
|
* @param method - The authentication provider to use. For example, `google`.
|
@@ -116,7 +116,7 @@ export class Auth {
|
|
116
116
|
});
|
117
117
|
/**
|
118
118
|
* This method refreshes a JWT authentication token, which is useful after validating the Oauth callback
|
119
|
-
* with {@link callback}. It sends a request to the [Refresh Authentication Token API route](https://docs.medusajs.com/
|
119
|
+
* with {@link callback}. It sends a request to the [Refresh Authentication Token API route](https://docs.medusajs.com/api/admin#auth_postadminauthtokenrefresh).
|
120
120
|
*
|
121
121
|
* @returns The refreshed JWT authentication token.
|
122
122
|
*
|
@@ -137,7 +137,7 @@ export class Auth {
|
|
137
137
|
});
|
138
138
|
/**
|
139
139
|
* This method deletes the authentication session of the currently logged-in user to log them out.
|
140
|
-
* It sends a request to the [Delete Authentication Session API route](https://docs.medusajs.com/
|
140
|
+
* It sends a request to the [Delete Authentication Session API route](https://docs.medusajs.com/api/admin#auth_deletesession).
|
141
141
|
*
|
142
142
|
* @example
|
143
143
|
* sdk.auth.logout()
|
@@ -156,11 +156,11 @@ export class Auth {
|
|
156
156
|
});
|
157
157
|
/**
|
158
158
|
* This method requests a reset password token for an admin user, customer, or custom actor type.
|
159
|
-
* It sends a request to the [Generate Reset Password Token API route](https://docs.medusajs.com/
|
159
|
+
* It sends a request to the [Generate Reset Password Token API route](https://docs.medusajs.com/api/admin#auth_postactor_typeauth_providerresetpassword).
|
160
160
|
*
|
161
161
|
* To reset the password later using the token delivered to the user, use the {@link updateProvider} method.
|
162
162
|
*
|
163
|
-
* Related guide: [How to allow customers to reset their passwords in a storefront](https://docs.medusajs.com/
|
163
|
+
* Related guide: [How to allow customers to reset their passwords in a storefront](https://docs.medusajs.com/resources/storefront-development/customers/reset-password).
|
164
164
|
*
|
165
165
|
* @param actor - The actor type. For example, `user` for admin user, or `customer` for customer.
|
166
166
|
* @param provider - The authentication provider to use. For example, `emailpass`.
|
@@ -191,9 +191,9 @@ export class Auth {
|
|
191
191
|
* More specifically, use this method when updating the password of an admin user, customer, or
|
192
192
|
* custom actor type after requesting to reset their password with {@link resetPassword}.
|
193
193
|
*
|
194
|
-
* This method sends a request to [this API route](https://docs.medusajs.com/
|
194
|
+
* This method sends a request to [this API route](https://docs.medusajs.com/api/admin#auth_postactor_typeauth_providerupdate).
|
195
195
|
*
|
196
|
-
* Related guide: [How to allow customers to reset their passwords in a storefront](https://docs.medusajs.com/
|
196
|
+
* Related guide: [How to allow customers to reset their passwords in a storefront](https://docs.medusajs.com/resources/storefront-development/customers/reset-password).
|
197
197
|
*
|
198
198
|
* @param actor - The actor type. For example, `user` for admin user, or `customer` for customer.
|
199
199
|
* @param provider - The authentication provider to use. For example, `emailpass`.
|