@paypay/mini-app-js-sdk 2.19.0 → 2.22.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,11 +0,0 @@
1
- import { MiniAppFunctionContext, PostLogInRedirectParams } from '../../types';
2
- import { PKCEChallengeType } from '../../types/getAuthStatus';
3
- interface GetLoginUrlParams extends PostLogInRedirectParams {
4
- pkceCodeChallenge: PKCEChallengeType;
5
- scopes?: Array<string>;
6
- }
7
- export declare const getLoginUrlEndpoint = "public/auth/v1/loginUrl";
8
- export declare function getLoginUrl({ pkceCodeChallenge, postLoginRedirectUrl, postLoginRedirectType, scopes, }: GetLoginUrlParams): Promise<string>;
9
- export declare function getLoginUrlWithPkce(params: Omit<GetLoginUrlParams, 'pkceCodeChallenge'>, clientOrigin: string): Promise<string>;
10
- export declare function getLoginUrlIfUserNotSignedIn(params: Omit<GetLoginUrlParams, 'pkceCodeChallenge'>, context: MiniAppFunctionContext): Promise<string | undefined>;
11
- export {};
@@ -1,383 +0,0 @@
1
- export declare const en: {
2
- smsAuth: {
3
- title: string;
4
- subTitle: string;
5
- subInfo: string;
6
- help: string;
7
- resend1: string;
8
- resendText: string;
9
- questionText: string;
10
- authenticateBtn: string;
11
- invalidOtpError: string;
12
- errorOverLimitTitle: string;
13
- errorOverLimitText: string;
14
- defaultBtnText: string;
15
- errorBtnText: string;
16
- errorResendTitle: string;
17
- errorResendText: string;
18
- defaultErrordesc: string;
19
- errorOverVerifyLimitTitle: string;
20
- errorOverVerifyLimitText: string;
21
- errorExpireTitle: string;
22
- errorExpireText: string;
23
- errorVerifyLimit: string;
24
- errorVerifyText: string;
25
- cancel: string;
26
- };
27
- initKycPassport: {
28
- UNACCEPTABLE_OP: {
29
- text: string;
30
- desc: string;
31
- btnText1: string;
32
- btnText2: string;
33
- };
34
- KYC_UPDATE_REQUIRED: {
35
- text: string;
36
- desc: string;
37
- btnText1: string;
38
- btnText2: string;
39
- };
40
- NOT_COMPLETED: {
41
- text: string;
42
- desc: string;
43
- btnText1: string;
44
- btnText2: string;
45
- };
46
- KYC_VALIDATION_IN_PROCESS: {
47
- text: string;
48
- desc: string;
49
- btnText1: string;
50
- btnText2: string;
51
- };
52
- DEFAULT: {
53
- text: string;
54
- desc: string;
55
- btnText1: string;
56
- btnText2: string;
57
- };
58
- updateWarning: {
59
- title: string;
60
- description: string;
61
- update: string;
62
- cancel: string;
63
- };
64
- };
65
- showUpdateWarning: {
66
- closeBtn: string;
67
- notNow: string;
68
- update: string;
69
- title: string;
70
- errorText: string;
71
- desc1: string;
72
- desc2: string;
73
- };
74
- openApp: {
75
- title: string;
76
- body: string;
77
- errorText: string;
78
- openApp: string;
79
- cancel: string;
80
- };
81
- openMap: {
82
- title: string;
83
- errorText: string;
84
- };
85
- payment: {
86
- title: string;
87
- payAmount: string;
88
- payAmountTaxExempt: string;
89
- method: string;
90
- insufficientAmount: string;
91
- paying: string;
92
- pay: string;
93
- charge: string;
94
- cancel: string;
95
- change: string;
96
- close: string;
97
- };
98
- duplicate: {
99
- header: string;
100
- text1: string;
101
- text2: string;
102
- cancel: string;
103
- agreeButtonText: string;
104
- topHeader: string;
105
- topText1: string;
106
- topText2: string;
107
- topAgreeButtonText: string;
108
- };
109
- birthdayConfirm: {
110
- title: string;
111
- title2: string;
112
- desc: string;
113
- desc1: string;
114
- desc2: string;
115
- desc3: string;
116
- date: string;
117
- primaryBtn: string;
118
- cancelBtn: string;
119
- };
120
- birthdayConfirmError: {
121
- title: string;
122
- title2: string;
123
- desc: string;
124
- desc2: string;
125
- helpBtn: string;
126
- closeBtn: string;
127
- };
128
- cashbackDet: {
129
- button1: string;
130
- button2: string;
131
- button3: string;
132
- };
133
- topContent: {
134
- title: string;
135
- chargeTitle: string;
136
- chargeLabel: string;
137
- loading: string;
138
- unavailable1: string;
139
- unavailable2: string;
140
- amount: string;
141
- return: string;
142
- };
143
- choosePayment: {
144
- title: string;
145
- desc1: string;
146
- desc2: string;
147
- title2: string;
148
- addMethod: string;
149
- noMethod: string;
150
- };
151
- topupCompletion: {
152
- title: string;
153
- idInfo: string;
154
- copied: string;
155
- };
156
- userAddress: {
157
- title: string;
158
- header: string;
159
- tagForm: string;
160
- home: string;
161
- work: string;
162
- billing: string;
163
- footer: string;
164
- titlePre: string;
165
- titleApp: string;
166
- titlePlace: string;
167
- receiverPre: string;
168
- receiverPlace: string;
169
- inputPre: string;
170
- statePre: string;
171
- statePlace: string;
172
- cityPre: string;
173
- cityPlace: string;
174
- street1Pre: string;
175
- streetPlace: string;
176
- street2Pre: string;
177
- street2Place: string;
178
- footerBtn1: string;
179
- footerBtn2: string;
180
- displayTitle: string;
181
- deleteTitle: string;
182
- delete: string;
183
- close: string;
184
- address: string;
185
- return: string;
186
- change: string;
187
- noAddress: string;
188
- registerAddress: string;
189
- confirmAddress: string;
190
- returnEdit: string;
191
- selectAddress: string;
192
- selectDeliveryAddress: string;
193
- };
194
- errorSheet: {
195
- title: string;
196
- title1: string;
197
- desc: string;
198
- topup: string;
199
- topupDesc: string;
200
- pay: string;
201
- payDesc: string;
202
- payPeriod: string;
203
- tryAgain: string;
204
- };
205
- paymentMethod: {
206
- expired: string;
207
- ordinary: string;
208
- current: string;
209
- checkGreen: string;
210
- authenticated: string;
211
- yjTitle: string;
212
- brand: string;
213
- };
214
- paymentMethodStatus: {
215
- ACTIVATED: string;
216
- OFF: string;
217
- APPLYING: string;
218
- MAINTENANCE: string;
219
- BUSY: string;
220
- SUSPENDED: string;
221
- };
222
- softbank: {
223
- desc: string;
224
- desc1: string;
225
- isDisable: string;
226
- };
227
- smartLogin: {
228
- title: string;
229
- signIn: string;
230
- continueAs: string;
231
- };
232
- smartPay: {
233
- pay: string;
234
- paypay: string;
235
- cashback: string;
236
- };
237
- cashbackList: {
238
- close: string;
239
- condition: string;
240
- };
241
- desktopTitle: {
242
- Payment: string;
243
- addNewAddress: string;
244
- editAddress: string;
245
- paymentCompletion: string;
246
- getUserAddress: string;
247
- };
248
- closeConfirmation: {
249
- title: string;
250
- confirm: string;
251
- cancel: string;
252
- };
253
- registerUserInfo: {
254
- kycDataTitle: string;
255
- uneditableDataTitle: string;
256
- unenteredInfoTitle: string;
257
- footer: {
258
- description: string;
259
- backButton: string;
260
- nextButton: string;
261
- finishButton: string;
262
- cancelButton: string;
263
- };
264
- cancelSheet: {
265
- title: string;
266
- text: string;
267
- confirmButton: string;
268
- };
269
- kycSheet: {
270
- title: string;
271
- text: string;
272
- confirmButton: string;
273
- };
274
- mailSheet: {
275
- title: string;
276
- text: string;
277
- confirmButton: string;
278
- };
279
- defaultErrorSheet: {
280
- title: string;
281
- text: string;
282
- };
283
- validation: {
284
- numberError: string;
285
- alphabetError: string;
286
- alphabetLength32Error: string;
287
- katakanaError: string;
288
- katakanaLength16Error: string;
289
- lengthError: string;
290
- };
291
- emailInput: string;
292
- emailNotVerified: string;
293
- emailNotVerifiedDescription: string;
294
- change: string;
295
- cancel: string;
296
- };
297
- getBankInfo: {
298
- title: string;
299
- close: string;
300
- };
301
- '3dSecureSheet': {
302
- title: string;
303
- descriptionForYJCardOrPPCard: string;
304
- description: string;
305
- setting3DSecure: string;
306
- about3DSecure: string;
307
- close: string;
308
- };
309
- registerPaymentFeatures: {
310
- autoTopupRoot: {
311
- title: string;
312
- titleNeedUpdate: string;
313
- description: string;
314
- minAmount: string;
315
- unit: string;
316
- addTopupMethod: string;
317
- noActivatedTopupMethod: string;
318
- topupNotice: string;
319
- updateWarning: {
320
- message: string;
321
- update: string;
322
- cancel: string;
323
- };
324
- viewdetails: string;
325
- eMoneyOnly: string;
326
- topupNoticeEmoneyOnlyTitle: string;
327
- topupNoticeEmoneyOnlyDesc: string;
328
- };
329
- autoTopupRootFooter: {
330
- enable: string;
331
- notice: string;
332
- notNow: string;
333
- };
334
- amountChange: {
335
- title: string;
336
- description: string;
337
- register: string;
338
- cancel: string;
339
- };
340
- amountError: {
341
- changeLimit: string;
342
- close: string;
343
- };
344
- autoTopupConfirmation: {
345
- title: string;
346
- description: string;
347
- change: string;
348
- cancel: string;
349
- };
350
- autoTopupSettingComplete: {
351
- title: string;
352
- description: string;
353
- finish: string;
354
- };
355
- setupTopupMethod: {
356
- title: string;
357
- description: string;
358
- finish: string;
359
- cancel: string;
360
- };
361
- selectTopupAmount: {
362
- title: string;
363
- recommend: string;
364
- close: string;
365
- unit: string;
366
- };
367
- fallbackMethod: {
368
- updateWarning: {
369
- description: string;
370
- update: string;
371
- close: string;
372
- };
373
- };
374
- };
375
- getKycPassport: {
376
- fallbackSmsSheet: {
377
- title: string;
378
- text: string;
379
- button: string;
380
- buttonClose: string;
381
- };
382
- };
383
- };