@accelbyte/sdk 1.0.1 → 1.0.3
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/README.md +0 -8
- package/dist/cjs/node/index.cjs +2 -3
- package/dist/cjs/node/index.cjs.map +1 -1
- package/dist/es/browser/api/iam/OAuthApi.js +0 -1
- package/dist/es/browser/api/iam/OAuthApi.js.map +1 -1
- package/dist/es/browser/api/iam/UserAuthorizationApi.js +1 -1
- package/dist/es/browser/generated-public/platform/definitions/RegionDataItem.js +1 -1
- package/dist/es/browser/generated-public/platform/definitions/RegionDataItem.js.map +1 -1
- package/dist/es/node/api/iam/OAuthApi.js +0 -1
- package/dist/es/node/api/iam/OAuthApi.js.map +1 -1
- package/dist/es/node/api/iam/UserAuthorizationApi.js +1 -1
- package/dist/es/node/generated-public/platform/definitions/RegionDataItem.js +1 -1
- package/dist/es/node/generated-public/platform/definitions/RegionDataItem.js.map +1 -1
- package/dist/index.d.ts +207 -207
- package/examples/next/pages/index.tsx +4 -4
- package/examples/next/yarn.lock +207 -267
- package/examples/node/index.mjs +1 -1
- package/examples/node/yarn.lock +545 -150
- package/examples/vite/src/App.tsx +3 -3
- package/examples/vite/yarn.lock +91 -91
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4605,7 +4605,7 @@ declare class UserAuthorizationApi {
|
|
|
4605
4605
|
*/
|
|
4606
4606
|
constructor(conf: SDKRequestConfig, namespace: string, cache: boolean, options: UserAuthorizationOptions);
|
|
4607
4607
|
/**
|
|
4608
|
-
* POST
|
|
4608
|
+
* POST [/iam/v3/oauth/token](api)
|
|
4609
4609
|
*
|
|
4610
4610
|
* This method supports grant type:
|
|
4611
4611
|
* - Grant Type == `authorization_code`:
|
|
@@ -8134,7 +8134,7 @@ declare const AppEntitlementInfo: z.ZodObject<{
|
|
|
8134
8134
|
title: z.ZodString;
|
|
8135
8135
|
description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8136
8136
|
regionDataItem: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
8137
|
-
price: z.ZodNumber
|
|
8137
|
+
price: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
8138
8138
|
discountPercentage: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
8139
8139
|
discountAmount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
8140
8140
|
discountedPrice: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -8147,6 +8147,7 @@ declare const AppEntitlementInfo: z.ZodObject<{
|
|
|
8147
8147
|
discountPurchaseAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8148
8148
|
discountExpireAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8149
8149
|
}, "strip", z.ZodTypeAny, {
|
|
8150
|
+
price?: number | null | undefined;
|
|
8150
8151
|
discountPercentage?: number | null | undefined;
|
|
8151
8152
|
discountAmount?: number | null | undefined;
|
|
8152
8153
|
discountedPrice?: number | null | undefined;
|
|
@@ -8157,9 +8158,9 @@ declare const AppEntitlementInfo: z.ZodObject<{
|
|
|
8157
8158
|
discountExpireAt?: string | null | undefined;
|
|
8158
8159
|
currencyCode: string;
|
|
8159
8160
|
currencyType: "REAL" | "VIRTUAL";
|
|
8160
|
-
price: number;
|
|
8161
8161
|
currencyNamespace: string;
|
|
8162
8162
|
}, {
|
|
8163
|
+
price?: number | null | undefined;
|
|
8163
8164
|
discountPercentage?: number | null | undefined;
|
|
8164
8165
|
discountAmount?: number | null | undefined;
|
|
8165
8166
|
discountedPrice?: number | null | undefined;
|
|
@@ -8170,7 +8171,6 @@ declare const AppEntitlementInfo: z.ZodObject<{
|
|
|
8170
8171
|
discountExpireAt?: string | null | undefined;
|
|
8171
8172
|
currencyCode: string;
|
|
8172
8173
|
currencyType: "REAL" | "VIRTUAL";
|
|
8173
|
-
price: number;
|
|
8174
8174
|
currencyNamespace: string;
|
|
8175
8175
|
}>>>;
|
|
8176
8176
|
recurring: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -8338,6 +8338,7 @@ declare const AppEntitlementInfo: z.ZodObject<{
|
|
|
8338
8338
|
targetCurrencyCode?: string | null | undefined;
|
|
8339
8339
|
targetItemId?: string | null | undefined;
|
|
8340
8340
|
regionDataItem?: {
|
|
8341
|
+
price?: number | null | undefined;
|
|
8341
8342
|
discountPercentage?: number | null | undefined;
|
|
8342
8343
|
discountAmount?: number | null | undefined;
|
|
8343
8344
|
discountedPrice?: number | null | undefined;
|
|
@@ -8348,7 +8349,6 @@ declare const AppEntitlementInfo: z.ZodObject<{
|
|
|
8348
8349
|
discountExpireAt?: string | null | undefined;
|
|
8349
8350
|
currencyCode: string;
|
|
8350
8351
|
currencyType: "REAL" | "VIRTUAL";
|
|
8351
|
-
price: number;
|
|
8352
8352
|
currencyNamespace: string;
|
|
8353
8353
|
} | null | undefined;
|
|
8354
8354
|
recurring?: {
|
|
@@ -8418,6 +8418,7 @@ declare const AppEntitlementInfo: z.ZodObject<{
|
|
|
8418
8418
|
targetCurrencyCode?: string | null | undefined;
|
|
8419
8419
|
targetItemId?: string | null | undefined;
|
|
8420
8420
|
regionDataItem?: {
|
|
8421
|
+
price?: number | null | undefined;
|
|
8421
8422
|
discountPercentage?: number | null | undefined;
|
|
8422
8423
|
discountAmount?: number | null | undefined;
|
|
8423
8424
|
discountedPrice?: number | null | undefined;
|
|
@@ -8428,7 +8429,6 @@ declare const AppEntitlementInfo: z.ZodObject<{
|
|
|
8428
8429
|
discountExpireAt?: string | null | undefined;
|
|
8429
8430
|
currencyCode: string;
|
|
8430
8431
|
currencyType: "REAL" | "VIRTUAL";
|
|
8431
|
-
price: number;
|
|
8432
8432
|
currencyNamespace: string;
|
|
8433
8433
|
} | null | undefined;
|
|
8434
8434
|
recurring?: {
|
|
@@ -8507,6 +8507,7 @@ declare const AppEntitlementInfo: z.ZodObject<{
|
|
|
8507
8507
|
targetCurrencyCode?: string | null | undefined;
|
|
8508
8508
|
targetItemId?: string | null | undefined;
|
|
8509
8509
|
regionDataItem?: {
|
|
8510
|
+
price?: number | null | undefined;
|
|
8510
8511
|
discountPercentage?: number | null | undefined;
|
|
8511
8512
|
discountAmount?: number | null | undefined;
|
|
8512
8513
|
discountedPrice?: number | null | undefined;
|
|
@@ -8517,7 +8518,6 @@ declare const AppEntitlementInfo: z.ZodObject<{
|
|
|
8517
8518
|
discountExpireAt?: string | null | undefined;
|
|
8518
8519
|
currencyCode: string;
|
|
8519
8520
|
currencyType: "REAL" | "VIRTUAL";
|
|
8520
|
-
price: number;
|
|
8521
8521
|
currencyNamespace: string;
|
|
8522
8522
|
} | null | undefined;
|
|
8523
8523
|
recurring?: {
|
|
@@ -8600,6 +8600,7 @@ declare const AppEntitlementInfo: z.ZodObject<{
|
|
|
8600
8600
|
targetCurrencyCode?: string | null | undefined;
|
|
8601
8601
|
targetItemId?: string | null | undefined;
|
|
8602
8602
|
regionDataItem?: {
|
|
8603
|
+
price?: number | null | undefined;
|
|
8603
8604
|
discountPercentage?: number | null | undefined;
|
|
8604
8605
|
discountAmount?: number | null | undefined;
|
|
8605
8606
|
discountedPrice?: number | null | undefined;
|
|
@@ -8610,7 +8611,6 @@ declare const AppEntitlementInfo: z.ZodObject<{
|
|
|
8610
8611
|
discountExpireAt?: string | null | undefined;
|
|
8611
8612
|
currencyCode: string;
|
|
8612
8613
|
currencyType: "REAL" | "VIRTUAL";
|
|
8613
|
-
price: number;
|
|
8614
8614
|
currencyNamespace: string;
|
|
8615
8615
|
} | null | undefined;
|
|
8616
8616
|
recurring?: {
|
|
@@ -8706,7 +8706,7 @@ declare const AppEntitlementPagingSlicedResult: z.ZodObject<{
|
|
|
8706
8706
|
title: z.ZodString;
|
|
8707
8707
|
description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8708
8708
|
regionDataItem: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
8709
|
-
price: z.ZodNumber
|
|
8709
|
+
price: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
8710
8710
|
discountPercentage: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
8711
8711
|
discountAmount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
8712
8712
|
discountedPrice: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -8719,6 +8719,7 @@ declare const AppEntitlementPagingSlicedResult: z.ZodObject<{
|
|
|
8719
8719
|
discountPurchaseAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8720
8720
|
discountExpireAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8721
8721
|
}, "strip", z.ZodTypeAny, {
|
|
8722
|
+
price?: number | null | undefined;
|
|
8722
8723
|
discountPercentage?: number | null | undefined;
|
|
8723
8724
|
discountAmount?: number | null | undefined;
|
|
8724
8725
|
discountedPrice?: number | null | undefined;
|
|
@@ -8729,9 +8730,9 @@ declare const AppEntitlementPagingSlicedResult: z.ZodObject<{
|
|
|
8729
8730
|
discountExpireAt?: string | null | undefined;
|
|
8730
8731
|
currencyCode: string;
|
|
8731
8732
|
currencyType: "REAL" | "VIRTUAL";
|
|
8732
|
-
price: number;
|
|
8733
8733
|
currencyNamespace: string;
|
|
8734
8734
|
}, {
|
|
8735
|
+
price?: number | null | undefined;
|
|
8735
8736
|
discountPercentage?: number | null | undefined;
|
|
8736
8737
|
discountAmount?: number | null | undefined;
|
|
8737
8738
|
discountedPrice?: number | null | undefined;
|
|
@@ -8742,7 +8743,6 @@ declare const AppEntitlementPagingSlicedResult: z.ZodObject<{
|
|
|
8742
8743
|
discountExpireAt?: string | null | undefined;
|
|
8743
8744
|
currencyCode: string;
|
|
8744
8745
|
currencyType: "REAL" | "VIRTUAL";
|
|
8745
|
-
price: number;
|
|
8746
8746
|
currencyNamespace: string;
|
|
8747
8747
|
}>>>;
|
|
8748
8748
|
recurring: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -8910,6 +8910,7 @@ declare const AppEntitlementPagingSlicedResult: z.ZodObject<{
|
|
|
8910
8910
|
targetCurrencyCode?: string | null | undefined;
|
|
8911
8911
|
targetItemId?: string | null | undefined;
|
|
8912
8912
|
regionDataItem?: {
|
|
8913
|
+
price?: number | null | undefined;
|
|
8913
8914
|
discountPercentage?: number | null | undefined;
|
|
8914
8915
|
discountAmount?: number | null | undefined;
|
|
8915
8916
|
discountedPrice?: number | null | undefined;
|
|
@@ -8920,7 +8921,6 @@ declare const AppEntitlementPagingSlicedResult: z.ZodObject<{
|
|
|
8920
8921
|
discountExpireAt?: string | null | undefined;
|
|
8921
8922
|
currencyCode: string;
|
|
8922
8923
|
currencyType: "REAL" | "VIRTUAL";
|
|
8923
|
-
price: number;
|
|
8924
8924
|
currencyNamespace: string;
|
|
8925
8925
|
} | null | undefined;
|
|
8926
8926
|
recurring?: {
|
|
@@ -8990,6 +8990,7 @@ declare const AppEntitlementPagingSlicedResult: z.ZodObject<{
|
|
|
8990
8990
|
targetCurrencyCode?: string | null | undefined;
|
|
8991
8991
|
targetItemId?: string | null | undefined;
|
|
8992
8992
|
regionDataItem?: {
|
|
8993
|
+
price?: number | null | undefined;
|
|
8993
8994
|
discountPercentage?: number | null | undefined;
|
|
8994
8995
|
discountAmount?: number | null | undefined;
|
|
8995
8996
|
discountedPrice?: number | null | undefined;
|
|
@@ -9000,7 +9001,6 @@ declare const AppEntitlementPagingSlicedResult: z.ZodObject<{
|
|
|
9000
9001
|
discountExpireAt?: string | null | undefined;
|
|
9001
9002
|
currencyCode: string;
|
|
9002
9003
|
currencyType: "REAL" | "VIRTUAL";
|
|
9003
|
-
price: number;
|
|
9004
9004
|
currencyNamespace: string;
|
|
9005
9005
|
} | null | undefined;
|
|
9006
9006
|
recurring?: {
|
|
@@ -9079,6 +9079,7 @@ declare const AppEntitlementPagingSlicedResult: z.ZodObject<{
|
|
|
9079
9079
|
targetCurrencyCode?: string | null | undefined;
|
|
9080
9080
|
targetItemId?: string | null | undefined;
|
|
9081
9081
|
regionDataItem?: {
|
|
9082
|
+
price?: number | null | undefined;
|
|
9082
9083
|
discountPercentage?: number | null | undefined;
|
|
9083
9084
|
discountAmount?: number | null | undefined;
|
|
9084
9085
|
discountedPrice?: number | null | undefined;
|
|
@@ -9089,7 +9090,6 @@ declare const AppEntitlementPagingSlicedResult: z.ZodObject<{
|
|
|
9089
9090
|
discountExpireAt?: string | null | undefined;
|
|
9090
9091
|
currencyCode: string;
|
|
9091
9092
|
currencyType: "REAL" | "VIRTUAL";
|
|
9092
|
-
price: number;
|
|
9093
9093
|
currencyNamespace: string;
|
|
9094
9094
|
} | null | undefined;
|
|
9095
9095
|
recurring?: {
|
|
@@ -9172,6 +9172,7 @@ declare const AppEntitlementPagingSlicedResult: z.ZodObject<{
|
|
|
9172
9172
|
targetCurrencyCode?: string | null | undefined;
|
|
9173
9173
|
targetItemId?: string | null | undefined;
|
|
9174
9174
|
regionDataItem?: {
|
|
9175
|
+
price?: number | null | undefined;
|
|
9175
9176
|
discountPercentage?: number | null | undefined;
|
|
9176
9177
|
discountAmount?: number | null | undefined;
|
|
9177
9178
|
discountedPrice?: number | null | undefined;
|
|
@@ -9182,7 +9183,6 @@ declare const AppEntitlementPagingSlicedResult: z.ZodObject<{
|
|
|
9182
9183
|
discountExpireAt?: string | null | undefined;
|
|
9183
9184
|
currencyCode: string;
|
|
9184
9185
|
currencyType: "REAL" | "VIRTUAL";
|
|
9185
|
-
price: number;
|
|
9186
9186
|
currencyNamespace: string;
|
|
9187
9187
|
} | null | undefined;
|
|
9188
9188
|
recurring?: {
|
|
@@ -9277,6 +9277,7 @@ declare const AppEntitlementPagingSlicedResult: z.ZodObject<{
|
|
|
9277
9277
|
targetCurrencyCode?: string | null | undefined;
|
|
9278
9278
|
targetItemId?: string | null | undefined;
|
|
9279
9279
|
regionDataItem?: {
|
|
9280
|
+
price?: number | null | undefined;
|
|
9280
9281
|
discountPercentage?: number | null | undefined;
|
|
9281
9282
|
discountAmount?: number | null | undefined;
|
|
9282
9283
|
discountedPrice?: number | null | undefined;
|
|
@@ -9287,7 +9288,6 @@ declare const AppEntitlementPagingSlicedResult: z.ZodObject<{
|
|
|
9287
9288
|
discountExpireAt?: string | null | undefined;
|
|
9288
9289
|
currencyCode: string;
|
|
9289
9290
|
currencyType: "REAL" | "VIRTUAL";
|
|
9290
|
-
price: number;
|
|
9291
9291
|
currencyNamespace: string;
|
|
9292
9292
|
} | null | undefined;
|
|
9293
9293
|
recurring?: {
|
|
@@ -9376,6 +9376,7 @@ declare const AppEntitlementPagingSlicedResult: z.ZodObject<{
|
|
|
9376
9376
|
targetCurrencyCode?: string | null | undefined;
|
|
9377
9377
|
targetItemId?: string | null | undefined;
|
|
9378
9378
|
regionDataItem?: {
|
|
9379
|
+
price?: number | null | undefined;
|
|
9379
9380
|
discountPercentage?: number | null | undefined;
|
|
9380
9381
|
discountAmount?: number | null | undefined;
|
|
9381
9382
|
discountedPrice?: number | null | undefined;
|
|
@@ -9386,7 +9387,6 @@ declare const AppEntitlementPagingSlicedResult: z.ZodObject<{
|
|
|
9386
9387
|
discountExpireAt?: string | null | undefined;
|
|
9387
9388
|
currencyCode: string;
|
|
9388
9389
|
currencyType: "REAL" | "VIRTUAL";
|
|
9389
|
-
price: number;
|
|
9390
9390
|
currencyNamespace: string;
|
|
9391
9391
|
} | null | undefined;
|
|
9392
9392
|
recurring?: {
|
|
@@ -9492,7 +9492,7 @@ declare const EntitlementDecrementResult: z.ZodObject<{
|
|
|
9492
9492
|
title: z.ZodString;
|
|
9493
9493
|
description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9494
9494
|
regionDataItem: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
9495
|
-
price: z.ZodNumber
|
|
9495
|
+
price: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
9496
9496
|
discountPercentage: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
9497
9497
|
discountAmount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
9498
9498
|
discountedPrice: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -9505,6 +9505,7 @@ declare const EntitlementDecrementResult: z.ZodObject<{
|
|
|
9505
9505
|
discountPurchaseAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9506
9506
|
discountExpireAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9507
9507
|
}, "strip", z.ZodTypeAny, {
|
|
9508
|
+
price?: number | null | undefined;
|
|
9508
9509
|
discountPercentage?: number | null | undefined;
|
|
9509
9510
|
discountAmount?: number | null | undefined;
|
|
9510
9511
|
discountedPrice?: number | null | undefined;
|
|
@@ -9515,9 +9516,9 @@ declare const EntitlementDecrementResult: z.ZodObject<{
|
|
|
9515
9516
|
discountExpireAt?: string | null | undefined;
|
|
9516
9517
|
currencyCode: string;
|
|
9517
9518
|
currencyType: "REAL" | "VIRTUAL";
|
|
9518
|
-
price: number;
|
|
9519
9519
|
currencyNamespace: string;
|
|
9520
9520
|
}, {
|
|
9521
|
+
price?: number | null | undefined;
|
|
9521
9522
|
discountPercentage?: number | null | undefined;
|
|
9522
9523
|
discountAmount?: number | null | undefined;
|
|
9523
9524
|
discountedPrice?: number | null | undefined;
|
|
@@ -9528,7 +9529,6 @@ declare const EntitlementDecrementResult: z.ZodObject<{
|
|
|
9528
9529
|
discountExpireAt?: string | null | undefined;
|
|
9529
9530
|
currencyCode: string;
|
|
9530
9531
|
currencyType: "REAL" | "VIRTUAL";
|
|
9531
|
-
price: number;
|
|
9532
9532
|
currencyNamespace: string;
|
|
9533
9533
|
}>>>;
|
|
9534
9534
|
recurring: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -9696,6 +9696,7 @@ declare const EntitlementDecrementResult: z.ZodObject<{
|
|
|
9696
9696
|
targetCurrencyCode?: string | null | undefined;
|
|
9697
9697
|
targetItemId?: string | null | undefined;
|
|
9698
9698
|
regionDataItem?: {
|
|
9699
|
+
price?: number | null | undefined;
|
|
9699
9700
|
discountPercentage?: number | null | undefined;
|
|
9700
9701
|
discountAmount?: number | null | undefined;
|
|
9701
9702
|
discountedPrice?: number | null | undefined;
|
|
@@ -9706,7 +9707,6 @@ declare const EntitlementDecrementResult: z.ZodObject<{
|
|
|
9706
9707
|
discountExpireAt?: string | null | undefined;
|
|
9707
9708
|
currencyCode: string;
|
|
9708
9709
|
currencyType: "REAL" | "VIRTUAL";
|
|
9709
|
-
price: number;
|
|
9710
9710
|
currencyNamespace: string;
|
|
9711
9711
|
} | null | undefined;
|
|
9712
9712
|
recurring?: {
|
|
@@ -9776,6 +9776,7 @@ declare const EntitlementDecrementResult: z.ZodObject<{
|
|
|
9776
9776
|
targetCurrencyCode?: string | null | undefined;
|
|
9777
9777
|
targetItemId?: string | null | undefined;
|
|
9778
9778
|
regionDataItem?: {
|
|
9779
|
+
price?: number | null | undefined;
|
|
9779
9780
|
discountPercentage?: number | null | undefined;
|
|
9780
9781
|
discountAmount?: number | null | undefined;
|
|
9781
9782
|
discountedPrice?: number | null | undefined;
|
|
@@ -9786,7 +9787,6 @@ declare const EntitlementDecrementResult: z.ZodObject<{
|
|
|
9786
9787
|
discountExpireAt?: string | null | undefined;
|
|
9787
9788
|
currencyCode: string;
|
|
9788
9789
|
currencyType: "REAL" | "VIRTUAL";
|
|
9789
|
-
price: number;
|
|
9790
9790
|
currencyNamespace: string;
|
|
9791
9791
|
} | null | undefined;
|
|
9792
9792
|
recurring?: {
|
|
@@ -9894,6 +9894,7 @@ declare const EntitlementDecrementResult: z.ZodObject<{
|
|
|
9894
9894
|
targetCurrencyCode?: string | null | undefined;
|
|
9895
9895
|
targetItemId?: string | null | undefined;
|
|
9896
9896
|
regionDataItem?: {
|
|
9897
|
+
price?: number | null | undefined;
|
|
9897
9898
|
discountPercentage?: number | null | undefined;
|
|
9898
9899
|
discountAmount?: number | null | undefined;
|
|
9899
9900
|
discountedPrice?: number | null | undefined;
|
|
@@ -9904,7 +9905,6 @@ declare const EntitlementDecrementResult: z.ZodObject<{
|
|
|
9904
9905
|
discountExpireAt?: string | null | undefined;
|
|
9905
9906
|
currencyCode: string;
|
|
9906
9907
|
currencyType: "REAL" | "VIRTUAL";
|
|
9907
|
-
price: number;
|
|
9908
9908
|
currencyNamespace: string;
|
|
9909
9909
|
} | null | undefined;
|
|
9910
9910
|
recurring?: {
|
|
@@ -10006,6 +10006,7 @@ declare const EntitlementDecrementResult: z.ZodObject<{
|
|
|
10006
10006
|
targetCurrencyCode?: string | null | undefined;
|
|
10007
10007
|
targetItemId?: string | null | undefined;
|
|
10008
10008
|
regionDataItem?: {
|
|
10009
|
+
price?: number | null | undefined;
|
|
10009
10010
|
discountPercentage?: number | null | undefined;
|
|
10010
10011
|
discountAmount?: number | null | undefined;
|
|
10011
10012
|
discountedPrice?: number | null | undefined;
|
|
@@ -10016,7 +10017,6 @@ declare const EntitlementDecrementResult: z.ZodObject<{
|
|
|
10016
10017
|
discountExpireAt?: string | null | undefined;
|
|
10017
10018
|
currencyCode: string;
|
|
10018
10019
|
currencyType: "REAL" | "VIRTUAL";
|
|
10019
|
-
price: number;
|
|
10020
10020
|
currencyNamespace: string;
|
|
10021
10021
|
} | null | undefined;
|
|
10022
10022
|
recurring?: {
|
|
@@ -10128,7 +10128,7 @@ declare const EntitlementInfo: z.ZodObject<{
|
|
|
10128
10128
|
title: z.ZodString;
|
|
10129
10129
|
description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
10130
10130
|
regionDataItem: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
10131
|
-
price: z.ZodNumber
|
|
10131
|
+
price: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
10132
10132
|
discountPercentage: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
10133
10133
|
discountAmount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
10134
10134
|
discountedPrice: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -10141,6 +10141,7 @@ declare const EntitlementInfo: z.ZodObject<{
|
|
|
10141
10141
|
discountPurchaseAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
10142
10142
|
discountExpireAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
10143
10143
|
}, "strip", z.ZodTypeAny, {
|
|
10144
|
+
price?: number | null | undefined;
|
|
10144
10145
|
discountPercentage?: number | null | undefined;
|
|
10145
10146
|
discountAmount?: number | null | undefined;
|
|
10146
10147
|
discountedPrice?: number | null | undefined;
|
|
@@ -10151,9 +10152,9 @@ declare const EntitlementInfo: z.ZodObject<{
|
|
|
10151
10152
|
discountExpireAt?: string | null | undefined;
|
|
10152
10153
|
currencyCode: string;
|
|
10153
10154
|
currencyType: "REAL" | "VIRTUAL";
|
|
10154
|
-
price: number;
|
|
10155
10155
|
currencyNamespace: string;
|
|
10156
10156
|
}, {
|
|
10157
|
+
price?: number | null | undefined;
|
|
10157
10158
|
discountPercentage?: number | null | undefined;
|
|
10158
10159
|
discountAmount?: number | null | undefined;
|
|
10159
10160
|
discountedPrice?: number | null | undefined;
|
|
@@ -10164,7 +10165,6 @@ declare const EntitlementInfo: z.ZodObject<{
|
|
|
10164
10165
|
discountExpireAt?: string | null | undefined;
|
|
10165
10166
|
currencyCode: string;
|
|
10166
10167
|
currencyType: "REAL" | "VIRTUAL";
|
|
10167
|
-
price: number;
|
|
10168
10168
|
currencyNamespace: string;
|
|
10169
10169
|
}>>>;
|
|
10170
10170
|
recurring: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -10332,6 +10332,7 @@ declare const EntitlementInfo: z.ZodObject<{
|
|
|
10332
10332
|
targetCurrencyCode?: string | null | undefined;
|
|
10333
10333
|
targetItemId?: string | null | undefined;
|
|
10334
10334
|
regionDataItem?: {
|
|
10335
|
+
price?: number | null | undefined;
|
|
10335
10336
|
discountPercentage?: number | null | undefined;
|
|
10336
10337
|
discountAmount?: number | null | undefined;
|
|
10337
10338
|
discountedPrice?: number | null | undefined;
|
|
@@ -10342,7 +10343,6 @@ declare const EntitlementInfo: z.ZodObject<{
|
|
|
10342
10343
|
discountExpireAt?: string | null | undefined;
|
|
10343
10344
|
currencyCode: string;
|
|
10344
10345
|
currencyType: "REAL" | "VIRTUAL";
|
|
10345
|
-
price: number;
|
|
10346
10346
|
currencyNamespace: string;
|
|
10347
10347
|
} | null | undefined;
|
|
10348
10348
|
recurring?: {
|
|
@@ -10412,6 +10412,7 @@ declare const EntitlementInfo: z.ZodObject<{
|
|
|
10412
10412
|
targetCurrencyCode?: string | null | undefined;
|
|
10413
10413
|
targetItemId?: string | null | undefined;
|
|
10414
10414
|
regionDataItem?: {
|
|
10415
|
+
price?: number | null | undefined;
|
|
10415
10416
|
discountPercentage?: number | null | undefined;
|
|
10416
10417
|
discountAmount?: number | null | undefined;
|
|
10417
10418
|
discountedPrice?: number | null | undefined;
|
|
@@ -10422,7 +10423,6 @@ declare const EntitlementInfo: z.ZodObject<{
|
|
|
10422
10423
|
discountExpireAt?: string | null | undefined;
|
|
10423
10424
|
currencyCode: string;
|
|
10424
10425
|
currencyType: "REAL" | "VIRTUAL";
|
|
10425
|
-
price: number;
|
|
10426
10426
|
currencyNamespace: string;
|
|
10427
10427
|
} | null | undefined;
|
|
10428
10428
|
recurring?: {
|
|
@@ -10509,6 +10509,7 @@ declare const EntitlementInfo: z.ZodObject<{
|
|
|
10509
10509
|
targetCurrencyCode?: string | null | undefined;
|
|
10510
10510
|
targetItemId?: string | null | undefined;
|
|
10511
10511
|
regionDataItem?: {
|
|
10512
|
+
price?: number | null | undefined;
|
|
10512
10513
|
discountPercentage?: number | null | undefined;
|
|
10513
10514
|
discountAmount?: number | null | undefined;
|
|
10514
10515
|
discountedPrice?: number | null | undefined;
|
|
@@ -10519,7 +10520,6 @@ declare const EntitlementInfo: z.ZodObject<{
|
|
|
10519
10520
|
discountExpireAt?: string | null | undefined;
|
|
10520
10521
|
currencyCode: string;
|
|
10521
10522
|
currencyType: "REAL" | "VIRTUAL";
|
|
10522
|
-
price: number;
|
|
10523
10523
|
currencyNamespace: string;
|
|
10524
10524
|
} | null | undefined;
|
|
10525
10525
|
recurring?: {
|
|
@@ -10614,6 +10614,7 @@ declare const EntitlementInfo: z.ZodObject<{
|
|
|
10614
10614
|
targetCurrencyCode?: string | null | undefined;
|
|
10615
10615
|
targetItemId?: string | null | undefined;
|
|
10616
10616
|
regionDataItem?: {
|
|
10617
|
+
price?: number | null | undefined;
|
|
10617
10618
|
discountPercentage?: number | null | undefined;
|
|
10618
10619
|
discountAmount?: number | null | undefined;
|
|
10619
10620
|
discountedPrice?: number | null | undefined;
|
|
@@ -10624,7 +10625,6 @@ declare const EntitlementInfo: z.ZodObject<{
|
|
|
10624
10625
|
discountExpireAt?: string | null | undefined;
|
|
10625
10626
|
currencyCode: string;
|
|
10626
10627
|
currencyType: "REAL" | "VIRTUAL";
|
|
10627
|
-
price: number;
|
|
10628
10628
|
currencyNamespace: string;
|
|
10629
10629
|
} | null | undefined;
|
|
10630
10630
|
recurring?: {
|
|
@@ -10749,7 +10749,7 @@ declare const EntitlementPagingSlicedResult: z.ZodObject<{
|
|
|
10749
10749
|
title: z.ZodString;
|
|
10750
10750
|
description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
10751
10751
|
regionDataItem: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
10752
|
-
price: z.ZodNumber
|
|
10752
|
+
price: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
10753
10753
|
discountPercentage: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
10754
10754
|
discountAmount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
10755
10755
|
discountedPrice: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -10762,6 +10762,7 @@ declare const EntitlementPagingSlicedResult: z.ZodObject<{
|
|
|
10762
10762
|
discountPurchaseAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
10763
10763
|
discountExpireAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
10764
10764
|
}, "strip", z.ZodTypeAny, {
|
|
10765
|
+
price?: number | null | undefined;
|
|
10765
10766
|
discountPercentage?: number | null | undefined;
|
|
10766
10767
|
discountAmount?: number | null | undefined;
|
|
10767
10768
|
discountedPrice?: number | null | undefined;
|
|
@@ -10772,9 +10773,9 @@ declare const EntitlementPagingSlicedResult: z.ZodObject<{
|
|
|
10772
10773
|
discountExpireAt?: string | null | undefined;
|
|
10773
10774
|
currencyCode: string;
|
|
10774
10775
|
currencyType: "REAL" | "VIRTUAL";
|
|
10775
|
-
price: number;
|
|
10776
10776
|
currencyNamespace: string;
|
|
10777
10777
|
}, {
|
|
10778
|
+
price?: number | null | undefined;
|
|
10778
10779
|
discountPercentage?: number | null | undefined;
|
|
10779
10780
|
discountAmount?: number | null | undefined;
|
|
10780
10781
|
discountedPrice?: number | null | undefined;
|
|
@@ -10785,7 +10786,6 @@ declare const EntitlementPagingSlicedResult: z.ZodObject<{
|
|
|
10785
10786
|
discountExpireAt?: string | null | undefined;
|
|
10786
10787
|
currencyCode: string;
|
|
10787
10788
|
currencyType: "REAL" | "VIRTUAL";
|
|
10788
|
-
price: number;
|
|
10789
10789
|
currencyNamespace: string;
|
|
10790
10790
|
}>>>;
|
|
10791
10791
|
recurring: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -10953,6 +10953,7 @@ declare const EntitlementPagingSlicedResult: z.ZodObject<{
|
|
|
10953
10953
|
targetCurrencyCode?: string | null | undefined;
|
|
10954
10954
|
targetItemId?: string | null | undefined;
|
|
10955
10955
|
regionDataItem?: {
|
|
10956
|
+
price?: number | null | undefined;
|
|
10956
10957
|
discountPercentage?: number | null | undefined;
|
|
10957
10958
|
discountAmount?: number | null | undefined;
|
|
10958
10959
|
discountedPrice?: number | null | undefined;
|
|
@@ -10963,7 +10964,6 @@ declare const EntitlementPagingSlicedResult: z.ZodObject<{
|
|
|
10963
10964
|
discountExpireAt?: string | null | undefined;
|
|
10964
10965
|
currencyCode: string;
|
|
10965
10966
|
currencyType: "REAL" | "VIRTUAL";
|
|
10966
|
-
price: number;
|
|
10967
10967
|
currencyNamespace: string;
|
|
10968
10968
|
} | null | undefined;
|
|
10969
10969
|
recurring?: {
|
|
@@ -11033,6 +11033,7 @@ declare const EntitlementPagingSlicedResult: z.ZodObject<{
|
|
|
11033
11033
|
targetCurrencyCode?: string | null | undefined;
|
|
11034
11034
|
targetItemId?: string | null | undefined;
|
|
11035
11035
|
regionDataItem?: {
|
|
11036
|
+
price?: number | null | undefined;
|
|
11036
11037
|
discountPercentage?: number | null | undefined;
|
|
11037
11038
|
discountAmount?: number | null | undefined;
|
|
11038
11039
|
discountedPrice?: number | null | undefined;
|
|
@@ -11043,7 +11044,6 @@ declare const EntitlementPagingSlicedResult: z.ZodObject<{
|
|
|
11043
11044
|
discountExpireAt?: string | null | undefined;
|
|
11044
11045
|
currencyCode: string;
|
|
11045
11046
|
currencyType: "REAL" | "VIRTUAL";
|
|
11046
|
-
price: number;
|
|
11047
11047
|
currencyNamespace: string;
|
|
11048
11048
|
} | null | undefined;
|
|
11049
11049
|
recurring?: {
|
|
@@ -11130,6 +11130,7 @@ declare const EntitlementPagingSlicedResult: z.ZodObject<{
|
|
|
11130
11130
|
targetCurrencyCode?: string | null | undefined;
|
|
11131
11131
|
targetItemId?: string | null | undefined;
|
|
11132
11132
|
regionDataItem?: {
|
|
11133
|
+
price?: number | null | undefined;
|
|
11133
11134
|
discountPercentage?: number | null | undefined;
|
|
11134
11135
|
discountAmount?: number | null | undefined;
|
|
11135
11136
|
discountedPrice?: number | null | undefined;
|
|
@@ -11140,7 +11141,6 @@ declare const EntitlementPagingSlicedResult: z.ZodObject<{
|
|
|
11140
11141
|
discountExpireAt?: string | null | undefined;
|
|
11141
11142
|
currencyCode: string;
|
|
11142
11143
|
currencyType: "REAL" | "VIRTUAL";
|
|
11143
|
-
price: number;
|
|
11144
11144
|
currencyNamespace: string;
|
|
11145
11145
|
} | null | undefined;
|
|
11146
11146
|
recurring?: {
|
|
@@ -11235,6 +11235,7 @@ declare const EntitlementPagingSlicedResult: z.ZodObject<{
|
|
|
11235
11235
|
targetCurrencyCode?: string | null | undefined;
|
|
11236
11236
|
targetItemId?: string | null | undefined;
|
|
11237
11237
|
regionDataItem?: {
|
|
11238
|
+
price?: number | null | undefined;
|
|
11238
11239
|
discountPercentage?: number | null | undefined;
|
|
11239
11240
|
discountAmount?: number | null | undefined;
|
|
11240
11241
|
discountedPrice?: number | null | undefined;
|
|
@@ -11245,7 +11246,6 @@ declare const EntitlementPagingSlicedResult: z.ZodObject<{
|
|
|
11245
11246
|
discountExpireAt?: string | null | undefined;
|
|
11246
11247
|
currencyCode: string;
|
|
11247
11248
|
currencyType: "REAL" | "VIRTUAL";
|
|
11248
|
-
price: number;
|
|
11249
11249
|
currencyNamespace: string;
|
|
11250
11250
|
} | null | undefined;
|
|
11251
11251
|
recurring?: {
|
|
@@ -11352,6 +11352,7 @@ declare const EntitlementPagingSlicedResult: z.ZodObject<{
|
|
|
11352
11352
|
targetCurrencyCode?: string | null | undefined;
|
|
11353
11353
|
targetItemId?: string | null | undefined;
|
|
11354
11354
|
regionDataItem?: {
|
|
11355
|
+
price?: number | null | undefined;
|
|
11355
11356
|
discountPercentage?: number | null | undefined;
|
|
11356
11357
|
discountAmount?: number | null | undefined;
|
|
11357
11358
|
discountedPrice?: number | null | undefined;
|
|
@@ -11362,7 +11363,6 @@ declare const EntitlementPagingSlicedResult: z.ZodObject<{
|
|
|
11362
11363
|
discountExpireAt?: string | null | undefined;
|
|
11363
11364
|
currencyCode: string;
|
|
11364
11365
|
currencyType: "REAL" | "VIRTUAL";
|
|
11365
|
-
price: number;
|
|
11366
11366
|
currencyNamespace: string;
|
|
11367
11367
|
} | null | undefined;
|
|
11368
11368
|
recurring?: {
|
|
@@ -11463,6 +11463,7 @@ declare const EntitlementPagingSlicedResult: z.ZodObject<{
|
|
|
11463
11463
|
targetCurrencyCode?: string | null | undefined;
|
|
11464
11464
|
targetItemId?: string | null | undefined;
|
|
11465
11465
|
regionDataItem?: {
|
|
11466
|
+
price?: number | null | undefined;
|
|
11466
11467
|
discountPercentage?: number | null | undefined;
|
|
11467
11468
|
discountAmount?: number | null | undefined;
|
|
11468
11469
|
discountedPrice?: number | null | undefined;
|
|
@@ -11473,7 +11474,6 @@ declare const EntitlementPagingSlicedResult: z.ZodObject<{
|
|
|
11473
11474
|
discountExpireAt?: string | null | undefined;
|
|
11474
11475
|
currencyCode: string;
|
|
11475
11476
|
currencyType: "REAL" | "VIRTUAL";
|
|
11476
|
-
price: number;
|
|
11477
11477
|
currencyNamespace: string;
|
|
11478
11478
|
} | null | undefined;
|
|
11479
11479
|
recurring?: {
|
|
@@ -11624,7 +11624,7 @@ declare const EntitlementSoldResult: z.ZodObject<{
|
|
|
11624
11624
|
title: z.ZodString;
|
|
11625
11625
|
description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
11626
11626
|
regionDataItem: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
11627
|
-
price: z.ZodNumber
|
|
11627
|
+
price: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
11628
11628
|
discountPercentage: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
11629
11629
|
discountAmount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
11630
11630
|
discountedPrice: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -11637,6 +11637,7 @@ declare const EntitlementSoldResult: z.ZodObject<{
|
|
|
11637
11637
|
discountPurchaseAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
11638
11638
|
discountExpireAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
11639
11639
|
}, "strip", z.ZodTypeAny, {
|
|
11640
|
+
price?: number | null | undefined;
|
|
11640
11641
|
discountPercentage?: number | null | undefined;
|
|
11641
11642
|
discountAmount?: number | null | undefined;
|
|
11642
11643
|
discountedPrice?: number | null | undefined;
|
|
@@ -11647,9 +11648,9 @@ declare const EntitlementSoldResult: z.ZodObject<{
|
|
|
11647
11648
|
discountExpireAt?: string | null | undefined;
|
|
11648
11649
|
currencyCode: string;
|
|
11649
11650
|
currencyType: "REAL" | "VIRTUAL";
|
|
11650
|
-
price: number;
|
|
11651
11651
|
currencyNamespace: string;
|
|
11652
11652
|
}, {
|
|
11653
|
+
price?: number | null | undefined;
|
|
11653
11654
|
discountPercentage?: number | null | undefined;
|
|
11654
11655
|
discountAmount?: number | null | undefined;
|
|
11655
11656
|
discountedPrice?: number | null | undefined;
|
|
@@ -11660,7 +11661,6 @@ declare const EntitlementSoldResult: z.ZodObject<{
|
|
|
11660
11661
|
discountExpireAt?: string | null | undefined;
|
|
11661
11662
|
currencyCode: string;
|
|
11662
11663
|
currencyType: "REAL" | "VIRTUAL";
|
|
11663
|
-
price: number;
|
|
11664
11664
|
currencyNamespace: string;
|
|
11665
11665
|
}>>>;
|
|
11666
11666
|
recurring: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -11828,6 +11828,7 @@ declare const EntitlementSoldResult: z.ZodObject<{
|
|
|
11828
11828
|
targetCurrencyCode?: string | null | undefined;
|
|
11829
11829
|
targetItemId?: string | null | undefined;
|
|
11830
11830
|
regionDataItem?: {
|
|
11831
|
+
price?: number | null | undefined;
|
|
11831
11832
|
discountPercentage?: number | null | undefined;
|
|
11832
11833
|
discountAmount?: number | null | undefined;
|
|
11833
11834
|
discountedPrice?: number | null | undefined;
|
|
@@ -11838,7 +11839,6 @@ declare const EntitlementSoldResult: z.ZodObject<{
|
|
|
11838
11839
|
discountExpireAt?: string | null | undefined;
|
|
11839
11840
|
currencyCode: string;
|
|
11840
11841
|
currencyType: "REAL" | "VIRTUAL";
|
|
11841
|
-
price: number;
|
|
11842
11842
|
currencyNamespace: string;
|
|
11843
11843
|
} | null | undefined;
|
|
11844
11844
|
recurring?: {
|
|
@@ -11908,6 +11908,7 @@ declare const EntitlementSoldResult: z.ZodObject<{
|
|
|
11908
11908
|
targetCurrencyCode?: string | null | undefined;
|
|
11909
11909
|
targetItemId?: string | null | undefined;
|
|
11910
11910
|
regionDataItem?: {
|
|
11911
|
+
price?: number | null | undefined;
|
|
11911
11912
|
discountPercentage?: number | null | undefined;
|
|
11912
11913
|
discountAmount?: number | null | undefined;
|
|
11913
11914
|
discountedPrice?: number | null | undefined;
|
|
@@ -11918,7 +11919,6 @@ declare const EntitlementSoldResult: z.ZodObject<{
|
|
|
11918
11919
|
discountExpireAt?: string | null | undefined;
|
|
11919
11920
|
currencyCode: string;
|
|
11920
11921
|
currencyType: "REAL" | "VIRTUAL";
|
|
11921
|
-
price: number;
|
|
11922
11922
|
currencyNamespace: string;
|
|
11923
11923
|
} | null | undefined;
|
|
11924
11924
|
recurring?: {
|
|
@@ -12005,6 +12005,7 @@ declare const EntitlementSoldResult: z.ZodObject<{
|
|
|
12005
12005
|
targetCurrencyCode?: string | null | undefined;
|
|
12006
12006
|
targetItemId?: string | null | undefined;
|
|
12007
12007
|
regionDataItem?: {
|
|
12008
|
+
price?: number | null | undefined;
|
|
12008
12009
|
discountPercentage?: number | null | undefined;
|
|
12009
12010
|
discountAmount?: number | null | undefined;
|
|
12010
12011
|
discountedPrice?: number | null | undefined;
|
|
@@ -12015,7 +12016,6 @@ declare const EntitlementSoldResult: z.ZodObject<{
|
|
|
12015
12016
|
discountExpireAt?: string | null | undefined;
|
|
12016
12017
|
currencyCode: string;
|
|
12017
12018
|
currencyType: "REAL" | "VIRTUAL";
|
|
12018
|
-
price: number;
|
|
12019
12019
|
currencyNamespace: string;
|
|
12020
12020
|
} | null | undefined;
|
|
12021
12021
|
recurring?: {
|
|
@@ -12110,6 +12110,7 @@ declare const EntitlementSoldResult: z.ZodObject<{
|
|
|
12110
12110
|
targetCurrencyCode?: string | null | undefined;
|
|
12111
12111
|
targetItemId?: string | null | undefined;
|
|
12112
12112
|
regionDataItem?: {
|
|
12113
|
+
price?: number | null | undefined;
|
|
12113
12114
|
discountPercentage?: number | null | undefined;
|
|
12114
12115
|
discountAmount?: number | null | undefined;
|
|
12115
12116
|
discountedPrice?: number | null | undefined;
|
|
@@ -12120,7 +12121,6 @@ declare const EntitlementSoldResult: z.ZodObject<{
|
|
|
12120
12121
|
discountExpireAt?: string | null | undefined;
|
|
12121
12122
|
currencyCode: string;
|
|
12122
12123
|
currencyType: "REAL" | "VIRTUAL";
|
|
12123
|
-
price: number;
|
|
12124
12124
|
currencyNamespace: string;
|
|
12125
12125
|
} | null | undefined;
|
|
12126
12126
|
recurring?: {
|
|
@@ -12226,6 +12226,7 @@ declare const EntitlementSoldResult: z.ZodObject<{
|
|
|
12226
12226
|
targetCurrencyCode?: string | null | undefined;
|
|
12227
12227
|
targetItemId?: string | null | undefined;
|
|
12228
12228
|
regionDataItem?: {
|
|
12229
|
+
price?: number | null | undefined;
|
|
12229
12230
|
discountPercentage?: number | null | undefined;
|
|
12230
12231
|
discountAmount?: number | null | undefined;
|
|
12231
12232
|
discountedPrice?: number | null | undefined;
|
|
@@ -12236,7 +12237,6 @@ declare const EntitlementSoldResult: z.ZodObject<{
|
|
|
12236
12237
|
discountExpireAt?: string | null | undefined;
|
|
12237
12238
|
currencyCode: string;
|
|
12238
12239
|
currencyType: "REAL" | "VIRTUAL";
|
|
12239
|
-
price: number;
|
|
12240
12240
|
currencyNamespace: string;
|
|
12241
12241
|
} | null | undefined;
|
|
12242
12242
|
recurring?: {
|
|
@@ -12342,6 +12342,7 @@ declare const EntitlementSoldResult: z.ZodObject<{
|
|
|
12342
12342
|
targetCurrencyCode?: string | null | undefined;
|
|
12343
12343
|
targetItemId?: string | null | undefined;
|
|
12344
12344
|
regionDataItem?: {
|
|
12345
|
+
price?: number | null | undefined;
|
|
12345
12346
|
discountPercentage?: number | null | undefined;
|
|
12346
12347
|
discountAmount?: number | null | undefined;
|
|
12347
12348
|
discountedPrice?: number | null | undefined;
|
|
@@ -12352,7 +12353,6 @@ declare const EntitlementSoldResult: z.ZodObject<{
|
|
|
12352
12353
|
discountExpireAt?: string | null | undefined;
|
|
12353
12354
|
currencyCode: string;
|
|
12354
12355
|
currencyType: "REAL" | "VIRTUAL";
|
|
12355
|
-
price: number;
|
|
12356
12356
|
currencyNamespace: string;
|
|
12357
12357
|
} | null | undefined;
|
|
12358
12358
|
recurring?: {
|
|
@@ -12770,7 +12770,7 @@ declare const ItemPagingSlicedResult: z.ZodObject<{
|
|
|
12770
12770
|
}>, "many">>>;
|
|
12771
12771
|
thumbnailUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
12772
12772
|
regionData: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
12773
|
-
price: z.ZodNumber
|
|
12773
|
+
price: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
12774
12774
|
discountPercentage: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
12775
12775
|
discountAmount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
12776
12776
|
discountedPrice: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -12783,6 +12783,7 @@ declare const ItemPagingSlicedResult: z.ZodObject<{
|
|
|
12783
12783
|
discountPurchaseAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
12784
12784
|
discountExpireAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
12785
12785
|
}, "strip", z.ZodTypeAny, {
|
|
12786
|
+
price?: number | null | undefined;
|
|
12786
12787
|
discountPercentage?: number | null | undefined;
|
|
12787
12788
|
discountAmount?: number | null | undefined;
|
|
12788
12789
|
discountedPrice?: number | null | undefined;
|
|
@@ -12793,9 +12794,9 @@ declare const ItemPagingSlicedResult: z.ZodObject<{
|
|
|
12793
12794
|
discountExpireAt?: string | null | undefined;
|
|
12794
12795
|
currencyCode: string;
|
|
12795
12796
|
currencyType: "REAL" | "VIRTUAL";
|
|
12796
|
-
price: number;
|
|
12797
12797
|
currencyNamespace: string;
|
|
12798
12798
|
}, {
|
|
12799
|
+
price?: number | null | undefined;
|
|
12799
12800
|
discountPercentage?: number | null | undefined;
|
|
12800
12801
|
discountAmount?: number | null | undefined;
|
|
12801
12802
|
discountedPrice?: number | null | undefined;
|
|
@@ -12806,7 +12807,6 @@ declare const ItemPagingSlicedResult: z.ZodObject<{
|
|
|
12806
12807
|
discountExpireAt?: string | null | undefined;
|
|
12807
12808
|
currencyCode: string;
|
|
12808
12809
|
currencyType: "REAL" | "VIRTUAL";
|
|
12809
|
-
price: number;
|
|
12810
12810
|
currencyNamespace: string;
|
|
12811
12811
|
}>, "many">>>;
|
|
12812
12812
|
recurring: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -13103,6 +13103,7 @@ declare const ItemPagingSlicedResult: z.ZodObject<{
|
|
|
13103
13103
|
clazz?: string | null | undefined;
|
|
13104
13104
|
longDescription?: string | null | undefined;
|
|
13105
13105
|
regionData?: {
|
|
13106
|
+
price?: number | null | undefined;
|
|
13106
13107
|
discountPercentage?: number | null | undefined;
|
|
13107
13108
|
discountAmount?: number | null | undefined;
|
|
13108
13109
|
discountedPrice?: number | null | undefined;
|
|
@@ -13113,7 +13114,6 @@ declare const ItemPagingSlicedResult: z.ZodObject<{
|
|
|
13113
13114
|
discountExpireAt?: string | null | undefined;
|
|
13114
13115
|
currencyCode: string;
|
|
13115
13116
|
currencyType: "REAL" | "VIRTUAL";
|
|
13116
|
-
price: number;
|
|
13117
13117
|
currencyNamespace: string;
|
|
13118
13118
|
}[] | null | undefined;
|
|
13119
13119
|
boundItemIds?: string[] | null | undefined;
|
|
@@ -13214,6 +13214,7 @@ declare const ItemPagingSlicedResult: z.ZodObject<{
|
|
|
13214
13214
|
clazz?: string | null | undefined;
|
|
13215
13215
|
longDescription?: string | null | undefined;
|
|
13216
13216
|
regionData?: {
|
|
13217
|
+
price?: number | null | undefined;
|
|
13217
13218
|
discountPercentage?: number | null | undefined;
|
|
13218
13219
|
discountAmount?: number | null | undefined;
|
|
13219
13220
|
discountedPrice?: number | null | undefined;
|
|
@@ -13224,7 +13225,6 @@ declare const ItemPagingSlicedResult: z.ZodObject<{
|
|
|
13224
13225
|
discountExpireAt?: string | null | undefined;
|
|
13225
13226
|
currencyCode: string;
|
|
13226
13227
|
currencyType: "REAL" | "VIRTUAL";
|
|
13227
|
-
price: number;
|
|
13228
13228
|
currencyNamespace: string;
|
|
13229
13229
|
}[] | null | undefined;
|
|
13230
13230
|
boundItemIds?: string[] | null | undefined;
|
|
@@ -13341,6 +13341,7 @@ declare const ItemPagingSlicedResult: z.ZodObject<{
|
|
|
13341
13341
|
clazz?: string | null | undefined;
|
|
13342
13342
|
longDescription?: string | null | undefined;
|
|
13343
13343
|
regionData?: {
|
|
13344
|
+
price?: number | null | undefined;
|
|
13344
13345
|
discountPercentage?: number | null | undefined;
|
|
13345
13346
|
discountAmount?: number | null | undefined;
|
|
13346
13347
|
discountedPrice?: number | null | undefined;
|
|
@@ -13351,7 +13352,6 @@ declare const ItemPagingSlicedResult: z.ZodObject<{
|
|
|
13351
13352
|
discountExpireAt?: string | null | undefined;
|
|
13352
13353
|
currencyCode: string;
|
|
13353
13354
|
currencyType: "REAL" | "VIRTUAL";
|
|
13354
|
-
price: number;
|
|
13355
13355
|
currencyNamespace: string;
|
|
13356
13356
|
}[] | null | undefined;
|
|
13357
13357
|
boundItemIds?: string[] | null | undefined;
|
|
@@ -13458,6 +13458,7 @@ declare const ItemPagingSlicedResult: z.ZodObject<{
|
|
|
13458
13458
|
clazz?: string | null | undefined;
|
|
13459
13459
|
longDescription?: string | null | undefined;
|
|
13460
13460
|
regionData?: {
|
|
13461
|
+
price?: number | null | undefined;
|
|
13461
13462
|
discountPercentage?: number | null | undefined;
|
|
13462
13463
|
discountAmount?: number | null | undefined;
|
|
13463
13464
|
discountedPrice?: number | null | undefined;
|
|
@@ -13468,7 +13469,6 @@ declare const ItemPagingSlicedResult: z.ZodObject<{
|
|
|
13468
13469
|
discountExpireAt?: string | null | undefined;
|
|
13469
13470
|
currencyCode: string;
|
|
13470
13471
|
currencyType: "REAL" | "VIRTUAL";
|
|
13471
|
-
price: number;
|
|
13472
13472
|
currencyNamespace: string;
|
|
13473
13473
|
}[] | null | undefined;
|
|
13474
13474
|
boundItemIds?: string[] | null | undefined;
|
|
@@ -13727,7 +13727,7 @@ declare const ItemInfo: z.ZodObject<{
|
|
|
13727
13727
|
}>, "many">>>;
|
|
13728
13728
|
thumbnailUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
13729
13729
|
regionData: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
13730
|
-
price: z.ZodNumber
|
|
13730
|
+
price: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
13731
13731
|
discountPercentage: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
13732
13732
|
discountAmount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
13733
13733
|
discountedPrice: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -13740,6 +13740,7 @@ declare const ItemInfo: z.ZodObject<{
|
|
|
13740
13740
|
discountPurchaseAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
13741
13741
|
discountExpireAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
13742
13742
|
}, "strip", z.ZodTypeAny, {
|
|
13743
|
+
price?: number | null | undefined;
|
|
13743
13744
|
discountPercentage?: number | null | undefined;
|
|
13744
13745
|
discountAmount?: number | null | undefined;
|
|
13745
13746
|
discountedPrice?: number | null | undefined;
|
|
@@ -13750,9 +13751,9 @@ declare const ItemInfo: z.ZodObject<{
|
|
|
13750
13751
|
discountExpireAt?: string | null | undefined;
|
|
13751
13752
|
currencyCode: string;
|
|
13752
13753
|
currencyType: "REAL" | "VIRTUAL";
|
|
13753
|
-
price: number;
|
|
13754
13754
|
currencyNamespace: string;
|
|
13755
13755
|
}, {
|
|
13756
|
+
price?: number | null | undefined;
|
|
13756
13757
|
discountPercentage?: number | null | undefined;
|
|
13757
13758
|
discountAmount?: number | null | undefined;
|
|
13758
13759
|
discountedPrice?: number | null | undefined;
|
|
@@ -13763,7 +13764,6 @@ declare const ItemInfo: z.ZodObject<{
|
|
|
13763
13764
|
discountExpireAt?: string | null | undefined;
|
|
13764
13765
|
currencyCode: string;
|
|
13765
13766
|
currencyType: "REAL" | "VIRTUAL";
|
|
13766
|
-
price: number;
|
|
13767
13767
|
currencyNamespace: string;
|
|
13768
13768
|
}>, "many">>>;
|
|
13769
13769
|
recurring: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -14060,6 +14060,7 @@ declare const ItemInfo: z.ZodObject<{
|
|
|
14060
14060
|
clazz?: string | null | undefined;
|
|
14061
14061
|
longDescription?: string | null | undefined;
|
|
14062
14062
|
regionData?: {
|
|
14063
|
+
price?: number | null | undefined;
|
|
14063
14064
|
discountPercentage?: number | null | undefined;
|
|
14064
14065
|
discountAmount?: number | null | undefined;
|
|
14065
14066
|
discountedPrice?: number | null | undefined;
|
|
@@ -14070,7 +14071,6 @@ declare const ItemInfo: z.ZodObject<{
|
|
|
14070
14071
|
discountExpireAt?: string | null | undefined;
|
|
14071
14072
|
currencyCode: string;
|
|
14072
14073
|
currencyType: "REAL" | "VIRTUAL";
|
|
14073
|
-
price: number;
|
|
14074
14074
|
currencyNamespace: string;
|
|
14075
14075
|
}[] | null | undefined;
|
|
14076
14076
|
boundItemIds?: string[] | null | undefined;
|
|
@@ -14171,6 +14171,7 @@ declare const ItemInfo: z.ZodObject<{
|
|
|
14171
14171
|
clazz?: string | null | undefined;
|
|
14172
14172
|
longDescription?: string | null | undefined;
|
|
14173
14173
|
regionData?: {
|
|
14174
|
+
price?: number | null | undefined;
|
|
14174
14175
|
discountPercentage?: number | null | undefined;
|
|
14175
14176
|
discountAmount?: number | null | undefined;
|
|
14176
14177
|
discountedPrice?: number | null | undefined;
|
|
@@ -14181,7 +14182,6 @@ declare const ItemInfo: z.ZodObject<{
|
|
|
14181
14182
|
discountExpireAt?: string | null | undefined;
|
|
14182
14183
|
currencyCode: string;
|
|
14183
14184
|
currencyType: "REAL" | "VIRTUAL";
|
|
14184
|
-
price: number;
|
|
14185
14185
|
currencyNamespace: string;
|
|
14186
14186
|
}[] | null | undefined;
|
|
14187
14187
|
boundItemIds?: string[] | null | undefined;
|
|
@@ -14264,7 +14264,7 @@ declare const ItemInfoArray: z.ZodArray<z.ZodObject<{
|
|
|
14264
14264
|
}>, "many">>>;
|
|
14265
14265
|
thumbnailUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
14266
14266
|
regionData: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14267
|
-
price: z.ZodNumber
|
|
14267
|
+
price: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
14268
14268
|
discountPercentage: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
14269
14269
|
discountAmount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
14270
14270
|
discountedPrice: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -14277,6 +14277,7 @@ declare const ItemInfoArray: z.ZodArray<z.ZodObject<{
|
|
|
14277
14277
|
discountPurchaseAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
14278
14278
|
discountExpireAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
14279
14279
|
}, "strip", z.ZodTypeAny, {
|
|
14280
|
+
price?: number | null | undefined;
|
|
14280
14281
|
discountPercentage?: number | null | undefined;
|
|
14281
14282
|
discountAmount?: number | null | undefined;
|
|
14282
14283
|
discountedPrice?: number | null | undefined;
|
|
@@ -14287,9 +14288,9 @@ declare const ItemInfoArray: z.ZodArray<z.ZodObject<{
|
|
|
14287
14288
|
discountExpireAt?: string | null | undefined;
|
|
14288
14289
|
currencyCode: string;
|
|
14289
14290
|
currencyType: "REAL" | "VIRTUAL";
|
|
14290
|
-
price: number;
|
|
14291
14291
|
currencyNamespace: string;
|
|
14292
14292
|
}, {
|
|
14293
|
+
price?: number | null | undefined;
|
|
14293
14294
|
discountPercentage?: number | null | undefined;
|
|
14294
14295
|
discountAmount?: number | null | undefined;
|
|
14295
14296
|
discountedPrice?: number | null | undefined;
|
|
@@ -14300,7 +14301,6 @@ declare const ItemInfoArray: z.ZodArray<z.ZodObject<{
|
|
|
14300
14301
|
discountExpireAt?: string | null | undefined;
|
|
14301
14302
|
currencyCode: string;
|
|
14302
14303
|
currencyType: "REAL" | "VIRTUAL";
|
|
14303
|
-
price: number;
|
|
14304
14304
|
currencyNamespace: string;
|
|
14305
14305
|
}>, "many">>>;
|
|
14306
14306
|
recurring: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -14597,6 +14597,7 @@ declare const ItemInfoArray: z.ZodArray<z.ZodObject<{
|
|
|
14597
14597
|
clazz?: string | null | undefined;
|
|
14598
14598
|
longDescription?: string | null | undefined;
|
|
14599
14599
|
regionData?: {
|
|
14600
|
+
price?: number | null | undefined;
|
|
14600
14601
|
discountPercentage?: number | null | undefined;
|
|
14601
14602
|
discountAmount?: number | null | undefined;
|
|
14602
14603
|
discountedPrice?: number | null | undefined;
|
|
@@ -14607,7 +14608,6 @@ declare const ItemInfoArray: z.ZodArray<z.ZodObject<{
|
|
|
14607
14608
|
discountExpireAt?: string | null | undefined;
|
|
14608
14609
|
currencyCode: string;
|
|
14609
14610
|
currencyType: "REAL" | "VIRTUAL";
|
|
14610
|
-
price: number;
|
|
14611
14611
|
currencyNamespace: string;
|
|
14612
14612
|
}[] | null | undefined;
|
|
14613
14613
|
boundItemIds?: string[] | null | undefined;
|
|
@@ -14708,6 +14708,7 @@ declare const ItemInfoArray: z.ZodArray<z.ZodObject<{
|
|
|
14708
14708
|
clazz?: string | null | undefined;
|
|
14709
14709
|
longDescription?: string | null | undefined;
|
|
14710
14710
|
regionData?: {
|
|
14711
|
+
price?: number | null | undefined;
|
|
14711
14712
|
discountPercentage?: number | null | undefined;
|
|
14712
14713
|
discountAmount?: number | null | undefined;
|
|
14713
14714
|
discountedPrice?: number | null | undefined;
|
|
@@ -14718,7 +14719,6 @@ declare const ItemInfoArray: z.ZodArray<z.ZodObject<{
|
|
|
14718
14719
|
discountExpireAt?: string | null | undefined;
|
|
14719
14720
|
currencyCode: string;
|
|
14720
14721
|
currencyType: "REAL" | "VIRTUAL";
|
|
14721
|
-
price: number;
|
|
14722
14722
|
currencyNamespace: string;
|
|
14723
14723
|
}[] | null | undefined;
|
|
14724
14724
|
boundItemIds?: string[] | null | undefined;
|
|
@@ -14865,7 +14865,7 @@ declare const PopulatedItemInfo: z.ZodObject<{
|
|
|
14865
14865
|
}>, "many">>>;
|
|
14866
14866
|
thumbnailUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
14867
14867
|
regionData: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14868
|
-
price: z.ZodNumber
|
|
14868
|
+
price: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
14869
14869
|
discountPercentage: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
14870
14870
|
discountAmount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
14871
14871
|
discountedPrice: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -14878,6 +14878,7 @@ declare const PopulatedItemInfo: z.ZodObject<{
|
|
|
14878
14878
|
discountPurchaseAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
14879
14879
|
discountExpireAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
14880
14880
|
}, "strip", z.ZodTypeAny, {
|
|
14881
|
+
price?: number | null | undefined;
|
|
14881
14882
|
discountPercentage?: number | null | undefined;
|
|
14882
14883
|
discountAmount?: number | null | undefined;
|
|
14883
14884
|
discountedPrice?: number | null | undefined;
|
|
@@ -14888,9 +14889,9 @@ declare const PopulatedItemInfo: z.ZodObject<{
|
|
|
14888
14889
|
discountExpireAt?: string | null | undefined;
|
|
14889
14890
|
currencyCode: string;
|
|
14890
14891
|
currencyType: "REAL" | "VIRTUAL";
|
|
14891
|
-
price: number;
|
|
14892
14892
|
currencyNamespace: string;
|
|
14893
14893
|
}, {
|
|
14894
|
+
price?: number | null | undefined;
|
|
14894
14895
|
discountPercentage?: number | null | undefined;
|
|
14895
14896
|
discountAmount?: number | null | undefined;
|
|
14896
14897
|
discountedPrice?: number | null | undefined;
|
|
@@ -14901,7 +14902,6 @@ declare const PopulatedItemInfo: z.ZodObject<{
|
|
|
14901
14902
|
discountExpireAt?: string | null | undefined;
|
|
14902
14903
|
currencyCode: string;
|
|
14903
14904
|
currencyType: "REAL" | "VIRTUAL";
|
|
14904
|
-
price: number;
|
|
14905
14905
|
currencyNamespace: string;
|
|
14906
14906
|
}>, "many">>>;
|
|
14907
14907
|
recurring: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -15175,7 +15175,7 @@ declare const PopulatedItemInfo: z.ZodObject<{
|
|
|
15175
15175
|
}>, "many">>>;
|
|
15176
15176
|
thumbnailUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
15177
15177
|
regionData: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
15178
|
-
price: z.ZodNumber
|
|
15178
|
+
price: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
15179
15179
|
discountPercentage: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
15180
15180
|
discountAmount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
15181
15181
|
discountedPrice: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -15188,6 +15188,7 @@ declare const PopulatedItemInfo: z.ZodObject<{
|
|
|
15188
15188
|
discountPurchaseAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
15189
15189
|
discountExpireAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
15190
15190
|
}, "strip", z.ZodTypeAny, {
|
|
15191
|
+
price?: number | null | undefined;
|
|
15191
15192
|
discountPercentage?: number | null | undefined;
|
|
15192
15193
|
discountAmount?: number | null | undefined;
|
|
15193
15194
|
discountedPrice?: number | null | undefined;
|
|
@@ -15198,9 +15199,9 @@ declare const PopulatedItemInfo: z.ZodObject<{
|
|
|
15198
15199
|
discountExpireAt?: string | null | undefined;
|
|
15199
15200
|
currencyCode: string;
|
|
15200
15201
|
currencyType: "REAL" | "VIRTUAL";
|
|
15201
|
-
price: number;
|
|
15202
15202
|
currencyNamespace: string;
|
|
15203
15203
|
}, {
|
|
15204
|
+
price?: number | null | undefined;
|
|
15204
15205
|
discountPercentage?: number | null | undefined;
|
|
15205
15206
|
discountAmount?: number | null | undefined;
|
|
15206
15207
|
discountedPrice?: number | null | undefined;
|
|
@@ -15211,7 +15212,6 @@ declare const PopulatedItemInfo: z.ZodObject<{
|
|
|
15211
15212
|
discountExpireAt?: string | null | undefined;
|
|
15212
15213
|
currencyCode: string;
|
|
15213
15214
|
currencyType: "REAL" | "VIRTUAL";
|
|
15214
|
-
price: number;
|
|
15215
15215
|
currencyNamespace: string;
|
|
15216
15216
|
}>, "many">>>;
|
|
15217
15217
|
recurring: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -15509,6 +15509,7 @@ declare const PopulatedItemInfo: z.ZodObject<{
|
|
|
15509
15509
|
clazz?: string | null | undefined;
|
|
15510
15510
|
longDescription?: string | null | undefined;
|
|
15511
15511
|
regionData?: {
|
|
15512
|
+
price?: number | null | undefined;
|
|
15512
15513
|
discountPercentage?: number | null | undefined;
|
|
15513
15514
|
discountAmount?: number | null | undefined;
|
|
15514
15515
|
discountedPrice?: number | null | undefined;
|
|
@@ -15519,7 +15520,6 @@ declare const PopulatedItemInfo: z.ZodObject<{
|
|
|
15519
15520
|
discountExpireAt?: string | null | undefined;
|
|
15520
15521
|
currencyCode: string;
|
|
15521
15522
|
currencyType: "REAL" | "VIRTUAL";
|
|
15522
|
-
price: number;
|
|
15523
15523
|
currencyNamespace: string;
|
|
15524
15524
|
}[] | null | undefined;
|
|
15525
15525
|
boundItemIds?: string[] | null | undefined;
|
|
@@ -15621,6 +15621,7 @@ declare const PopulatedItemInfo: z.ZodObject<{
|
|
|
15621
15621
|
clazz?: string | null | undefined;
|
|
15622
15622
|
longDescription?: string | null | undefined;
|
|
15623
15623
|
regionData?: {
|
|
15624
|
+
price?: number | null | undefined;
|
|
15624
15625
|
discountPercentage?: number | null | undefined;
|
|
15625
15626
|
discountAmount?: number | null | undefined;
|
|
15626
15627
|
discountedPrice?: number | null | undefined;
|
|
@@ -15631,7 +15632,6 @@ declare const PopulatedItemInfo: z.ZodObject<{
|
|
|
15631
15632
|
discountExpireAt?: string | null | undefined;
|
|
15632
15633
|
currencyCode: string;
|
|
15633
15634
|
currencyType: "REAL" | "VIRTUAL";
|
|
15634
|
-
price: number;
|
|
15635
15635
|
currencyNamespace: string;
|
|
15636
15636
|
}[] | null | undefined;
|
|
15637
15637
|
boundItemIds?: string[] | null | undefined;
|
|
@@ -15735,6 +15735,7 @@ declare const PopulatedItemInfo: z.ZodObject<{
|
|
|
15735
15735
|
clazz?: string | null | undefined;
|
|
15736
15736
|
longDescription?: string | null | undefined;
|
|
15737
15737
|
regionData?: {
|
|
15738
|
+
price?: number | null | undefined;
|
|
15738
15739
|
discountPercentage?: number | null | undefined;
|
|
15739
15740
|
discountAmount?: number | null | undefined;
|
|
15740
15741
|
discountedPrice?: number | null | undefined;
|
|
@@ -15745,7 +15746,6 @@ declare const PopulatedItemInfo: z.ZodObject<{
|
|
|
15745
15746
|
discountExpireAt?: string | null | undefined;
|
|
15746
15747
|
currencyCode: string;
|
|
15747
15748
|
currencyType: "REAL" | "VIRTUAL";
|
|
15748
|
-
price: number;
|
|
15749
15749
|
currencyNamespace: string;
|
|
15750
15750
|
}[] | null | undefined;
|
|
15751
15751
|
boundItemIds?: string[] | null | undefined;
|
|
@@ -15834,6 +15834,7 @@ declare const PopulatedItemInfo: z.ZodObject<{
|
|
|
15834
15834
|
clazz?: string | null | undefined;
|
|
15835
15835
|
longDescription?: string | null | undefined;
|
|
15836
15836
|
regionData?: {
|
|
15837
|
+
price?: number | null | undefined;
|
|
15837
15838
|
discountPercentage?: number | null | undefined;
|
|
15838
15839
|
discountAmount?: number | null | undefined;
|
|
15839
15840
|
discountedPrice?: number | null | undefined;
|
|
@@ -15844,7 +15845,6 @@ declare const PopulatedItemInfo: z.ZodObject<{
|
|
|
15844
15845
|
discountExpireAt?: string | null | undefined;
|
|
15845
15846
|
currencyCode: string;
|
|
15846
15847
|
currencyType: "REAL" | "VIRTUAL";
|
|
15847
|
-
price: number;
|
|
15848
15848
|
currencyNamespace: string;
|
|
15849
15849
|
}[] | null | undefined;
|
|
15850
15850
|
boundItemIds?: string[] | null | undefined;
|
|
@@ -15959,6 +15959,7 @@ declare const PopulatedItemInfo: z.ZodObject<{
|
|
|
15959
15959
|
clazz?: string | null | undefined;
|
|
15960
15960
|
longDescription?: string | null | undefined;
|
|
15961
15961
|
regionData?: {
|
|
15962
|
+
price?: number | null | undefined;
|
|
15962
15963
|
discountPercentage?: number | null | undefined;
|
|
15963
15964
|
discountAmount?: number | null | undefined;
|
|
15964
15965
|
discountedPrice?: number | null | undefined;
|
|
@@ -15969,7 +15970,6 @@ declare const PopulatedItemInfo: z.ZodObject<{
|
|
|
15969
15970
|
discountExpireAt?: string | null | undefined;
|
|
15970
15971
|
currencyCode: string;
|
|
15971
15972
|
currencyType: "REAL" | "VIRTUAL";
|
|
15972
|
-
price: number;
|
|
15973
15973
|
currencyNamespace: string;
|
|
15974
15974
|
}[] | null | undefined;
|
|
15975
15975
|
boundItemIds?: string[] | null | undefined;
|
|
@@ -16058,6 +16058,7 @@ declare const PopulatedItemInfo: z.ZodObject<{
|
|
|
16058
16058
|
clazz?: string | null | undefined;
|
|
16059
16059
|
longDescription?: string | null | undefined;
|
|
16060
16060
|
regionData?: {
|
|
16061
|
+
price?: number | null | undefined;
|
|
16061
16062
|
discountPercentage?: number | null | undefined;
|
|
16062
16063
|
discountAmount?: number | null | undefined;
|
|
16063
16064
|
discountedPrice?: number | null | undefined;
|
|
@@ -16068,7 +16069,6 @@ declare const PopulatedItemInfo: z.ZodObject<{
|
|
|
16068
16069
|
discountExpireAt?: string | null | undefined;
|
|
16069
16070
|
currencyCode: string;
|
|
16070
16071
|
currencyType: "REAL" | "VIRTUAL";
|
|
16071
|
-
price: number;
|
|
16072
16072
|
currencyNamespace: string;
|
|
16073
16073
|
}[] | null | undefined;
|
|
16074
16074
|
boundItemIds?: string[] | null | undefined;
|
|
@@ -16429,7 +16429,7 @@ declare const OrderInfo: z.ZodObject<{
|
|
|
16429
16429
|
title: z.ZodString;
|
|
16430
16430
|
description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
16431
16431
|
regionDataItem: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
16432
|
-
price: z.ZodNumber
|
|
16432
|
+
price: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
16433
16433
|
discountPercentage: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
16434
16434
|
discountAmount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
16435
16435
|
discountedPrice: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -16442,6 +16442,7 @@ declare const OrderInfo: z.ZodObject<{
|
|
|
16442
16442
|
discountPurchaseAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
16443
16443
|
discountExpireAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
16444
16444
|
}, "strip", z.ZodTypeAny, {
|
|
16445
|
+
price?: number | null | undefined;
|
|
16445
16446
|
discountPercentage?: number | null | undefined;
|
|
16446
16447
|
discountAmount?: number | null | undefined;
|
|
16447
16448
|
discountedPrice?: number | null | undefined;
|
|
@@ -16452,9 +16453,9 @@ declare const OrderInfo: z.ZodObject<{
|
|
|
16452
16453
|
discountExpireAt?: string | null | undefined;
|
|
16453
16454
|
currencyCode: string;
|
|
16454
16455
|
currencyType: "REAL" | "VIRTUAL";
|
|
16455
|
-
price: number;
|
|
16456
16456
|
currencyNamespace: string;
|
|
16457
16457
|
}, {
|
|
16458
|
+
price?: number | null | undefined;
|
|
16458
16459
|
discountPercentage?: number | null | undefined;
|
|
16459
16460
|
discountAmount?: number | null | undefined;
|
|
16460
16461
|
discountedPrice?: number | null | undefined;
|
|
@@ -16465,7 +16466,6 @@ declare const OrderInfo: z.ZodObject<{
|
|
|
16465
16466
|
discountExpireAt?: string | null | undefined;
|
|
16466
16467
|
currencyCode: string;
|
|
16467
16468
|
currencyType: "REAL" | "VIRTUAL";
|
|
16468
|
-
price: number;
|
|
16469
16469
|
currencyNamespace: string;
|
|
16470
16470
|
}>>>;
|
|
16471
16471
|
recurring: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -16633,6 +16633,7 @@ declare const OrderInfo: z.ZodObject<{
|
|
|
16633
16633
|
targetCurrencyCode?: string | null | undefined;
|
|
16634
16634
|
targetItemId?: string | null | undefined;
|
|
16635
16635
|
regionDataItem?: {
|
|
16636
|
+
price?: number | null | undefined;
|
|
16636
16637
|
discountPercentage?: number | null | undefined;
|
|
16637
16638
|
discountAmount?: number | null | undefined;
|
|
16638
16639
|
discountedPrice?: number | null | undefined;
|
|
@@ -16643,7 +16644,6 @@ declare const OrderInfo: z.ZodObject<{
|
|
|
16643
16644
|
discountExpireAt?: string | null | undefined;
|
|
16644
16645
|
currencyCode: string;
|
|
16645
16646
|
currencyType: "REAL" | "VIRTUAL";
|
|
16646
|
-
price: number;
|
|
16647
16647
|
currencyNamespace: string;
|
|
16648
16648
|
} | null | undefined;
|
|
16649
16649
|
recurring?: {
|
|
@@ -16713,6 +16713,7 @@ declare const OrderInfo: z.ZodObject<{
|
|
|
16713
16713
|
targetCurrencyCode?: string | null | undefined;
|
|
16714
16714
|
targetItemId?: string | null | undefined;
|
|
16715
16715
|
regionDataItem?: {
|
|
16716
|
+
price?: number | null | undefined;
|
|
16716
16717
|
discountPercentage?: number | null | undefined;
|
|
16717
16718
|
discountAmount?: number | null | undefined;
|
|
16718
16719
|
discountedPrice?: number | null | undefined;
|
|
@@ -16723,7 +16724,6 @@ declare const OrderInfo: z.ZodObject<{
|
|
|
16723
16724
|
discountExpireAt?: string | null | undefined;
|
|
16724
16725
|
currencyCode: string;
|
|
16725
16726
|
currencyType: "REAL" | "VIRTUAL";
|
|
16726
|
-
price: number;
|
|
16727
16727
|
currencyNamespace: string;
|
|
16728
16728
|
} | null | undefined;
|
|
16729
16729
|
recurring?: {
|
|
@@ -16816,6 +16816,7 @@ declare const OrderInfo: z.ZodObject<{
|
|
|
16816
16816
|
targetCurrencyCode?: string | null | undefined;
|
|
16817
16817
|
targetItemId?: string | null | undefined;
|
|
16818
16818
|
regionDataItem?: {
|
|
16819
|
+
price?: number | null | undefined;
|
|
16819
16820
|
discountPercentage?: number | null | undefined;
|
|
16820
16821
|
discountAmount?: number | null | undefined;
|
|
16821
16822
|
discountedPrice?: number | null | undefined;
|
|
@@ -16826,7 +16827,6 @@ declare const OrderInfo: z.ZodObject<{
|
|
|
16826
16827
|
discountExpireAt?: string | null | undefined;
|
|
16827
16828
|
currencyCode: string;
|
|
16828
16829
|
currencyType: "REAL" | "VIRTUAL";
|
|
16829
|
-
price: number;
|
|
16830
16830
|
currencyNamespace: string;
|
|
16831
16831
|
} | null | undefined;
|
|
16832
16832
|
recurring?: {
|
|
@@ -16943,6 +16943,7 @@ declare const OrderInfo: z.ZodObject<{
|
|
|
16943
16943
|
targetCurrencyCode?: string | null | undefined;
|
|
16944
16944
|
targetItemId?: string | null | undefined;
|
|
16945
16945
|
regionDataItem?: {
|
|
16946
|
+
price?: number | null | undefined;
|
|
16946
16947
|
discountPercentage?: number | null | undefined;
|
|
16947
16948
|
discountAmount?: number | null | undefined;
|
|
16948
16949
|
discountedPrice?: number | null | undefined;
|
|
@@ -16953,7 +16954,6 @@ declare const OrderInfo: z.ZodObject<{
|
|
|
16953
16954
|
discountExpireAt?: string | null | undefined;
|
|
16954
16955
|
currencyCode: string;
|
|
16955
16956
|
currencyType: "REAL" | "VIRTUAL";
|
|
16956
|
-
price: number;
|
|
16957
16957
|
currencyNamespace: string;
|
|
16958
16958
|
} | null | undefined;
|
|
16959
16959
|
recurring?: {
|
|
@@ -17119,7 +17119,7 @@ declare const OrderPagingSlicedResult: z.ZodObject<{
|
|
|
17119
17119
|
title: z.ZodString;
|
|
17120
17120
|
description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
17121
17121
|
regionDataItem: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
17122
|
-
price: z.ZodNumber
|
|
17122
|
+
price: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
17123
17123
|
discountPercentage: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
17124
17124
|
discountAmount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
17125
17125
|
discountedPrice: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -17132,6 +17132,7 @@ declare const OrderPagingSlicedResult: z.ZodObject<{
|
|
|
17132
17132
|
discountPurchaseAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
17133
17133
|
discountExpireAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
17134
17134
|
}, "strip", z.ZodTypeAny, {
|
|
17135
|
+
price?: number | null | undefined;
|
|
17135
17136
|
discountPercentage?: number | null | undefined;
|
|
17136
17137
|
discountAmount?: number | null | undefined;
|
|
17137
17138
|
discountedPrice?: number | null | undefined;
|
|
@@ -17142,9 +17143,9 @@ declare const OrderPagingSlicedResult: z.ZodObject<{
|
|
|
17142
17143
|
discountExpireAt?: string | null | undefined;
|
|
17143
17144
|
currencyCode: string;
|
|
17144
17145
|
currencyType: "REAL" | "VIRTUAL";
|
|
17145
|
-
price: number;
|
|
17146
17146
|
currencyNamespace: string;
|
|
17147
17147
|
}, {
|
|
17148
|
+
price?: number | null | undefined;
|
|
17148
17149
|
discountPercentage?: number | null | undefined;
|
|
17149
17150
|
discountAmount?: number | null | undefined;
|
|
17150
17151
|
discountedPrice?: number | null | undefined;
|
|
@@ -17155,7 +17156,6 @@ declare const OrderPagingSlicedResult: z.ZodObject<{
|
|
|
17155
17156
|
discountExpireAt?: string | null | undefined;
|
|
17156
17157
|
currencyCode: string;
|
|
17157
17158
|
currencyType: "REAL" | "VIRTUAL";
|
|
17158
|
-
price: number;
|
|
17159
17159
|
currencyNamespace: string;
|
|
17160
17160
|
}>>>;
|
|
17161
17161
|
recurring: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -17323,6 +17323,7 @@ declare const OrderPagingSlicedResult: z.ZodObject<{
|
|
|
17323
17323
|
targetCurrencyCode?: string | null | undefined;
|
|
17324
17324
|
targetItemId?: string | null | undefined;
|
|
17325
17325
|
regionDataItem?: {
|
|
17326
|
+
price?: number | null | undefined;
|
|
17326
17327
|
discountPercentage?: number | null | undefined;
|
|
17327
17328
|
discountAmount?: number | null | undefined;
|
|
17328
17329
|
discountedPrice?: number | null | undefined;
|
|
@@ -17333,7 +17334,6 @@ declare const OrderPagingSlicedResult: z.ZodObject<{
|
|
|
17333
17334
|
discountExpireAt?: string | null | undefined;
|
|
17334
17335
|
currencyCode: string;
|
|
17335
17336
|
currencyType: "REAL" | "VIRTUAL";
|
|
17336
|
-
price: number;
|
|
17337
17337
|
currencyNamespace: string;
|
|
17338
17338
|
} | null | undefined;
|
|
17339
17339
|
recurring?: {
|
|
@@ -17403,6 +17403,7 @@ declare const OrderPagingSlicedResult: z.ZodObject<{
|
|
|
17403
17403
|
targetCurrencyCode?: string | null | undefined;
|
|
17404
17404
|
targetItemId?: string | null | undefined;
|
|
17405
17405
|
regionDataItem?: {
|
|
17406
|
+
price?: number | null | undefined;
|
|
17406
17407
|
discountPercentage?: number | null | undefined;
|
|
17407
17408
|
discountAmount?: number | null | undefined;
|
|
17408
17409
|
discountedPrice?: number | null | undefined;
|
|
@@ -17413,7 +17414,6 @@ declare const OrderPagingSlicedResult: z.ZodObject<{
|
|
|
17413
17414
|
discountExpireAt?: string | null | undefined;
|
|
17414
17415
|
currencyCode: string;
|
|
17415
17416
|
currencyType: "REAL" | "VIRTUAL";
|
|
17416
|
-
price: number;
|
|
17417
17417
|
currencyNamespace: string;
|
|
17418
17418
|
} | null | undefined;
|
|
17419
17419
|
recurring?: {
|
|
@@ -17506,6 +17506,7 @@ declare const OrderPagingSlicedResult: z.ZodObject<{
|
|
|
17506
17506
|
targetCurrencyCode?: string | null | undefined;
|
|
17507
17507
|
targetItemId?: string | null | undefined;
|
|
17508
17508
|
regionDataItem?: {
|
|
17509
|
+
price?: number | null | undefined;
|
|
17509
17510
|
discountPercentage?: number | null | undefined;
|
|
17510
17511
|
discountAmount?: number | null | undefined;
|
|
17511
17512
|
discountedPrice?: number | null | undefined;
|
|
@@ -17516,7 +17517,6 @@ declare const OrderPagingSlicedResult: z.ZodObject<{
|
|
|
17516
17517
|
discountExpireAt?: string | null | undefined;
|
|
17517
17518
|
currencyCode: string;
|
|
17518
17519
|
currencyType: "REAL" | "VIRTUAL";
|
|
17519
|
-
price: number;
|
|
17520
17520
|
currencyNamespace: string;
|
|
17521
17521
|
} | null | undefined;
|
|
17522
17522
|
recurring?: {
|
|
@@ -17633,6 +17633,7 @@ declare const OrderPagingSlicedResult: z.ZodObject<{
|
|
|
17633
17633
|
targetCurrencyCode?: string | null | undefined;
|
|
17634
17634
|
targetItemId?: string | null | undefined;
|
|
17635
17635
|
regionDataItem?: {
|
|
17636
|
+
price?: number | null | undefined;
|
|
17636
17637
|
discountPercentage?: number | null | undefined;
|
|
17637
17638
|
discountAmount?: number | null | undefined;
|
|
17638
17639
|
discountedPrice?: number | null | undefined;
|
|
@@ -17643,7 +17644,6 @@ declare const OrderPagingSlicedResult: z.ZodObject<{
|
|
|
17643
17644
|
discountExpireAt?: string | null | undefined;
|
|
17644
17645
|
currencyCode: string;
|
|
17645
17646
|
currencyType: "REAL" | "VIRTUAL";
|
|
17646
|
-
price: number;
|
|
17647
17647
|
currencyNamespace: string;
|
|
17648
17648
|
} | null | undefined;
|
|
17649
17649
|
recurring?: {
|
|
@@ -17776,6 +17776,7 @@ declare const OrderPagingSlicedResult: z.ZodObject<{
|
|
|
17776
17776
|
targetCurrencyCode?: string | null | undefined;
|
|
17777
17777
|
targetItemId?: string | null | undefined;
|
|
17778
17778
|
regionDataItem?: {
|
|
17779
|
+
price?: number | null | undefined;
|
|
17779
17780
|
discountPercentage?: number | null | undefined;
|
|
17780
17781
|
discountAmount?: number | null | undefined;
|
|
17781
17782
|
discountedPrice?: number | null | undefined;
|
|
@@ -17786,7 +17787,6 @@ declare const OrderPagingSlicedResult: z.ZodObject<{
|
|
|
17786
17787
|
discountExpireAt?: string | null | undefined;
|
|
17787
17788
|
currencyCode: string;
|
|
17788
17789
|
currencyType: "REAL" | "VIRTUAL";
|
|
17789
|
-
price: number;
|
|
17790
17790
|
currencyNamespace: string;
|
|
17791
17791
|
} | null | undefined;
|
|
17792
17792
|
recurring?: {
|
|
@@ -17909,6 +17909,7 @@ declare const OrderPagingSlicedResult: z.ZodObject<{
|
|
|
17909
17909
|
targetCurrencyCode?: string | null | undefined;
|
|
17910
17910
|
targetItemId?: string | null | undefined;
|
|
17911
17911
|
regionDataItem?: {
|
|
17912
|
+
price?: number | null | undefined;
|
|
17912
17913
|
discountPercentage?: number | null | undefined;
|
|
17913
17914
|
discountAmount?: number | null | undefined;
|
|
17914
17915
|
discountedPrice?: number | null | undefined;
|
|
@@ -17919,7 +17920,6 @@ declare const OrderPagingSlicedResult: z.ZodObject<{
|
|
|
17919
17920
|
discountExpireAt?: string | null | undefined;
|
|
17920
17921
|
currencyCode: string;
|
|
17921
17922
|
currencyType: "REAL" | "VIRTUAL";
|
|
17922
|
-
price: number;
|
|
17923
17923
|
currencyNamespace: string;
|
|
17924
17924
|
} | null | undefined;
|
|
17925
17925
|
recurring?: {
|
|
@@ -18920,7 +18920,7 @@ declare const SubscriptionInfo: z.ZodObject<{
|
|
|
18920
18920
|
title: z.ZodString;
|
|
18921
18921
|
description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
18922
18922
|
regionDataItem: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
18923
|
-
price: z.ZodNumber
|
|
18923
|
+
price: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
18924
18924
|
discountPercentage: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
18925
18925
|
discountAmount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
18926
18926
|
discountedPrice: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -18933,6 +18933,7 @@ declare const SubscriptionInfo: z.ZodObject<{
|
|
|
18933
18933
|
discountPurchaseAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
18934
18934
|
discountExpireAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
18935
18935
|
}, "strip", z.ZodTypeAny, {
|
|
18936
|
+
price?: number | null | undefined;
|
|
18936
18937
|
discountPercentage?: number | null | undefined;
|
|
18937
18938
|
discountAmount?: number | null | undefined;
|
|
18938
18939
|
discountedPrice?: number | null | undefined;
|
|
@@ -18943,9 +18944,9 @@ declare const SubscriptionInfo: z.ZodObject<{
|
|
|
18943
18944
|
discountExpireAt?: string | null | undefined;
|
|
18944
18945
|
currencyCode: string;
|
|
18945
18946
|
currencyType: "REAL" | "VIRTUAL";
|
|
18946
|
-
price: number;
|
|
18947
18947
|
currencyNamespace: string;
|
|
18948
18948
|
}, {
|
|
18949
|
+
price?: number | null | undefined;
|
|
18949
18950
|
discountPercentage?: number | null | undefined;
|
|
18950
18951
|
discountAmount?: number | null | undefined;
|
|
18951
18952
|
discountedPrice?: number | null | undefined;
|
|
@@ -18956,7 +18957,6 @@ declare const SubscriptionInfo: z.ZodObject<{
|
|
|
18956
18957
|
discountExpireAt?: string | null | undefined;
|
|
18957
18958
|
currencyCode: string;
|
|
18958
18959
|
currencyType: "REAL" | "VIRTUAL";
|
|
18959
|
-
price: number;
|
|
18960
18960
|
currencyNamespace: string;
|
|
18961
18961
|
}>>>;
|
|
18962
18962
|
recurring: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -19124,6 +19124,7 @@ declare const SubscriptionInfo: z.ZodObject<{
|
|
|
19124
19124
|
targetCurrencyCode?: string | null | undefined;
|
|
19125
19125
|
targetItemId?: string | null | undefined;
|
|
19126
19126
|
regionDataItem?: {
|
|
19127
|
+
price?: number | null | undefined;
|
|
19127
19128
|
discountPercentage?: number | null | undefined;
|
|
19128
19129
|
discountAmount?: number | null | undefined;
|
|
19129
19130
|
discountedPrice?: number | null | undefined;
|
|
@@ -19134,7 +19135,6 @@ declare const SubscriptionInfo: z.ZodObject<{
|
|
|
19134
19135
|
discountExpireAt?: string | null | undefined;
|
|
19135
19136
|
currencyCode: string;
|
|
19136
19137
|
currencyType: "REAL" | "VIRTUAL";
|
|
19137
|
-
price: number;
|
|
19138
19138
|
currencyNamespace: string;
|
|
19139
19139
|
} | null | undefined;
|
|
19140
19140
|
recurring?: {
|
|
@@ -19204,6 +19204,7 @@ declare const SubscriptionInfo: z.ZodObject<{
|
|
|
19204
19204
|
targetCurrencyCode?: string | null | undefined;
|
|
19205
19205
|
targetItemId?: string | null | undefined;
|
|
19206
19206
|
regionDataItem?: {
|
|
19207
|
+
price?: number | null | undefined;
|
|
19207
19208
|
discountPercentage?: number | null | undefined;
|
|
19208
19209
|
discountAmount?: number | null | undefined;
|
|
19209
19210
|
discountedPrice?: number | null | undefined;
|
|
@@ -19214,7 +19215,6 @@ declare const SubscriptionInfo: z.ZodObject<{
|
|
|
19214
19215
|
discountExpireAt?: string | null | undefined;
|
|
19215
19216
|
currencyCode: string;
|
|
19216
19217
|
currencyType: "REAL" | "VIRTUAL";
|
|
19217
|
-
price: number;
|
|
19218
19218
|
currencyNamespace: string;
|
|
19219
19219
|
} | null | undefined;
|
|
19220
19220
|
recurring?: {
|
|
@@ -19342,6 +19342,7 @@ declare const SubscriptionInfo: z.ZodObject<{
|
|
|
19342
19342
|
targetCurrencyCode?: string | null | undefined;
|
|
19343
19343
|
targetItemId?: string | null | undefined;
|
|
19344
19344
|
regionDataItem?: {
|
|
19345
|
+
price?: number | null | undefined;
|
|
19345
19346
|
discountPercentage?: number | null | undefined;
|
|
19346
19347
|
discountAmount?: number | null | undefined;
|
|
19347
19348
|
discountedPrice?: number | null | undefined;
|
|
@@ -19352,7 +19353,6 @@ declare const SubscriptionInfo: z.ZodObject<{
|
|
|
19352
19353
|
discountExpireAt?: string | null | undefined;
|
|
19353
19354
|
currencyCode: string;
|
|
19354
19355
|
currencyType: "REAL" | "VIRTUAL";
|
|
19355
|
-
price: number;
|
|
19356
19356
|
currencyNamespace: string;
|
|
19357
19357
|
} | null | undefined;
|
|
19358
19358
|
recurring?: {
|
|
@@ -19499,6 +19499,7 @@ declare const SubscriptionInfo: z.ZodObject<{
|
|
|
19499
19499
|
targetCurrencyCode?: string | null | undefined;
|
|
19500
19500
|
targetItemId?: string | null | undefined;
|
|
19501
19501
|
regionDataItem?: {
|
|
19502
|
+
price?: number | null | undefined;
|
|
19502
19503
|
discountPercentage?: number | null | undefined;
|
|
19503
19504
|
discountAmount?: number | null | undefined;
|
|
19504
19505
|
discountedPrice?: number | null | undefined;
|
|
@@ -19509,7 +19510,6 @@ declare const SubscriptionInfo: z.ZodObject<{
|
|
|
19509
19510
|
discountExpireAt?: string | null | undefined;
|
|
19510
19511
|
currencyCode: string;
|
|
19511
19512
|
currencyType: "REAL" | "VIRTUAL";
|
|
19512
|
-
price: number;
|
|
19513
19513
|
currencyNamespace: string;
|
|
19514
19514
|
} | null | undefined;
|
|
19515
19515
|
recurring?: {
|
|
@@ -19754,7 +19754,7 @@ declare const SubscriptionPagingSlicedResult: z.ZodObject<{
|
|
|
19754
19754
|
title: z.ZodString;
|
|
19755
19755
|
description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
19756
19756
|
regionDataItem: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
19757
|
-
price: z.ZodNumber
|
|
19757
|
+
price: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
19758
19758
|
discountPercentage: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
19759
19759
|
discountAmount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
19760
19760
|
discountedPrice: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -19767,6 +19767,7 @@ declare const SubscriptionPagingSlicedResult: z.ZodObject<{
|
|
|
19767
19767
|
discountPurchaseAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
19768
19768
|
discountExpireAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
19769
19769
|
}, "strip", z.ZodTypeAny, {
|
|
19770
|
+
price?: number | null | undefined;
|
|
19770
19771
|
discountPercentage?: number | null | undefined;
|
|
19771
19772
|
discountAmount?: number | null | undefined;
|
|
19772
19773
|
discountedPrice?: number | null | undefined;
|
|
@@ -19777,9 +19778,9 @@ declare const SubscriptionPagingSlicedResult: z.ZodObject<{
|
|
|
19777
19778
|
discountExpireAt?: string | null | undefined;
|
|
19778
19779
|
currencyCode: string;
|
|
19779
19780
|
currencyType: "REAL" | "VIRTUAL";
|
|
19780
|
-
price: number;
|
|
19781
19781
|
currencyNamespace: string;
|
|
19782
19782
|
}, {
|
|
19783
|
+
price?: number | null | undefined;
|
|
19783
19784
|
discountPercentage?: number | null | undefined;
|
|
19784
19785
|
discountAmount?: number | null | undefined;
|
|
19785
19786
|
discountedPrice?: number | null | undefined;
|
|
@@ -19790,7 +19791,6 @@ declare const SubscriptionPagingSlicedResult: z.ZodObject<{
|
|
|
19790
19791
|
discountExpireAt?: string | null | undefined;
|
|
19791
19792
|
currencyCode: string;
|
|
19792
19793
|
currencyType: "REAL" | "VIRTUAL";
|
|
19793
|
-
price: number;
|
|
19794
19794
|
currencyNamespace: string;
|
|
19795
19795
|
}>>>;
|
|
19796
19796
|
recurring: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -19958,6 +19958,7 @@ declare const SubscriptionPagingSlicedResult: z.ZodObject<{
|
|
|
19958
19958
|
targetCurrencyCode?: string | null | undefined;
|
|
19959
19959
|
targetItemId?: string | null | undefined;
|
|
19960
19960
|
regionDataItem?: {
|
|
19961
|
+
price?: number | null | undefined;
|
|
19961
19962
|
discountPercentage?: number | null | undefined;
|
|
19962
19963
|
discountAmount?: number | null | undefined;
|
|
19963
19964
|
discountedPrice?: number | null | undefined;
|
|
@@ -19968,7 +19969,6 @@ declare const SubscriptionPagingSlicedResult: z.ZodObject<{
|
|
|
19968
19969
|
discountExpireAt?: string | null | undefined;
|
|
19969
19970
|
currencyCode: string;
|
|
19970
19971
|
currencyType: "REAL" | "VIRTUAL";
|
|
19971
|
-
price: number;
|
|
19972
19972
|
currencyNamespace: string;
|
|
19973
19973
|
} | null | undefined;
|
|
19974
19974
|
recurring?: {
|
|
@@ -20038,6 +20038,7 @@ declare const SubscriptionPagingSlicedResult: z.ZodObject<{
|
|
|
20038
20038
|
targetCurrencyCode?: string | null | undefined;
|
|
20039
20039
|
targetItemId?: string | null | undefined;
|
|
20040
20040
|
regionDataItem?: {
|
|
20041
|
+
price?: number | null | undefined;
|
|
20041
20042
|
discountPercentage?: number | null | undefined;
|
|
20042
20043
|
discountAmount?: number | null | undefined;
|
|
20043
20044
|
discountedPrice?: number | null | undefined;
|
|
@@ -20048,7 +20049,6 @@ declare const SubscriptionPagingSlicedResult: z.ZodObject<{
|
|
|
20048
20049
|
discountExpireAt?: string | null | undefined;
|
|
20049
20050
|
currencyCode: string;
|
|
20050
20051
|
currencyType: "REAL" | "VIRTUAL";
|
|
20051
|
-
price: number;
|
|
20052
20052
|
currencyNamespace: string;
|
|
20053
20053
|
} | null | undefined;
|
|
20054
20054
|
recurring?: {
|
|
@@ -20176,6 +20176,7 @@ declare const SubscriptionPagingSlicedResult: z.ZodObject<{
|
|
|
20176
20176
|
targetCurrencyCode?: string | null | undefined;
|
|
20177
20177
|
targetItemId?: string | null | undefined;
|
|
20178
20178
|
regionDataItem?: {
|
|
20179
|
+
price?: number | null | undefined;
|
|
20179
20180
|
discountPercentage?: number | null | undefined;
|
|
20180
20181
|
discountAmount?: number | null | undefined;
|
|
20181
20182
|
discountedPrice?: number | null | undefined;
|
|
@@ -20186,7 +20187,6 @@ declare const SubscriptionPagingSlicedResult: z.ZodObject<{
|
|
|
20186
20187
|
discountExpireAt?: string | null | undefined;
|
|
20187
20188
|
currencyCode: string;
|
|
20188
20189
|
currencyType: "REAL" | "VIRTUAL";
|
|
20189
|
-
price: number;
|
|
20190
20190
|
currencyNamespace: string;
|
|
20191
20191
|
} | null | undefined;
|
|
20192
20192
|
recurring?: {
|
|
@@ -20333,6 +20333,7 @@ declare const SubscriptionPagingSlicedResult: z.ZodObject<{
|
|
|
20333
20333
|
targetCurrencyCode?: string | null | undefined;
|
|
20334
20334
|
targetItemId?: string | null | undefined;
|
|
20335
20335
|
regionDataItem?: {
|
|
20336
|
+
price?: number | null | undefined;
|
|
20336
20337
|
discountPercentage?: number | null | undefined;
|
|
20337
20338
|
discountAmount?: number | null | undefined;
|
|
20338
20339
|
discountedPrice?: number | null | undefined;
|
|
@@ -20343,7 +20344,6 @@ declare const SubscriptionPagingSlicedResult: z.ZodObject<{
|
|
|
20343
20344
|
discountExpireAt?: string | null | undefined;
|
|
20344
20345
|
currencyCode: string;
|
|
20345
20346
|
currencyType: "REAL" | "VIRTUAL";
|
|
20346
|
-
price: number;
|
|
20347
20347
|
currencyNamespace: string;
|
|
20348
20348
|
} | null | undefined;
|
|
20349
20349
|
recurring?: {
|
|
@@ -20506,6 +20506,7 @@ declare const SubscriptionPagingSlicedResult: z.ZodObject<{
|
|
|
20506
20506
|
targetCurrencyCode?: string | null | undefined;
|
|
20507
20507
|
targetItemId?: string | null | undefined;
|
|
20508
20508
|
regionDataItem?: {
|
|
20509
|
+
price?: number | null | undefined;
|
|
20509
20510
|
discountPercentage?: number | null | undefined;
|
|
20510
20511
|
discountAmount?: number | null | undefined;
|
|
20511
20512
|
discountedPrice?: number | null | undefined;
|
|
@@ -20516,7 +20517,6 @@ declare const SubscriptionPagingSlicedResult: z.ZodObject<{
|
|
|
20516
20517
|
discountExpireAt?: string | null | undefined;
|
|
20517
20518
|
currencyCode: string;
|
|
20518
20519
|
currencyType: "REAL" | "VIRTUAL";
|
|
20519
|
-
price: number;
|
|
20520
20520
|
currencyNamespace: string;
|
|
20521
20521
|
} | null | undefined;
|
|
20522
20522
|
recurring?: {
|
|
@@ -20669,6 +20669,7 @@ declare const SubscriptionPagingSlicedResult: z.ZodObject<{
|
|
|
20669
20669
|
targetCurrencyCode?: string | null | undefined;
|
|
20670
20670
|
targetItemId?: string | null | undefined;
|
|
20671
20671
|
regionDataItem?: {
|
|
20672
|
+
price?: number | null | undefined;
|
|
20672
20673
|
discountPercentage?: number | null | undefined;
|
|
20673
20674
|
discountAmount?: number | null | undefined;
|
|
20674
20675
|
discountedPrice?: number | null | undefined;
|
|
@@ -20679,7 +20680,6 @@ declare const SubscriptionPagingSlicedResult: z.ZodObject<{
|
|
|
20679
20680
|
discountExpireAt?: string | null | undefined;
|
|
20680
20681
|
currencyCode: string;
|
|
20681
20682
|
currencyType: "REAL" | "VIRTUAL";
|
|
20682
|
-
price: number;
|
|
20683
20683
|
currencyNamespace: string;
|
|
20684
20684
|
} | null | undefined;
|
|
20685
20685
|
recurring?: {
|
|
@@ -31827,7 +31827,7 @@ declare const SectionInfoArray: z.ZodArray<z.ZodObject<{
|
|
|
31827
31827
|
}>, "many">>>;
|
|
31828
31828
|
thumbnailUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
31829
31829
|
regionData: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
31830
|
-
price: z.ZodNumber
|
|
31830
|
+
price: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
31831
31831
|
discountPercentage: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
31832
31832
|
discountAmount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
31833
31833
|
discountedPrice: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -31840,6 +31840,7 @@ declare const SectionInfoArray: z.ZodArray<z.ZodObject<{
|
|
|
31840
31840
|
discountPurchaseAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
31841
31841
|
discountExpireAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
31842
31842
|
}, "strip", z.ZodTypeAny, {
|
|
31843
|
+
price?: number | null | undefined;
|
|
31843
31844
|
discountPercentage?: number | null | undefined;
|
|
31844
31845
|
discountAmount?: number | null | undefined;
|
|
31845
31846
|
discountedPrice?: number | null | undefined;
|
|
@@ -31850,9 +31851,9 @@ declare const SectionInfoArray: z.ZodArray<z.ZodObject<{
|
|
|
31850
31851
|
discountExpireAt?: string | null | undefined;
|
|
31851
31852
|
currencyCode: string;
|
|
31852
31853
|
currencyType: "REAL" | "VIRTUAL";
|
|
31853
|
-
price: number;
|
|
31854
31854
|
currencyNamespace: string;
|
|
31855
31855
|
}, {
|
|
31856
|
+
price?: number | null | undefined;
|
|
31856
31857
|
discountPercentage?: number | null | undefined;
|
|
31857
31858
|
discountAmount?: number | null | undefined;
|
|
31858
31859
|
discountedPrice?: number | null | undefined;
|
|
@@ -31863,7 +31864,6 @@ declare const SectionInfoArray: z.ZodArray<z.ZodObject<{
|
|
|
31863
31864
|
discountExpireAt?: string | null | undefined;
|
|
31864
31865
|
currencyCode: string;
|
|
31865
31866
|
currencyType: "REAL" | "VIRTUAL";
|
|
31866
|
-
price: number;
|
|
31867
31867
|
currencyNamespace: string;
|
|
31868
31868
|
}>, "many">>>;
|
|
31869
31869
|
recurring: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -32160,6 +32160,7 @@ declare const SectionInfoArray: z.ZodArray<z.ZodObject<{
|
|
|
32160
32160
|
clazz?: string | null | undefined;
|
|
32161
32161
|
longDescription?: string | null | undefined;
|
|
32162
32162
|
regionData?: {
|
|
32163
|
+
price?: number | null | undefined;
|
|
32163
32164
|
discountPercentage?: number | null | undefined;
|
|
32164
32165
|
discountAmount?: number | null | undefined;
|
|
32165
32166
|
discountedPrice?: number | null | undefined;
|
|
@@ -32170,7 +32171,6 @@ declare const SectionInfoArray: z.ZodArray<z.ZodObject<{
|
|
|
32170
32171
|
discountExpireAt?: string | null | undefined;
|
|
32171
32172
|
currencyCode: string;
|
|
32172
32173
|
currencyType: "REAL" | "VIRTUAL";
|
|
32173
|
-
price: number;
|
|
32174
32174
|
currencyNamespace: string;
|
|
32175
32175
|
}[] | null | undefined;
|
|
32176
32176
|
boundItemIds?: string[] | null | undefined;
|
|
@@ -32271,6 +32271,7 @@ declare const SectionInfoArray: z.ZodArray<z.ZodObject<{
|
|
|
32271
32271
|
clazz?: string | null | undefined;
|
|
32272
32272
|
longDescription?: string | null | undefined;
|
|
32273
32273
|
regionData?: {
|
|
32274
|
+
price?: number | null | undefined;
|
|
32274
32275
|
discountPercentage?: number | null | undefined;
|
|
32275
32276
|
discountAmount?: number | null | undefined;
|
|
32276
32277
|
discountedPrice?: number | null | undefined;
|
|
@@ -32281,7 +32282,6 @@ declare const SectionInfoArray: z.ZodArray<z.ZodObject<{
|
|
|
32281
32282
|
discountExpireAt?: string | null | undefined;
|
|
32282
32283
|
currencyCode: string;
|
|
32283
32284
|
currencyType: "REAL" | "VIRTUAL";
|
|
32284
|
-
price: number;
|
|
32285
32285
|
currencyNamespace: string;
|
|
32286
32286
|
}[] | null | undefined;
|
|
32287
32287
|
boundItemIds?: string[] | null | undefined;
|
|
@@ -32395,6 +32395,7 @@ declare const SectionInfoArray: z.ZodArray<z.ZodObject<{
|
|
|
32395
32395
|
clazz?: string | null | undefined;
|
|
32396
32396
|
longDescription?: string | null | undefined;
|
|
32397
32397
|
regionData?: {
|
|
32398
|
+
price?: number | null | undefined;
|
|
32398
32399
|
discountPercentage?: number | null | undefined;
|
|
32399
32400
|
discountAmount?: number | null | undefined;
|
|
32400
32401
|
discountedPrice?: number | null | undefined;
|
|
@@ -32405,7 +32406,6 @@ declare const SectionInfoArray: z.ZodArray<z.ZodObject<{
|
|
|
32405
32406
|
discountExpireAt?: string | null | undefined;
|
|
32406
32407
|
currencyCode: string;
|
|
32407
32408
|
currencyType: "REAL" | "VIRTUAL";
|
|
32408
|
-
price: number;
|
|
32409
32409
|
currencyNamespace: string;
|
|
32410
32410
|
}[] | null | undefined;
|
|
32411
32411
|
boundItemIds?: string[] | null | undefined;
|
|
@@ -32524,6 +32524,7 @@ declare const SectionInfoArray: z.ZodArray<z.ZodObject<{
|
|
|
32524
32524
|
clazz?: string | null | undefined;
|
|
32525
32525
|
longDescription?: string | null | undefined;
|
|
32526
32526
|
regionData?: {
|
|
32527
|
+
price?: number | null | undefined;
|
|
32527
32528
|
discountPercentage?: number | null | undefined;
|
|
32528
32529
|
discountAmount?: number | null | undefined;
|
|
32529
32530
|
discountedPrice?: number | null | undefined;
|
|
@@ -32534,7 +32535,6 @@ declare const SectionInfoArray: z.ZodArray<z.ZodObject<{
|
|
|
32534
32535
|
discountExpireAt?: string | null | undefined;
|
|
32535
32536
|
currencyCode: string;
|
|
32536
32537
|
currencyType: "REAL" | "VIRTUAL";
|
|
32537
|
-
price: number;
|
|
32538
32538
|
currencyNamespace: string;
|
|
32539
32539
|
}[] | null | undefined;
|
|
32540
32540
|
boundItemIds?: string[] | null | undefined;
|
|
@@ -35364,7 +35364,7 @@ declare const FullItemInfo: z.ZodObject<{
|
|
|
35364
35364
|
targetCurrencyCode: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
35365
35365
|
targetItemId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
35366
35366
|
regionData: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
35367
|
-
price: z.ZodNumber
|
|
35367
|
+
price: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
35368
35368
|
discountPercentage: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
35369
35369
|
discountAmount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
35370
35370
|
discountedPrice: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -35377,6 +35377,7 @@ declare const FullItemInfo: z.ZodObject<{
|
|
|
35377
35377
|
discountPurchaseAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
35378
35378
|
discountExpireAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
35379
35379
|
}, "strip", z.ZodTypeAny, {
|
|
35380
|
+
price?: number | null | undefined;
|
|
35380
35381
|
discountPercentage?: number | null | undefined;
|
|
35381
35382
|
discountAmount?: number | null | undefined;
|
|
35382
35383
|
discountedPrice?: number | null | undefined;
|
|
@@ -35387,9 +35388,9 @@ declare const FullItemInfo: z.ZodObject<{
|
|
|
35387
35388
|
discountExpireAt?: string | null | undefined;
|
|
35388
35389
|
currencyCode: string;
|
|
35389
35390
|
currencyType: "REAL" | "VIRTUAL";
|
|
35390
|
-
price: number;
|
|
35391
35391
|
currencyNamespace: string;
|
|
35392
35392
|
}, {
|
|
35393
|
+
price?: number | null | undefined;
|
|
35393
35394
|
discountPercentage?: number | null | undefined;
|
|
35394
35395
|
discountAmount?: number | null | undefined;
|
|
35395
35396
|
discountedPrice?: number | null | undefined;
|
|
@@ -35400,7 +35401,6 @@ declare const FullItemInfo: z.ZodObject<{
|
|
|
35400
35401
|
discountExpireAt?: string | null | undefined;
|
|
35401
35402
|
currencyCode: string;
|
|
35402
35403
|
currencyType: "REAL" | "VIRTUAL";
|
|
35403
|
-
price: number;
|
|
35404
35404
|
currencyNamespace: string;
|
|
35405
35405
|
}>, "many">>;
|
|
35406
35406
|
recurring: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -35715,6 +35715,7 @@ declare const FullItemInfo: z.ZodObject<{
|
|
|
35715
35715
|
entitlementType: "DURABLE" | "CONSUMABLE";
|
|
35716
35716
|
categoryPath: string;
|
|
35717
35717
|
regionData: Record<string, {
|
|
35718
|
+
price?: number | null | undefined;
|
|
35718
35719
|
discountPercentage?: number | null | undefined;
|
|
35719
35720
|
discountAmount?: number | null | undefined;
|
|
35720
35721
|
discountedPrice?: number | null | undefined;
|
|
@@ -35725,7 +35726,6 @@ declare const FullItemInfo: z.ZodObject<{
|
|
|
35725
35726
|
discountExpireAt?: string | null | undefined;
|
|
35726
35727
|
currencyCode: string;
|
|
35727
35728
|
currencyType: "REAL" | "VIRTUAL";
|
|
35728
|
-
price: number;
|
|
35729
35729
|
currencyNamespace: string;
|
|
35730
35730
|
}[]>;
|
|
35731
35731
|
localizations: Record<string, {
|
|
@@ -35825,6 +35825,7 @@ declare const FullItemInfo: z.ZodObject<{
|
|
|
35825
35825
|
entitlementType: "DURABLE" | "CONSUMABLE";
|
|
35826
35826
|
categoryPath: string;
|
|
35827
35827
|
regionData: Record<string, {
|
|
35828
|
+
price?: number | null | undefined;
|
|
35828
35829
|
discountPercentage?: number | null | undefined;
|
|
35829
35830
|
discountAmount?: number | null | undefined;
|
|
35830
35831
|
discountedPrice?: number | null | undefined;
|
|
@@ -35835,7 +35836,6 @@ declare const FullItemInfo: z.ZodObject<{
|
|
|
35835
35836
|
discountExpireAt?: string | null | undefined;
|
|
35836
35837
|
currencyCode: string;
|
|
35837
35838
|
currencyType: "REAL" | "VIRTUAL";
|
|
35838
|
-
price: number;
|
|
35839
35839
|
currencyNamespace: string;
|
|
35840
35840
|
}[]>;
|
|
35841
35841
|
localizations: Record<string, {
|
|
@@ -36174,7 +36174,7 @@ interface Recurring extends z.TypeOf<typeof Recurring> {
|
|
|
36174
36174
|
}
|
|
36175
36175
|
|
|
36176
36176
|
declare const RegionDataItem: z.ZodObject<{
|
|
36177
|
-
price: z.ZodNumber
|
|
36177
|
+
price: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
36178
36178
|
discountPercentage: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
36179
36179
|
discountAmount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
36180
36180
|
discountedPrice: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -36187,6 +36187,7 @@ declare const RegionDataItem: z.ZodObject<{
|
|
|
36187
36187
|
discountPurchaseAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
36188
36188
|
discountExpireAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
36189
36189
|
}, "strip", z.ZodTypeAny, {
|
|
36190
|
+
price?: number | null | undefined;
|
|
36190
36191
|
discountPercentage?: number | null | undefined;
|
|
36191
36192
|
discountAmount?: number | null | undefined;
|
|
36192
36193
|
discountedPrice?: number | null | undefined;
|
|
@@ -36197,9 +36198,9 @@ declare const RegionDataItem: z.ZodObject<{
|
|
|
36197
36198
|
discountExpireAt?: string | null | undefined;
|
|
36198
36199
|
currencyCode: string;
|
|
36199
36200
|
currencyType: "REAL" | "VIRTUAL";
|
|
36200
|
-
price: number;
|
|
36201
36201
|
currencyNamespace: string;
|
|
36202
36202
|
}, {
|
|
36203
|
+
price?: number | null | undefined;
|
|
36203
36204
|
discountPercentage?: number | null | undefined;
|
|
36204
36205
|
discountAmount?: number | null | undefined;
|
|
36205
36206
|
discountedPrice?: number | null | undefined;
|
|
@@ -36210,7 +36211,6 @@ declare const RegionDataItem: z.ZodObject<{
|
|
|
36210
36211
|
discountExpireAt?: string | null | undefined;
|
|
36211
36212
|
currencyCode: string;
|
|
36212
36213
|
currencyType: "REAL" | "VIRTUAL";
|
|
36213
|
-
price: number;
|
|
36214
36214
|
currencyNamespace: string;
|
|
36215
36215
|
}>;
|
|
36216
36216
|
interface RegionDataItem extends z.TypeOf<typeof RegionDataItem> {
|
|
@@ -36276,7 +36276,7 @@ declare const BundledItemInfo: z.ZodObject<{
|
|
|
36276
36276
|
}>, "many">>>;
|
|
36277
36277
|
thumbnailUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
36278
36278
|
regionData: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
36279
|
-
price: z.ZodNumber
|
|
36279
|
+
price: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
36280
36280
|
discountPercentage: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
36281
36281
|
discountAmount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
36282
36282
|
discountedPrice: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -36289,6 +36289,7 @@ declare const BundledItemInfo: z.ZodObject<{
|
|
|
36289
36289
|
discountPurchaseAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
36290
36290
|
discountExpireAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
36291
36291
|
}, "strip", z.ZodTypeAny, {
|
|
36292
|
+
price?: number | null | undefined;
|
|
36292
36293
|
discountPercentage?: number | null | undefined;
|
|
36293
36294
|
discountAmount?: number | null | undefined;
|
|
36294
36295
|
discountedPrice?: number | null | undefined;
|
|
@@ -36299,9 +36300,9 @@ declare const BundledItemInfo: z.ZodObject<{
|
|
|
36299
36300
|
discountExpireAt?: string | null | undefined;
|
|
36300
36301
|
currencyCode: string;
|
|
36301
36302
|
currencyType: "REAL" | "VIRTUAL";
|
|
36302
|
-
price: number;
|
|
36303
36303
|
currencyNamespace: string;
|
|
36304
36304
|
}, {
|
|
36305
|
+
price?: number | null | undefined;
|
|
36305
36306
|
discountPercentage?: number | null | undefined;
|
|
36306
36307
|
discountAmount?: number | null | undefined;
|
|
36307
36308
|
discountedPrice?: number | null | undefined;
|
|
@@ -36312,7 +36313,6 @@ declare const BundledItemInfo: z.ZodObject<{
|
|
|
36312
36313
|
discountExpireAt?: string | null | undefined;
|
|
36313
36314
|
currencyCode: string;
|
|
36314
36315
|
currencyType: "REAL" | "VIRTUAL";
|
|
36315
|
-
price: number;
|
|
36316
36316
|
currencyNamespace: string;
|
|
36317
36317
|
}>, "many">>>;
|
|
36318
36318
|
recurring: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -36610,6 +36610,7 @@ declare const BundledItemInfo: z.ZodObject<{
|
|
|
36610
36610
|
clazz?: string | null | undefined;
|
|
36611
36611
|
longDescription?: string | null | undefined;
|
|
36612
36612
|
regionData?: {
|
|
36613
|
+
price?: number | null | undefined;
|
|
36613
36614
|
discountPercentage?: number | null | undefined;
|
|
36614
36615
|
discountAmount?: number | null | undefined;
|
|
36615
36616
|
discountedPrice?: number | null | undefined;
|
|
@@ -36620,7 +36621,6 @@ declare const BundledItemInfo: z.ZodObject<{
|
|
|
36620
36621
|
discountExpireAt?: string | null | undefined;
|
|
36621
36622
|
currencyCode: string;
|
|
36622
36623
|
currencyType: "REAL" | "VIRTUAL";
|
|
36623
|
-
price: number;
|
|
36624
36624
|
currencyNamespace: string;
|
|
36625
36625
|
}[] | null | undefined;
|
|
36626
36626
|
boundItemIds?: string[] | null | undefined;
|
|
@@ -36722,6 +36722,7 @@ declare const BundledItemInfo: z.ZodObject<{
|
|
|
36722
36722
|
clazz?: string | null | undefined;
|
|
36723
36723
|
longDescription?: string | null | undefined;
|
|
36724
36724
|
regionData?: {
|
|
36725
|
+
price?: number | null | undefined;
|
|
36725
36726
|
discountPercentage?: number | null | undefined;
|
|
36726
36727
|
discountAmount?: number | null | undefined;
|
|
36727
36728
|
discountedPrice?: number | null | undefined;
|
|
@@ -36732,7 +36733,6 @@ declare const BundledItemInfo: z.ZodObject<{
|
|
|
36732
36733
|
discountExpireAt?: string | null | undefined;
|
|
36733
36734
|
currencyCode: string;
|
|
36734
36735
|
currencyType: "REAL" | "VIRTUAL";
|
|
36735
|
-
price: number;
|
|
36736
36736
|
currencyNamespace: string;
|
|
36737
36737
|
}[] | null | undefined;
|
|
36738
36738
|
boundItemIds?: string[] | null | undefined;
|
|
@@ -36944,7 +36944,7 @@ declare const FullItemPagingSlicedResult: z.ZodObject<{
|
|
|
36944
36944
|
targetCurrencyCode: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
36945
36945
|
targetItemId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
36946
36946
|
regionData: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
36947
|
-
price: z.ZodNumber
|
|
36947
|
+
price: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
36948
36948
|
discountPercentage: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
36949
36949
|
discountAmount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
36950
36950
|
discountedPrice: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -36957,6 +36957,7 @@ declare const FullItemPagingSlicedResult: z.ZodObject<{
|
|
|
36957
36957
|
discountPurchaseAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
36958
36958
|
discountExpireAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
36959
36959
|
}, "strip", z.ZodTypeAny, {
|
|
36960
|
+
price?: number | null | undefined;
|
|
36960
36961
|
discountPercentage?: number | null | undefined;
|
|
36961
36962
|
discountAmount?: number | null | undefined;
|
|
36962
36963
|
discountedPrice?: number | null | undefined;
|
|
@@ -36967,9 +36968,9 @@ declare const FullItemPagingSlicedResult: z.ZodObject<{
|
|
|
36967
36968
|
discountExpireAt?: string | null | undefined;
|
|
36968
36969
|
currencyCode: string;
|
|
36969
36970
|
currencyType: "REAL" | "VIRTUAL";
|
|
36970
|
-
price: number;
|
|
36971
36971
|
currencyNamespace: string;
|
|
36972
36972
|
}, {
|
|
36973
|
+
price?: number | null | undefined;
|
|
36973
36974
|
discountPercentage?: number | null | undefined;
|
|
36974
36975
|
discountAmount?: number | null | undefined;
|
|
36975
36976
|
discountedPrice?: number | null | undefined;
|
|
@@ -36980,7 +36981,6 @@ declare const FullItemPagingSlicedResult: z.ZodObject<{
|
|
|
36980
36981
|
discountExpireAt?: string | null | undefined;
|
|
36981
36982
|
currencyCode: string;
|
|
36982
36983
|
currencyType: "REAL" | "VIRTUAL";
|
|
36983
|
-
price: number;
|
|
36984
36984
|
currencyNamespace: string;
|
|
36985
36985
|
}>, "many">>;
|
|
36986
36986
|
recurring: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -37295,6 +37295,7 @@ declare const FullItemPagingSlicedResult: z.ZodObject<{
|
|
|
37295
37295
|
entitlementType: "DURABLE" | "CONSUMABLE";
|
|
37296
37296
|
categoryPath: string;
|
|
37297
37297
|
regionData: Record<string, {
|
|
37298
|
+
price?: number | null | undefined;
|
|
37298
37299
|
discountPercentage?: number | null | undefined;
|
|
37299
37300
|
discountAmount?: number | null | undefined;
|
|
37300
37301
|
discountedPrice?: number | null | undefined;
|
|
@@ -37305,7 +37306,6 @@ declare const FullItemPagingSlicedResult: z.ZodObject<{
|
|
|
37305
37306
|
discountExpireAt?: string | null | undefined;
|
|
37306
37307
|
currencyCode: string;
|
|
37307
37308
|
currencyType: "REAL" | "VIRTUAL";
|
|
37308
|
-
price: number;
|
|
37309
37309
|
currencyNamespace: string;
|
|
37310
37310
|
}[]>;
|
|
37311
37311
|
localizations: Record<string, {
|
|
@@ -37405,6 +37405,7 @@ declare const FullItemPagingSlicedResult: z.ZodObject<{
|
|
|
37405
37405
|
entitlementType: "DURABLE" | "CONSUMABLE";
|
|
37406
37406
|
categoryPath: string;
|
|
37407
37407
|
regionData: Record<string, {
|
|
37408
|
+
price?: number | null | undefined;
|
|
37408
37409
|
discountPercentage?: number | null | undefined;
|
|
37409
37410
|
discountAmount?: number | null | undefined;
|
|
37410
37411
|
discountedPrice?: number | null | undefined;
|
|
@@ -37415,7 +37416,6 @@ declare const FullItemPagingSlicedResult: z.ZodObject<{
|
|
|
37415
37416
|
discountExpireAt?: string | null | undefined;
|
|
37416
37417
|
currencyCode: string;
|
|
37417
37418
|
currencyType: "REAL" | "VIRTUAL";
|
|
37418
|
-
price: number;
|
|
37419
37419
|
currencyNamespace: string;
|
|
37420
37420
|
}[]>;
|
|
37421
37421
|
localizations: Record<string, {
|
|
@@ -37531,6 +37531,7 @@ declare const FullItemPagingSlicedResult: z.ZodObject<{
|
|
|
37531
37531
|
entitlementType: "DURABLE" | "CONSUMABLE";
|
|
37532
37532
|
categoryPath: string;
|
|
37533
37533
|
regionData: Record<string, {
|
|
37534
|
+
price?: number | null | undefined;
|
|
37534
37535
|
discountPercentage?: number | null | undefined;
|
|
37535
37536
|
discountAmount?: number | null | undefined;
|
|
37536
37537
|
discountedPrice?: number | null | undefined;
|
|
@@ -37541,7 +37542,6 @@ declare const FullItemPagingSlicedResult: z.ZodObject<{
|
|
|
37541
37542
|
discountExpireAt?: string | null | undefined;
|
|
37542
37543
|
currencyCode: string;
|
|
37543
37544
|
currencyType: "REAL" | "VIRTUAL";
|
|
37544
|
-
price: number;
|
|
37545
37545
|
currencyNamespace: string;
|
|
37546
37546
|
}[]>;
|
|
37547
37547
|
localizations: Record<string, {
|
|
@@ -37647,6 +37647,7 @@ declare const FullItemPagingSlicedResult: z.ZodObject<{
|
|
|
37647
37647
|
entitlementType: "DURABLE" | "CONSUMABLE";
|
|
37648
37648
|
categoryPath: string;
|
|
37649
37649
|
regionData: Record<string, {
|
|
37650
|
+
price?: number | null | undefined;
|
|
37650
37651
|
discountPercentage?: number | null | undefined;
|
|
37651
37652
|
discountAmount?: number | null | undefined;
|
|
37652
37653
|
discountedPrice?: number | null | undefined;
|
|
@@ -37657,7 +37658,6 @@ declare const FullItemPagingSlicedResult: z.ZodObject<{
|
|
|
37657
37658
|
discountExpireAt?: string | null | undefined;
|
|
37658
37659
|
currencyCode: string;
|
|
37659
37660
|
currencyType: "REAL" | "VIRTUAL";
|
|
37660
|
-
price: number;
|
|
37661
37661
|
currencyNamespace: string;
|
|
37662
37662
|
}[]>;
|
|
37663
37663
|
localizations: Record<string, {
|
|
@@ -37754,7 +37754,7 @@ declare const ItemUpdate: z.ZodObject<{
|
|
|
37754
37754
|
purchasable: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
37755
37755
|
sku: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
37756
37756
|
regionData: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
37757
|
-
price: z.ZodNumber
|
|
37757
|
+
price: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
37758
37758
|
discountPercentage: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
37759
37759
|
discountAmount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
37760
37760
|
discountedPrice: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -37767,6 +37767,7 @@ declare const ItemUpdate: z.ZodObject<{
|
|
|
37767
37767
|
discountPurchaseAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
37768
37768
|
discountExpireAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
37769
37769
|
}, "strip", z.ZodTypeAny, {
|
|
37770
|
+
price?: number | null | undefined;
|
|
37770
37771
|
discountPercentage?: number | null | undefined;
|
|
37771
37772
|
discountAmount?: number | null | undefined;
|
|
37772
37773
|
discountedPrice?: number | null | undefined;
|
|
@@ -37777,9 +37778,9 @@ declare const ItemUpdate: z.ZodObject<{
|
|
|
37777
37778
|
discountExpireAt?: string | null | undefined;
|
|
37778
37779
|
currencyCode: string;
|
|
37779
37780
|
currencyType: "REAL" | "VIRTUAL";
|
|
37780
|
-
price: number;
|
|
37781
37781
|
currencyNamespace: string;
|
|
37782
37782
|
}, {
|
|
37783
|
+
price?: number | null | undefined;
|
|
37783
37784
|
discountPercentage?: number | null | undefined;
|
|
37784
37785
|
discountAmount?: number | null | undefined;
|
|
37785
37786
|
discountedPrice?: number | null | undefined;
|
|
@@ -37790,7 +37791,6 @@ declare const ItemUpdate: z.ZodObject<{
|
|
|
37790
37791
|
discountExpireAt?: string | null | undefined;
|
|
37791
37792
|
currencyCode: string;
|
|
37792
37793
|
currencyType: "REAL" | "VIRTUAL";
|
|
37793
|
-
price: number;
|
|
37794
37794
|
currencyNamespace: string;
|
|
37795
37795
|
}>, "many">>>>;
|
|
37796
37796
|
itemIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
@@ -38009,6 +38009,7 @@ declare const ItemUpdate: z.ZodObject<{
|
|
|
38009
38009
|
clazz?: string | null | undefined;
|
|
38010
38010
|
categoryPath?: string | null | undefined;
|
|
38011
38011
|
regionData?: Record<string, {
|
|
38012
|
+
price?: number | null | undefined;
|
|
38012
38013
|
discountPercentage?: number | null | undefined;
|
|
38013
38014
|
discountAmount?: number | null | undefined;
|
|
38014
38015
|
discountedPrice?: number | null | undefined;
|
|
@@ -38019,7 +38020,6 @@ declare const ItemUpdate: z.ZodObject<{
|
|
|
38019
38020
|
discountExpireAt?: string | null | undefined;
|
|
38020
38021
|
currencyCode: string;
|
|
38021
38022
|
currencyType: "REAL" | "VIRTUAL";
|
|
38022
|
-
price: number;
|
|
38023
38023
|
currencyNamespace: string;
|
|
38024
38024
|
}[]> | null | undefined;
|
|
38025
38025
|
displayOrder?: number | null | undefined;
|
|
@@ -38100,6 +38100,7 @@ declare const ItemUpdate: z.ZodObject<{
|
|
|
38100
38100
|
clazz?: string | null | undefined;
|
|
38101
38101
|
categoryPath?: string | null | undefined;
|
|
38102
38102
|
regionData?: Record<string, {
|
|
38103
|
+
price?: number | null | undefined;
|
|
38103
38104
|
discountPercentage?: number | null | undefined;
|
|
38104
38105
|
discountAmount?: number | null | undefined;
|
|
38105
38106
|
discountedPrice?: number | null | undefined;
|
|
@@ -38110,7 +38111,6 @@ declare const ItemUpdate: z.ZodObject<{
|
|
|
38110
38111
|
discountExpireAt?: string | null | undefined;
|
|
38111
38112
|
currencyCode: string;
|
|
38112
38113
|
currencyType: "REAL" | "VIRTUAL";
|
|
38113
|
-
price: number;
|
|
38114
38114
|
currencyNamespace: string;
|
|
38115
38115
|
}[]> | null | undefined;
|
|
38116
38116
|
displayOrder?: number | null | undefined;
|
|
@@ -38199,7 +38199,7 @@ declare const ItemCreate: z.ZodObject<{
|
|
|
38199
38199
|
}>, "many">>>;
|
|
38200
38200
|
thumbnailUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
38201
38201
|
regionData: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
38202
|
-
price: z.ZodNumber
|
|
38202
|
+
price: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
38203
38203
|
discountPercentage: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
38204
38204
|
discountAmount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
38205
38205
|
discountedPrice: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -38212,6 +38212,7 @@ declare const ItemCreate: z.ZodObject<{
|
|
|
38212
38212
|
discountPurchaseAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
38213
38213
|
discountExpireAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
38214
38214
|
}, "strip", z.ZodTypeAny, {
|
|
38215
|
+
price?: number | null | undefined;
|
|
38215
38216
|
discountPercentage?: number | null | undefined;
|
|
38216
38217
|
discountAmount?: number | null | undefined;
|
|
38217
38218
|
discountedPrice?: number | null | undefined;
|
|
@@ -38222,9 +38223,9 @@ declare const ItemCreate: z.ZodObject<{
|
|
|
38222
38223
|
discountExpireAt?: string | null | undefined;
|
|
38223
38224
|
currencyCode: string;
|
|
38224
38225
|
currencyType: "REAL" | "VIRTUAL";
|
|
38225
|
-
price: number;
|
|
38226
38226
|
currencyNamespace: string;
|
|
38227
38227
|
}, {
|
|
38228
|
+
price?: number | null | undefined;
|
|
38228
38229
|
discountPercentage?: number | null | undefined;
|
|
38229
38230
|
discountAmount?: number | null | undefined;
|
|
38230
38231
|
discountedPrice?: number | null | undefined;
|
|
@@ -38235,7 +38236,6 @@ declare const ItemCreate: z.ZodObject<{
|
|
|
38235
38236
|
discountExpireAt?: string | null | undefined;
|
|
38236
38237
|
currencyCode: string;
|
|
38237
38238
|
currencyType: "REAL" | "VIRTUAL";
|
|
38238
|
-
price: number;
|
|
38239
38239
|
currencyNamespace: string;
|
|
38240
38240
|
}>, "many">>;
|
|
38241
38241
|
itemIds: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
@@ -38457,6 +38457,7 @@ declare const ItemCreate: z.ZodObject<{
|
|
|
38457
38457
|
entitlementType: "DURABLE" | "CONSUMABLE";
|
|
38458
38458
|
categoryPath: string;
|
|
38459
38459
|
regionData: Record<string, {
|
|
38460
|
+
price?: number | null | undefined;
|
|
38460
38461
|
discountPercentage?: number | null | undefined;
|
|
38461
38462
|
discountAmount?: number | null | undefined;
|
|
38462
38463
|
discountedPrice?: number | null | undefined;
|
|
@@ -38467,7 +38468,6 @@ declare const ItemCreate: z.ZodObject<{
|
|
|
38467
38468
|
discountExpireAt?: string | null | undefined;
|
|
38468
38469
|
currencyCode: string;
|
|
38469
38470
|
currencyType: "REAL" | "VIRTUAL";
|
|
38470
|
-
price: number;
|
|
38471
38471
|
currencyNamespace: string;
|
|
38472
38472
|
}[]>;
|
|
38473
38473
|
localizations: Record<string, {
|
|
@@ -38548,6 +38548,7 @@ declare const ItemCreate: z.ZodObject<{
|
|
|
38548
38548
|
entitlementType: "DURABLE" | "CONSUMABLE";
|
|
38549
38549
|
categoryPath: string;
|
|
38550
38550
|
regionData: Record<string, {
|
|
38551
|
+
price?: number | null | undefined;
|
|
38551
38552
|
discountPercentage?: number | null | undefined;
|
|
38552
38553
|
discountAmount?: number | null | undefined;
|
|
38553
38554
|
discountedPrice?: number | null | undefined;
|
|
@@ -38558,7 +38559,6 @@ declare const ItemCreate: z.ZodObject<{
|
|
|
38558
38559
|
discountExpireAt?: string | null | undefined;
|
|
38559
38560
|
currencyCode: string;
|
|
38560
38561
|
currencyType: "REAL" | "VIRTUAL";
|
|
38561
|
-
price: number;
|
|
38562
38562
|
currencyNamespace: string;
|
|
38563
38563
|
}[]>;
|
|
38564
38564
|
localizations: Record<string, {
|
|
@@ -39869,7 +39869,7 @@ declare const SectionInfo: z.ZodObject<{
|
|
|
39869
39869
|
}>, "many">>>;
|
|
39870
39870
|
thumbnailUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
39871
39871
|
regionData: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
39872
|
-
price: z.ZodNumber
|
|
39872
|
+
price: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
39873
39873
|
discountPercentage: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
39874
39874
|
discountAmount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
39875
39875
|
discountedPrice: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -39882,6 +39882,7 @@ declare const SectionInfo: z.ZodObject<{
|
|
|
39882
39882
|
discountPurchaseAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
39883
39883
|
discountExpireAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
39884
39884
|
}, "strip", z.ZodTypeAny, {
|
|
39885
|
+
price?: number | null | undefined;
|
|
39885
39886
|
discountPercentage?: number | null | undefined;
|
|
39886
39887
|
discountAmount?: number | null | undefined;
|
|
39887
39888
|
discountedPrice?: number | null | undefined;
|
|
@@ -39892,9 +39893,9 @@ declare const SectionInfo: z.ZodObject<{
|
|
|
39892
39893
|
discountExpireAt?: string | null | undefined;
|
|
39893
39894
|
currencyCode: string;
|
|
39894
39895
|
currencyType: "REAL" | "VIRTUAL";
|
|
39895
|
-
price: number;
|
|
39896
39896
|
currencyNamespace: string;
|
|
39897
39897
|
}, {
|
|
39898
|
+
price?: number | null | undefined;
|
|
39898
39899
|
discountPercentage?: number | null | undefined;
|
|
39899
39900
|
discountAmount?: number | null | undefined;
|
|
39900
39901
|
discountedPrice?: number | null | undefined;
|
|
@@ -39905,7 +39906,6 @@ declare const SectionInfo: z.ZodObject<{
|
|
|
39905
39906
|
discountExpireAt?: string | null | undefined;
|
|
39906
39907
|
currencyCode: string;
|
|
39907
39908
|
currencyType: "REAL" | "VIRTUAL";
|
|
39908
|
-
price: number;
|
|
39909
39909
|
currencyNamespace: string;
|
|
39910
39910
|
}>, "many">>>;
|
|
39911
39911
|
recurring: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -40202,6 +40202,7 @@ declare const SectionInfo: z.ZodObject<{
|
|
|
40202
40202
|
clazz?: string | null | undefined;
|
|
40203
40203
|
longDescription?: string | null | undefined;
|
|
40204
40204
|
regionData?: {
|
|
40205
|
+
price?: number | null | undefined;
|
|
40205
40206
|
discountPercentage?: number | null | undefined;
|
|
40206
40207
|
discountAmount?: number | null | undefined;
|
|
40207
40208
|
discountedPrice?: number | null | undefined;
|
|
@@ -40212,7 +40213,6 @@ declare const SectionInfo: z.ZodObject<{
|
|
|
40212
40213
|
discountExpireAt?: string | null | undefined;
|
|
40213
40214
|
currencyCode: string;
|
|
40214
40215
|
currencyType: "REAL" | "VIRTUAL";
|
|
40215
|
-
price: number;
|
|
40216
40216
|
currencyNamespace: string;
|
|
40217
40217
|
}[] | null | undefined;
|
|
40218
40218
|
boundItemIds?: string[] | null | undefined;
|
|
@@ -40313,6 +40313,7 @@ declare const SectionInfo: z.ZodObject<{
|
|
|
40313
40313
|
clazz?: string | null | undefined;
|
|
40314
40314
|
longDescription?: string | null | undefined;
|
|
40315
40315
|
regionData?: {
|
|
40316
|
+
price?: number | null | undefined;
|
|
40316
40317
|
discountPercentage?: number | null | undefined;
|
|
40317
40318
|
discountAmount?: number | null | undefined;
|
|
40318
40319
|
discountedPrice?: number | null | undefined;
|
|
@@ -40323,7 +40324,6 @@ declare const SectionInfo: z.ZodObject<{
|
|
|
40323
40324
|
discountExpireAt?: string | null | undefined;
|
|
40324
40325
|
currencyCode: string;
|
|
40325
40326
|
currencyType: "REAL" | "VIRTUAL";
|
|
40326
|
-
price: number;
|
|
40327
40327
|
currencyNamespace: string;
|
|
40328
40328
|
}[] | null | undefined;
|
|
40329
40329
|
boundItemIds?: string[] | null | undefined;
|
|
@@ -40437,6 +40437,7 @@ declare const SectionInfo: z.ZodObject<{
|
|
|
40437
40437
|
clazz?: string | null | undefined;
|
|
40438
40438
|
longDescription?: string | null | undefined;
|
|
40439
40439
|
regionData?: {
|
|
40440
|
+
price?: number | null | undefined;
|
|
40440
40441
|
discountPercentage?: number | null | undefined;
|
|
40441
40442
|
discountAmount?: number | null | undefined;
|
|
40442
40443
|
discountedPrice?: number | null | undefined;
|
|
@@ -40447,7 +40448,6 @@ declare const SectionInfo: z.ZodObject<{
|
|
|
40447
40448
|
discountExpireAt?: string | null | undefined;
|
|
40448
40449
|
currencyCode: string;
|
|
40449
40450
|
currencyType: "REAL" | "VIRTUAL";
|
|
40450
|
-
price: number;
|
|
40451
40451
|
currencyNamespace: string;
|
|
40452
40452
|
}[] | null | undefined;
|
|
40453
40453
|
boundItemIds?: string[] | null | undefined;
|
|
@@ -40566,6 +40566,7 @@ declare const SectionInfo: z.ZodObject<{
|
|
|
40566
40566
|
clazz?: string | null | undefined;
|
|
40567
40567
|
longDescription?: string | null | undefined;
|
|
40568
40568
|
regionData?: {
|
|
40569
|
+
price?: number | null | undefined;
|
|
40569
40570
|
discountPercentage?: number | null | undefined;
|
|
40570
40571
|
discountAmount?: number | null | undefined;
|
|
40571
40572
|
discountedPrice?: number | null | undefined;
|
|
@@ -40576,7 +40577,6 @@ declare const SectionInfo: z.ZodObject<{
|
|
|
40576
40577
|
discountExpireAt?: string | null | undefined;
|
|
40577
40578
|
currencyCode: string;
|
|
40578
40579
|
currencyType: "REAL" | "VIRTUAL";
|
|
40579
|
-
price: number;
|
|
40580
40580
|
currencyNamespace: string;
|
|
40581
40581
|
}[] | null | undefined;
|
|
40582
40582
|
boundItemIds?: string[] | null | undefined;
|
|
@@ -41175,7 +41175,7 @@ declare const ItemSnapshot: z.ZodObject<{
|
|
|
41175
41175
|
title: z.ZodString;
|
|
41176
41176
|
description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
41177
41177
|
regionDataItem: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
41178
|
-
price: z.ZodNumber
|
|
41178
|
+
price: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
41179
41179
|
discountPercentage: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
41180
41180
|
discountAmount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
41181
41181
|
discountedPrice: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -41188,6 +41188,7 @@ declare const ItemSnapshot: z.ZodObject<{
|
|
|
41188
41188
|
discountPurchaseAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
41189
41189
|
discountExpireAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
41190
41190
|
}, "strip", z.ZodTypeAny, {
|
|
41191
|
+
price?: number | null | undefined;
|
|
41191
41192
|
discountPercentage?: number | null | undefined;
|
|
41192
41193
|
discountAmount?: number | null | undefined;
|
|
41193
41194
|
discountedPrice?: number | null | undefined;
|
|
@@ -41198,9 +41199,9 @@ declare const ItemSnapshot: z.ZodObject<{
|
|
|
41198
41199
|
discountExpireAt?: string | null | undefined;
|
|
41199
41200
|
currencyCode: string;
|
|
41200
41201
|
currencyType: "REAL" | "VIRTUAL";
|
|
41201
|
-
price: number;
|
|
41202
41202
|
currencyNamespace: string;
|
|
41203
41203
|
}, {
|
|
41204
|
+
price?: number | null | undefined;
|
|
41204
41205
|
discountPercentage?: number | null | undefined;
|
|
41205
41206
|
discountAmount?: number | null | undefined;
|
|
41206
41207
|
discountedPrice?: number | null | undefined;
|
|
@@ -41211,7 +41212,6 @@ declare const ItemSnapshot: z.ZodObject<{
|
|
|
41211
41212
|
discountExpireAt?: string | null | undefined;
|
|
41212
41213
|
currencyCode: string;
|
|
41213
41214
|
currencyType: "REAL" | "VIRTUAL";
|
|
41214
|
-
price: number;
|
|
41215
41215
|
currencyNamespace: string;
|
|
41216
41216
|
}>>>;
|
|
41217
41217
|
recurring: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -41379,6 +41379,7 @@ declare const ItemSnapshot: z.ZodObject<{
|
|
|
41379
41379
|
targetCurrencyCode?: string | null | undefined;
|
|
41380
41380
|
targetItemId?: string | null | undefined;
|
|
41381
41381
|
regionDataItem?: {
|
|
41382
|
+
price?: number | null | undefined;
|
|
41382
41383
|
discountPercentage?: number | null | undefined;
|
|
41383
41384
|
discountAmount?: number | null | undefined;
|
|
41384
41385
|
discountedPrice?: number | null | undefined;
|
|
@@ -41389,7 +41390,6 @@ declare const ItemSnapshot: z.ZodObject<{
|
|
|
41389
41390
|
discountExpireAt?: string | null | undefined;
|
|
41390
41391
|
currencyCode: string;
|
|
41391
41392
|
currencyType: "REAL" | "VIRTUAL";
|
|
41392
|
-
price: number;
|
|
41393
41393
|
currencyNamespace: string;
|
|
41394
41394
|
} | null | undefined;
|
|
41395
41395
|
recurring?: {
|
|
@@ -41459,6 +41459,7 @@ declare const ItemSnapshot: z.ZodObject<{
|
|
|
41459
41459
|
targetCurrencyCode?: string | null | undefined;
|
|
41460
41460
|
targetItemId?: string | null | undefined;
|
|
41461
41461
|
regionDataItem?: {
|
|
41462
|
+
price?: number | null | undefined;
|
|
41462
41463
|
discountPercentage?: number | null | undefined;
|
|
41463
41464
|
discountAmount?: number | null | undefined;
|
|
41464
41465
|
discountedPrice?: number | null | undefined;
|
|
@@ -41469,7 +41470,6 @@ declare const ItemSnapshot: z.ZodObject<{
|
|
|
41469
41470
|
discountExpireAt?: string | null | undefined;
|
|
41470
41471
|
currencyCode: string;
|
|
41471
41472
|
currencyType: "REAL" | "VIRTUAL";
|
|
41472
|
-
price: number;
|
|
41473
41473
|
currencyNamespace: string;
|
|
41474
41474
|
} | null | undefined;
|
|
41475
41475
|
recurring?: {
|
|
@@ -41647,7 +41647,7 @@ declare const StackableEntitlementInfo: z.ZodObject<{
|
|
|
41647
41647
|
title: z.ZodString;
|
|
41648
41648
|
description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
41649
41649
|
regionDataItem: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
41650
|
-
price: z.ZodNumber
|
|
41650
|
+
price: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
41651
41651
|
discountPercentage: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
41652
41652
|
discountAmount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
41653
41653
|
discountedPrice: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -41660,6 +41660,7 @@ declare const StackableEntitlementInfo: z.ZodObject<{
|
|
|
41660
41660
|
discountPurchaseAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
41661
41661
|
discountExpireAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
41662
41662
|
}, "strip", z.ZodTypeAny, {
|
|
41663
|
+
price?: number | null | undefined;
|
|
41663
41664
|
discountPercentage?: number | null | undefined;
|
|
41664
41665
|
discountAmount?: number | null | undefined;
|
|
41665
41666
|
discountedPrice?: number | null | undefined;
|
|
@@ -41670,9 +41671,9 @@ declare const StackableEntitlementInfo: z.ZodObject<{
|
|
|
41670
41671
|
discountExpireAt?: string | null | undefined;
|
|
41671
41672
|
currencyCode: string;
|
|
41672
41673
|
currencyType: "REAL" | "VIRTUAL";
|
|
41673
|
-
price: number;
|
|
41674
41674
|
currencyNamespace: string;
|
|
41675
41675
|
}, {
|
|
41676
|
+
price?: number | null | undefined;
|
|
41676
41677
|
discountPercentage?: number | null | undefined;
|
|
41677
41678
|
discountAmount?: number | null | undefined;
|
|
41678
41679
|
discountedPrice?: number | null | undefined;
|
|
@@ -41683,7 +41684,6 @@ declare const StackableEntitlementInfo: z.ZodObject<{
|
|
|
41683
41684
|
discountExpireAt?: string | null | undefined;
|
|
41684
41685
|
currencyCode: string;
|
|
41685
41686
|
currencyType: "REAL" | "VIRTUAL";
|
|
41686
|
-
price: number;
|
|
41687
41687
|
currencyNamespace: string;
|
|
41688
41688
|
}>>>;
|
|
41689
41689
|
recurring: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -41851,6 +41851,7 @@ declare const StackableEntitlementInfo: z.ZodObject<{
|
|
|
41851
41851
|
targetCurrencyCode?: string | null | undefined;
|
|
41852
41852
|
targetItemId?: string | null | undefined;
|
|
41853
41853
|
regionDataItem?: {
|
|
41854
|
+
price?: number | null | undefined;
|
|
41854
41855
|
discountPercentage?: number | null | undefined;
|
|
41855
41856
|
discountAmount?: number | null | undefined;
|
|
41856
41857
|
discountedPrice?: number | null | undefined;
|
|
@@ -41861,7 +41862,6 @@ declare const StackableEntitlementInfo: z.ZodObject<{
|
|
|
41861
41862
|
discountExpireAt?: string | null | undefined;
|
|
41862
41863
|
currencyCode: string;
|
|
41863
41864
|
currencyType: "REAL" | "VIRTUAL";
|
|
41864
|
-
price: number;
|
|
41865
41865
|
currencyNamespace: string;
|
|
41866
41866
|
} | null | undefined;
|
|
41867
41867
|
recurring?: {
|
|
@@ -41931,6 +41931,7 @@ declare const StackableEntitlementInfo: z.ZodObject<{
|
|
|
41931
41931
|
targetCurrencyCode?: string | null | undefined;
|
|
41932
41932
|
targetItemId?: string | null | undefined;
|
|
41933
41933
|
regionDataItem?: {
|
|
41934
|
+
price?: number | null | undefined;
|
|
41934
41935
|
discountPercentage?: number | null | undefined;
|
|
41935
41936
|
discountAmount?: number | null | undefined;
|
|
41936
41937
|
discountedPrice?: number | null | undefined;
|
|
@@ -41941,7 +41942,6 @@ declare const StackableEntitlementInfo: z.ZodObject<{
|
|
|
41941
41942
|
discountExpireAt?: string | null | undefined;
|
|
41942
41943
|
currencyCode: string;
|
|
41943
41944
|
currencyType: "REAL" | "VIRTUAL";
|
|
41944
|
-
price: number;
|
|
41945
41945
|
currencyNamespace: string;
|
|
41946
41946
|
} | null | undefined;
|
|
41947
41947
|
recurring?: {
|
|
@@ -42029,6 +42029,7 @@ declare const StackableEntitlementInfo: z.ZodObject<{
|
|
|
42029
42029
|
targetCurrencyCode?: string | null | undefined;
|
|
42030
42030
|
targetItemId?: string | null | undefined;
|
|
42031
42031
|
regionDataItem?: {
|
|
42032
|
+
price?: number | null | undefined;
|
|
42032
42033
|
discountPercentage?: number | null | undefined;
|
|
42033
42034
|
discountAmount?: number | null | undefined;
|
|
42034
42035
|
discountedPrice?: number | null | undefined;
|
|
@@ -42039,7 +42040,6 @@ declare const StackableEntitlementInfo: z.ZodObject<{
|
|
|
42039
42040
|
discountExpireAt?: string | null | undefined;
|
|
42040
42041
|
currencyCode: string;
|
|
42041
42042
|
currencyType: "REAL" | "VIRTUAL";
|
|
42042
|
-
price: number;
|
|
42043
42043
|
currencyNamespace: string;
|
|
42044
42044
|
} | null | undefined;
|
|
42045
42045
|
recurring?: {
|
|
@@ -42135,6 +42135,7 @@ declare const StackableEntitlementInfo: z.ZodObject<{
|
|
|
42135
42135
|
targetCurrencyCode?: string | null | undefined;
|
|
42136
42136
|
targetItemId?: string | null | undefined;
|
|
42137
42137
|
regionDataItem?: {
|
|
42138
|
+
price?: number | null | undefined;
|
|
42138
42139
|
discountPercentage?: number | null | undefined;
|
|
42139
42140
|
discountAmount?: number | null | undefined;
|
|
42140
42141
|
discountedPrice?: number | null | undefined;
|
|
@@ -42145,7 +42146,6 @@ declare const StackableEntitlementInfo: z.ZodObject<{
|
|
|
42145
42146
|
discountExpireAt?: string | null | undefined;
|
|
42146
42147
|
currencyCode: string;
|
|
42147
42148
|
currencyType: "REAL" | "VIRTUAL";
|
|
42148
|
-
price: number;
|
|
42149
42149
|
currencyNamespace: string;
|
|
42150
42150
|
} | null | undefined;
|
|
42151
42151
|
recurring?: {
|
|
@@ -43215,7 +43215,7 @@ declare const FulfillmentScriptContext: z.ZodObject<{
|
|
|
43215
43215
|
}>, "many">>>;
|
|
43216
43216
|
thumbnailUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
43217
43217
|
regionData: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
43218
|
-
price: z.ZodNumber
|
|
43218
|
+
price: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
43219
43219
|
discountPercentage: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
43220
43220
|
discountAmount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
43221
43221
|
discountedPrice: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -43228,6 +43228,7 @@ declare const FulfillmentScriptContext: z.ZodObject<{
|
|
|
43228
43228
|
discountPurchaseAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
43229
43229
|
discountExpireAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
43230
43230
|
}, "strip", z.ZodTypeAny, {
|
|
43231
|
+
price?: number | null | undefined;
|
|
43231
43232
|
discountPercentage?: number | null | undefined;
|
|
43232
43233
|
discountAmount?: number | null | undefined;
|
|
43233
43234
|
discountedPrice?: number | null | undefined;
|
|
@@ -43238,9 +43239,9 @@ declare const FulfillmentScriptContext: z.ZodObject<{
|
|
|
43238
43239
|
discountExpireAt?: string | null | undefined;
|
|
43239
43240
|
currencyCode: string;
|
|
43240
43241
|
currencyType: "REAL" | "VIRTUAL";
|
|
43241
|
-
price: number;
|
|
43242
43242
|
currencyNamespace: string;
|
|
43243
43243
|
}, {
|
|
43244
|
+
price?: number | null | undefined;
|
|
43244
43245
|
discountPercentage?: number | null | undefined;
|
|
43245
43246
|
discountAmount?: number | null | undefined;
|
|
43246
43247
|
discountedPrice?: number | null | undefined;
|
|
@@ -43251,7 +43252,6 @@ declare const FulfillmentScriptContext: z.ZodObject<{
|
|
|
43251
43252
|
discountExpireAt?: string | null | undefined;
|
|
43252
43253
|
currencyCode: string;
|
|
43253
43254
|
currencyType: "REAL" | "VIRTUAL";
|
|
43254
|
-
price: number;
|
|
43255
43255
|
currencyNamespace: string;
|
|
43256
43256
|
}>, "many">>>;
|
|
43257
43257
|
recurring: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -43548,6 +43548,7 @@ declare const FulfillmentScriptContext: z.ZodObject<{
|
|
|
43548
43548
|
clazz?: string | null | undefined;
|
|
43549
43549
|
longDescription?: string | null | undefined;
|
|
43550
43550
|
regionData?: {
|
|
43551
|
+
price?: number | null | undefined;
|
|
43551
43552
|
discountPercentage?: number | null | undefined;
|
|
43552
43553
|
discountAmount?: number | null | undefined;
|
|
43553
43554
|
discountedPrice?: number | null | undefined;
|
|
@@ -43558,7 +43559,6 @@ declare const FulfillmentScriptContext: z.ZodObject<{
|
|
|
43558
43559
|
discountExpireAt?: string | null | undefined;
|
|
43559
43560
|
currencyCode: string;
|
|
43560
43561
|
currencyType: "REAL" | "VIRTUAL";
|
|
43561
|
-
price: number;
|
|
43562
43562
|
currencyNamespace: string;
|
|
43563
43563
|
}[] | null | undefined;
|
|
43564
43564
|
boundItemIds?: string[] | null | undefined;
|
|
@@ -43659,6 +43659,7 @@ declare const FulfillmentScriptContext: z.ZodObject<{
|
|
|
43659
43659
|
clazz?: string | null | undefined;
|
|
43660
43660
|
longDescription?: string | null | undefined;
|
|
43661
43661
|
regionData?: {
|
|
43662
|
+
price?: number | null | undefined;
|
|
43662
43663
|
discountPercentage?: number | null | undefined;
|
|
43663
43664
|
discountAmount?: number | null | undefined;
|
|
43664
43665
|
discountedPrice?: number | null | undefined;
|
|
@@ -43669,7 +43670,6 @@ declare const FulfillmentScriptContext: z.ZodObject<{
|
|
|
43669
43670
|
discountExpireAt?: string | null | undefined;
|
|
43670
43671
|
currencyCode: string;
|
|
43671
43672
|
currencyType: "REAL" | "VIRTUAL";
|
|
43672
|
-
price: number;
|
|
43673
43673
|
currencyNamespace: string;
|
|
43674
43674
|
}[] | null | undefined;
|
|
43675
43675
|
boundItemIds?: string[] | null | undefined;
|
|
@@ -43785,6 +43785,7 @@ declare const FulfillmentScriptContext: z.ZodObject<{
|
|
|
43785
43785
|
clazz?: string | null | undefined;
|
|
43786
43786
|
longDescription?: string | null | undefined;
|
|
43787
43787
|
regionData?: {
|
|
43788
|
+
price?: number | null | undefined;
|
|
43788
43789
|
discountPercentage?: number | null | undefined;
|
|
43789
43790
|
discountAmount?: number | null | undefined;
|
|
43790
43791
|
discountedPrice?: number | null | undefined;
|
|
@@ -43795,7 +43796,6 @@ declare const FulfillmentScriptContext: z.ZodObject<{
|
|
|
43795
43796
|
discountExpireAt?: string | null | undefined;
|
|
43796
43797
|
currencyCode: string;
|
|
43797
43798
|
currencyType: "REAL" | "VIRTUAL";
|
|
43798
|
-
price: number;
|
|
43799
43799
|
currencyNamespace: string;
|
|
43800
43800
|
}[] | null | undefined;
|
|
43801
43801
|
boundItemIds?: string[] | null | undefined;
|
|
@@ -43911,6 +43911,7 @@ declare const FulfillmentScriptContext: z.ZodObject<{
|
|
|
43911
43911
|
clazz?: string | null | undefined;
|
|
43912
43912
|
longDescription?: string | null | undefined;
|
|
43913
43913
|
regionData?: {
|
|
43914
|
+
price?: number | null | undefined;
|
|
43914
43915
|
discountPercentage?: number | null | undefined;
|
|
43915
43916
|
discountAmount?: number | null | undefined;
|
|
43916
43917
|
discountedPrice?: number | null | undefined;
|
|
@@ -43921,7 +43922,6 @@ declare const FulfillmentScriptContext: z.ZodObject<{
|
|
|
43921
43922
|
discountExpireAt?: string | null | undefined;
|
|
43922
43923
|
currencyCode: string;
|
|
43923
43924
|
currencyType: "REAL" | "VIRTUAL";
|
|
43924
|
-
price: number;
|
|
43925
43925
|
currencyNamespace: string;
|
|
43926
43926
|
}[] | null | undefined;
|
|
43927
43927
|
boundItemIds?: string[] | null | undefined;
|
|
@@ -44053,7 +44053,7 @@ declare const FulfillmentScriptEvalTestRequest: z.ZodObject<{
|
|
|
44053
44053
|
}>, "many">>>;
|
|
44054
44054
|
thumbnailUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
44055
44055
|
regionData: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
44056
|
-
price: z.ZodNumber
|
|
44056
|
+
price: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
44057
44057
|
discountPercentage: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
44058
44058
|
discountAmount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
44059
44059
|
discountedPrice: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -44066,6 +44066,7 @@ declare const FulfillmentScriptEvalTestRequest: z.ZodObject<{
|
|
|
44066
44066
|
discountPurchaseAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
44067
44067
|
discountExpireAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
44068
44068
|
}, "strip", z.ZodTypeAny, {
|
|
44069
|
+
price?: number | null | undefined;
|
|
44069
44070
|
discountPercentage?: number | null | undefined;
|
|
44070
44071
|
discountAmount?: number | null | undefined;
|
|
44071
44072
|
discountedPrice?: number | null | undefined;
|
|
@@ -44076,9 +44077,9 @@ declare const FulfillmentScriptEvalTestRequest: z.ZodObject<{
|
|
|
44076
44077
|
discountExpireAt?: string | null | undefined;
|
|
44077
44078
|
currencyCode: string;
|
|
44078
44079
|
currencyType: "REAL" | "VIRTUAL";
|
|
44079
|
-
price: number;
|
|
44080
44080
|
currencyNamespace: string;
|
|
44081
44081
|
}, {
|
|
44082
|
+
price?: number | null | undefined;
|
|
44082
44083
|
discountPercentage?: number | null | undefined;
|
|
44083
44084
|
discountAmount?: number | null | undefined;
|
|
44084
44085
|
discountedPrice?: number | null | undefined;
|
|
@@ -44089,7 +44090,6 @@ declare const FulfillmentScriptEvalTestRequest: z.ZodObject<{
|
|
|
44089
44090
|
discountExpireAt?: string | null | undefined;
|
|
44090
44091
|
currencyCode: string;
|
|
44091
44092
|
currencyType: "REAL" | "VIRTUAL";
|
|
44092
|
-
price: number;
|
|
44093
44093
|
currencyNamespace: string;
|
|
44094
44094
|
}>, "many">>>;
|
|
44095
44095
|
recurring: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -44386,6 +44386,7 @@ declare const FulfillmentScriptEvalTestRequest: z.ZodObject<{
|
|
|
44386
44386
|
clazz?: string | null | undefined;
|
|
44387
44387
|
longDescription?: string | null | undefined;
|
|
44388
44388
|
regionData?: {
|
|
44389
|
+
price?: number | null | undefined;
|
|
44389
44390
|
discountPercentage?: number | null | undefined;
|
|
44390
44391
|
discountAmount?: number | null | undefined;
|
|
44391
44392
|
discountedPrice?: number | null | undefined;
|
|
@@ -44396,7 +44397,6 @@ declare const FulfillmentScriptEvalTestRequest: z.ZodObject<{
|
|
|
44396
44397
|
discountExpireAt?: string | null | undefined;
|
|
44397
44398
|
currencyCode: string;
|
|
44398
44399
|
currencyType: "REAL" | "VIRTUAL";
|
|
44399
|
-
price: number;
|
|
44400
44400
|
currencyNamespace: string;
|
|
44401
44401
|
}[] | null | undefined;
|
|
44402
44402
|
boundItemIds?: string[] | null | undefined;
|
|
@@ -44497,6 +44497,7 @@ declare const FulfillmentScriptEvalTestRequest: z.ZodObject<{
|
|
|
44497
44497
|
clazz?: string | null | undefined;
|
|
44498
44498
|
longDescription?: string | null | undefined;
|
|
44499
44499
|
regionData?: {
|
|
44500
|
+
price?: number | null | undefined;
|
|
44500
44501
|
discountPercentage?: number | null | undefined;
|
|
44501
44502
|
discountAmount?: number | null | undefined;
|
|
44502
44503
|
discountedPrice?: number | null | undefined;
|
|
@@ -44507,7 +44508,6 @@ declare const FulfillmentScriptEvalTestRequest: z.ZodObject<{
|
|
|
44507
44508
|
discountExpireAt?: string | null | undefined;
|
|
44508
44509
|
currencyCode: string;
|
|
44509
44510
|
currencyType: "REAL" | "VIRTUAL";
|
|
44510
|
-
price: number;
|
|
44511
44511
|
currencyNamespace: string;
|
|
44512
44512
|
}[] | null | undefined;
|
|
44513
44513
|
boundItemIds?: string[] | null | undefined;
|
|
@@ -44623,6 +44623,7 @@ declare const FulfillmentScriptEvalTestRequest: z.ZodObject<{
|
|
|
44623
44623
|
clazz?: string | null | undefined;
|
|
44624
44624
|
longDescription?: string | null | undefined;
|
|
44625
44625
|
regionData?: {
|
|
44626
|
+
price?: number | null | undefined;
|
|
44626
44627
|
discountPercentage?: number | null | undefined;
|
|
44627
44628
|
discountAmount?: number | null | undefined;
|
|
44628
44629
|
discountedPrice?: number | null | undefined;
|
|
@@ -44633,7 +44634,6 @@ declare const FulfillmentScriptEvalTestRequest: z.ZodObject<{
|
|
|
44633
44634
|
discountExpireAt?: string | null | undefined;
|
|
44634
44635
|
currencyCode: string;
|
|
44635
44636
|
currencyType: "REAL" | "VIRTUAL";
|
|
44636
|
-
price: number;
|
|
44637
44637
|
currencyNamespace: string;
|
|
44638
44638
|
}[] | null | undefined;
|
|
44639
44639
|
boundItemIds?: string[] | null | undefined;
|
|
@@ -44749,6 +44749,7 @@ declare const FulfillmentScriptEvalTestRequest: z.ZodObject<{
|
|
|
44749
44749
|
clazz?: string | null | undefined;
|
|
44750
44750
|
longDescription?: string | null | undefined;
|
|
44751
44751
|
regionData?: {
|
|
44752
|
+
price?: number | null | undefined;
|
|
44752
44753
|
discountPercentage?: number | null | undefined;
|
|
44753
44754
|
discountAmount?: number | null | undefined;
|
|
44754
44755
|
discountedPrice?: number | null | undefined;
|
|
@@ -44759,7 +44760,6 @@ declare const FulfillmentScriptEvalTestRequest: z.ZodObject<{
|
|
|
44759
44760
|
discountExpireAt?: string | null | undefined;
|
|
44760
44761
|
currencyCode: string;
|
|
44761
44762
|
currencyType: "REAL" | "VIRTUAL";
|
|
44762
|
-
price: number;
|
|
44763
44763
|
currencyNamespace: string;
|
|
44764
44764
|
}[] | null | undefined;
|
|
44765
44765
|
boundItemIds?: string[] | null | undefined;
|
|
@@ -44879,6 +44879,7 @@ declare const FulfillmentScriptEvalTestRequest: z.ZodObject<{
|
|
|
44879
44879
|
clazz?: string | null | undefined;
|
|
44880
44880
|
longDescription?: string | null | undefined;
|
|
44881
44881
|
regionData?: {
|
|
44882
|
+
price?: number | null | undefined;
|
|
44882
44883
|
discountPercentage?: number | null | undefined;
|
|
44883
44884
|
discountAmount?: number | null | undefined;
|
|
44884
44885
|
discountedPrice?: number | null | undefined;
|
|
@@ -44889,7 +44890,6 @@ declare const FulfillmentScriptEvalTestRequest: z.ZodObject<{
|
|
|
44889
44890
|
discountExpireAt?: string | null | undefined;
|
|
44890
44891
|
currencyCode: string;
|
|
44891
44892
|
currencyType: "REAL" | "VIRTUAL";
|
|
44892
|
-
price: number;
|
|
44893
44893
|
currencyNamespace: string;
|
|
44894
44894
|
}[] | null | undefined;
|
|
44895
44895
|
boundItemIds?: string[] | null | undefined;
|
|
@@ -45009,6 +45009,7 @@ declare const FulfillmentScriptEvalTestRequest: z.ZodObject<{
|
|
|
45009
45009
|
clazz?: string | null | undefined;
|
|
45010
45010
|
longDescription?: string | null | undefined;
|
|
45011
45011
|
regionData?: {
|
|
45012
|
+
price?: number | null | undefined;
|
|
45012
45013
|
discountPercentage?: number | null | undefined;
|
|
45013
45014
|
discountAmount?: number | null | undefined;
|
|
45014
45015
|
discountedPrice?: number | null | undefined;
|
|
@@ -45019,7 +45020,6 @@ declare const FulfillmentScriptEvalTestRequest: z.ZodObject<{
|
|
|
45019
45020
|
discountExpireAt?: string | null | undefined;
|
|
45020
45021
|
currencyCode: string;
|
|
45021
45022
|
currencyType: "REAL" | "VIRTUAL";
|
|
45022
|
-
price: number;
|
|
45023
45023
|
currencyNamespace: string;
|
|
45024
45024
|
}[] | null | undefined;
|
|
45025
45025
|
boundItemIds?: string[] | null | undefined;
|
|
@@ -48776,7 +48776,7 @@ declare const OrderPagingResult: z.ZodObject<{
|
|
|
48776
48776
|
title: z.ZodString;
|
|
48777
48777
|
description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
48778
48778
|
regionDataItem: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
48779
|
-
price: z.ZodNumber
|
|
48779
|
+
price: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
48780
48780
|
discountPercentage: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
48781
48781
|
discountAmount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
48782
48782
|
discountedPrice: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -48789,6 +48789,7 @@ declare const OrderPagingResult: z.ZodObject<{
|
|
|
48789
48789
|
discountPurchaseAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
48790
48790
|
discountExpireAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
48791
48791
|
}, "strip", z.ZodTypeAny, {
|
|
48792
|
+
price?: number | null | undefined;
|
|
48792
48793
|
discountPercentage?: number | null | undefined;
|
|
48793
48794
|
discountAmount?: number | null | undefined;
|
|
48794
48795
|
discountedPrice?: number | null | undefined;
|
|
@@ -48799,9 +48800,9 @@ declare const OrderPagingResult: z.ZodObject<{
|
|
|
48799
48800
|
discountExpireAt?: string | null | undefined;
|
|
48800
48801
|
currencyCode: string;
|
|
48801
48802
|
currencyType: "REAL" | "VIRTUAL";
|
|
48802
|
-
price: number;
|
|
48803
48803
|
currencyNamespace: string;
|
|
48804
48804
|
}, {
|
|
48805
|
+
price?: number | null | undefined;
|
|
48805
48806
|
discountPercentage?: number | null | undefined;
|
|
48806
48807
|
discountAmount?: number | null | undefined;
|
|
48807
48808
|
discountedPrice?: number | null | undefined;
|
|
@@ -48812,7 +48813,6 @@ declare const OrderPagingResult: z.ZodObject<{
|
|
|
48812
48813
|
discountExpireAt?: string | null | undefined;
|
|
48813
48814
|
currencyCode: string;
|
|
48814
48815
|
currencyType: "REAL" | "VIRTUAL";
|
|
48815
|
-
price: number;
|
|
48816
48816
|
currencyNamespace: string;
|
|
48817
48817
|
}>>>;
|
|
48818
48818
|
recurring: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -48980,6 +48980,7 @@ declare const OrderPagingResult: z.ZodObject<{
|
|
|
48980
48980
|
targetCurrencyCode?: string | null | undefined;
|
|
48981
48981
|
targetItemId?: string | null | undefined;
|
|
48982
48982
|
regionDataItem?: {
|
|
48983
|
+
price?: number | null | undefined;
|
|
48983
48984
|
discountPercentage?: number | null | undefined;
|
|
48984
48985
|
discountAmount?: number | null | undefined;
|
|
48985
48986
|
discountedPrice?: number | null | undefined;
|
|
@@ -48990,7 +48991,6 @@ declare const OrderPagingResult: z.ZodObject<{
|
|
|
48990
48991
|
discountExpireAt?: string | null | undefined;
|
|
48991
48992
|
currencyCode: string;
|
|
48992
48993
|
currencyType: "REAL" | "VIRTUAL";
|
|
48993
|
-
price: number;
|
|
48994
48994
|
currencyNamespace: string;
|
|
48995
48995
|
} | null | undefined;
|
|
48996
48996
|
recurring?: {
|
|
@@ -49060,6 +49060,7 @@ declare const OrderPagingResult: z.ZodObject<{
|
|
|
49060
49060
|
targetCurrencyCode?: string | null | undefined;
|
|
49061
49061
|
targetItemId?: string | null | undefined;
|
|
49062
49062
|
regionDataItem?: {
|
|
49063
|
+
price?: number | null | undefined;
|
|
49063
49064
|
discountPercentage?: number | null | undefined;
|
|
49064
49065
|
discountAmount?: number | null | undefined;
|
|
49065
49066
|
discountedPrice?: number | null | undefined;
|
|
@@ -49070,7 +49071,6 @@ declare const OrderPagingResult: z.ZodObject<{
|
|
|
49070
49071
|
discountExpireAt?: string | null | undefined;
|
|
49071
49072
|
currencyCode: string;
|
|
49072
49073
|
currencyType: "REAL" | "VIRTUAL";
|
|
49073
|
-
price: number;
|
|
49074
49074
|
currencyNamespace: string;
|
|
49075
49075
|
} | null | undefined;
|
|
49076
49076
|
recurring?: {
|
|
@@ -49163,6 +49163,7 @@ declare const OrderPagingResult: z.ZodObject<{
|
|
|
49163
49163
|
targetCurrencyCode?: string | null | undefined;
|
|
49164
49164
|
targetItemId?: string | null | undefined;
|
|
49165
49165
|
regionDataItem?: {
|
|
49166
|
+
price?: number | null | undefined;
|
|
49166
49167
|
discountPercentage?: number | null | undefined;
|
|
49167
49168
|
discountAmount?: number | null | undefined;
|
|
49168
49169
|
discountedPrice?: number | null | undefined;
|
|
@@ -49173,7 +49174,6 @@ declare const OrderPagingResult: z.ZodObject<{
|
|
|
49173
49174
|
discountExpireAt?: string | null | undefined;
|
|
49174
49175
|
currencyCode: string;
|
|
49175
49176
|
currencyType: "REAL" | "VIRTUAL";
|
|
49176
|
-
price: number;
|
|
49177
49177
|
currencyNamespace: string;
|
|
49178
49178
|
} | null | undefined;
|
|
49179
49179
|
recurring?: {
|
|
@@ -49290,6 +49290,7 @@ declare const OrderPagingResult: z.ZodObject<{
|
|
|
49290
49290
|
targetCurrencyCode?: string | null | undefined;
|
|
49291
49291
|
targetItemId?: string | null | undefined;
|
|
49292
49292
|
regionDataItem?: {
|
|
49293
|
+
price?: number | null | undefined;
|
|
49293
49294
|
discountPercentage?: number | null | undefined;
|
|
49294
49295
|
discountAmount?: number | null | undefined;
|
|
49295
49296
|
discountedPrice?: number | null | undefined;
|
|
@@ -49300,7 +49301,6 @@ declare const OrderPagingResult: z.ZodObject<{
|
|
|
49300
49301
|
discountExpireAt?: string | null | undefined;
|
|
49301
49302
|
currencyCode: string;
|
|
49302
49303
|
currencyType: "REAL" | "VIRTUAL";
|
|
49303
|
-
price: number;
|
|
49304
49304
|
currencyNamespace: string;
|
|
49305
49305
|
} | null | undefined;
|
|
49306
49306
|
recurring?: {
|
|
@@ -49435,6 +49435,7 @@ declare const OrderPagingResult: z.ZodObject<{
|
|
|
49435
49435
|
targetCurrencyCode?: string | null | undefined;
|
|
49436
49436
|
targetItemId?: string | null | undefined;
|
|
49437
49437
|
regionDataItem?: {
|
|
49438
|
+
price?: number | null | undefined;
|
|
49438
49439
|
discountPercentage?: number | null | undefined;
|
|
49439
49440
|
discountAmount?: number | null | undefined;
|
|
49440
49441
|
discountedPrice?: number | null | undefined;
|
|
@@ -49445,7 +49446,6 @@ declare const OrderPagingResult: z.ZodObject<{
|
|
|
49445
49446
|
discountExpireAt?: string | null | undefined;
|
|
49446
49447
|
currencyCode: string;
|
|
49447
49448
|
currencyType: "REAL" | "VIRTUAL";
|
|
49448
|
-
price: number;
|
|
49449
49449
|
currencyNamespace: string;
|
|
49450
49450
|
} | null | undefined;
|
|
49451
49451
|
recurring?: {
|
|
@@ -49569,6 +49569,7 @@ declare const OrderPagingResult: z.ZodObject<{
|
|
|
49569
49569
|
targetCurrencyCode?: string | null | undefined;
|
|
49570
49570
|
targetItemId?: string | null | undefined;
|
|
49571
49571
|
regionDataItem?: {
|
|
49572
|
+
price?: number | null | undefined;
|
|
49572
49573
|
discountPercentage?: number | null | undefined;
|
|
49573
49574
|
discountAmount?: number | null | undefined;
|
|
49574
49575
|
discountedPrice?: number | null | undefined;
|
|
@@ -49579,7 +49580,6 @@ declare const OrderPagingResult: z.ZodObject<{
|
|
|
49579
49580
|
discountExpireAt?: string | null | undefined;
|
|
49580
49581
|
currencyCode: string;
|
|
49581
49582
|
currencyType: "REAL" | "VIRTUAL";
|
|
49582
|
-
price: number;
|
|
49583
49583
|
currencyNamespace: string;
|
|
49584
49584
|
} | null | undefined;
|
|
49585
49585
|
recurring?: {
|
|
@@ -49758,7 +49758,7 @@ declare const Order: z.ZodObject<{
|
|
|
49758
49758
|
title: z.ZodString;
|
|
49759
49759
|
description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
49760
49760
|
regionDataItem: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
49761
|
-
price: z.ZodNumber
|
|
49761
|
+
price: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
49762
49762
|
discountPercentage: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
49763
49763
|
discountAmount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
49764
49764
|
discountedPrice: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -49771,6 +49771,7 @@ declare const Order: z.ZodObject<{
|
|
|
49771
49771
|
discountPurchaseAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
49772
49772
|
discountExpireAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
49773
49773
|
}, "strip", z.ZodTypeAny, {
|
|
49774
|
+
price?: number | null | undefined;
|
|
49774
49775
|
discountPercentage?: number | null | undefined;
|
|
49775
49776
|
discountAmount?: number | null | undefined;
|
|
49776
49777
|
discountedPrice?: number | null | undefined;
|
|
@@ -49781,9 +49782,9 @@ declare const Order: z.ZodObject<{
|
|
|
49781
49782
|
discountExpireAt?: string | null | undefined;
|
|
49782
49783
|
currencyCode: string;
|
|
49783
49784
|
currencyType: "REAL" | "VIRTUAL";
|
|
49784
|
-
price: number;
|
|
49785
49785
|
currencyNamespace: string;
|
|
49786
49786
|
}, {
|
|
49787
|
+
price?: number | null | undefined;
|
|
49787
49788
|
discountPercentage?: number | null | undefined;
|
|
49788
49789
|
discountAmount?: number | null | undefined;
|
|
49789
49790
|
discountedPrice?: number | null | undefined;
|
|
@@ -49794,7 +49795,6 @@ declare const Order: z.ZodObject<{
|
|
|
49794
49795
|
discountExpireAt?: string | null | undefined;
|
|
49795
49796
|
currencyCode: string;
|
|
49796
49797
|
currencyType: "REAL" | "VIRTUAL";
|
|
49797
|
-
price: number;
|
|
49798
49798
|
currencyNamespace: string;
|
|
49799
49799
|
}>>>;
|
|
49800
49800
|
recurring: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -49962,6 +49962,7 @@ declare const Order: z.ZodObject<{
|
|
|
49962
49962
|
targetCurrencyCode?: string | null | undefined;
|
|
49963
49963
|
targetItemId?: string | null | undefined;
|
|
49964
49964
|
regionDataItem?: {
|
|
49965
|
+
price?: number | null | undefined;
|
|
49965
49966
|
discountPercentage?: number | null | undefined;
|
|
49966
49967
|
discountAmount?: number | null | undefined;
|
|
49967
49968
|
discountedPrice?: number | null | undefined;
|
|
@@ -49972,7 +49973,6 @@ declare const Order: z.ZodObject<{
|
|
|
49972
49973
|
discountExpireAt?: string | null | undefined;
|
|
49973
49974
|
currencyCode: string;
|
|
49974
49975
|
currencyType: "REAL" | "VIRTUAL";
|
|
49975
|
-
price: number;
|
|
49976
49976
|
currencyNamespace: string;
|
|
49977
49977
|
} | null | undefined;
|
|
49978
49978
|
recurring?: {
|
|
@@ -50042,6 +50042,7 @@ declare const Order: z.ZodObject<{
|
|
|
50042
50042
|
targetCurrencyCode?: string | null | undefined;
|
|
50043
50043
|
targetItemId?: string | null | undefined;
|
|
50044
50044
|
regionDataItem?: {
|
|
50045
|
+
price?: number | null | undefined;
|
|
50045
50046
|
discountPercentage?: number | null | undefined;
|
|
50046
50047
|
discountAmount?: number | null | undefined;
|
|
50047
50048
|
discountedPrice?: number | null | undefined;
|
|
@@ -50052,7 +50053,6 @@ declare const Order: z.ZodObject<{
|
|
|
50052
50053
|
discountExpireAt?: string | null | undefined;
|
|
50053
50054
|
currencyCode: string;
|
|
50054
50055
|
currencyType: "REAL" | "VIRTUAL";
|
|
50055
|
-
price: number;
|
|
50056
50056
|
currencyNamespace: string;
|
|
50057
50057
|
} | null | undefined;
|
|
50058
50058
|
recurring?: {
|
|
@@ -50147,6 +50147,7 @@ declare const Order: z.ZodObject<{
|
|
|
50147
50147
|
targetCurrencyCode?: string | null | undefined;
|
|
50148
50148
|
targetItemId?: string | null | undefined;
|
|
50149
50149
|
regionDataItem?: {
|
|
50150
|
+
price?: number | null | undefined;
|
|
50150
50151
|
discountPercentage?: number | null | undefined;
|
|
50151
50152
|
discountAmount?: number | null | undefined;
|
|
50152
50153
|
discountedPrice?: number | null | undefined;
|
|
@@ -50157,7 +50158,6 @@ declare const Order: z.ZodObject<{
|
|
|
50157
50158
|
discountExpireAt?: string | null | undefined;
|
|
50158
50159
|
currencyCode: string;
|
|
50159
50160
|
currencyType: "REAL" | "VIRTUAL";
|
|
50160
|
-
price: number;
|
|
50161
50161
|
currencyNamespace: string;
|
|
50162
50162
|
} | null | undefined;
|
|
50163
50163
|
recurring?: {
|
|
@@ -50281,6 +50281,7 @@ declare const Order: z.ZodObject<{
|
|
|
50281
50281
|
targetCurrencyCode?: string | null | undefined;
|
|
50282
50282
|
targetItemId?: string | null | undefined;
|
|
50283
50283
|
regionDataItem?: {
|
|
50284
|
+
price?: number | null | undefined;
|
|
50284
50285
|
discountPercentage?: number | null | undefined;
|
|
50285
50286
|
discountAmount?: number | null | undefined;
|
|
50286
50287
|
discountedPrice?: number | null | undefined;
|
|
@@ -50291,7 +50292,6 @@ declare const Order: z.ZodObject<{
|
|
|
50291
50292
|
discountExpireAt?: string | null | undefined;
|
|
50292
50293
|
currencyCode: string;
|
|
50293
50294
|
currencyType: "REAL" | "VIRTUAL";
|
|
50294
|
-
price: number;
|
|
50295
50295
|
currencyNamespace: string;
|
|
50296
50296
|
} | null | undefined;
|
|
50297
50297
|
recurring?: {
|
|
@@ -50469,7 +50469,7 @@ declare const OrderSyncResult: z.ZodObject<{
|
|
|
50469
50469
|
title: z.ZodString;
|
|
50470
50470
|
description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
50471
50471
|
regionDataItem: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
50472
|
-
price: z.ZodNumber
|
|
50472
|
+
price: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
50473
50473
|
discountPercentage: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
50474
50474
|
discountAmount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
50475
50475
|
discountedPrice: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -50482,6 +50482,7 @@ declare const OrderSyncResult: z.ZodObject<{
|
|
|
50482
50482
|
discountPurchaseAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
50483
50483
|
discountExpireAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
50484
50484
|
}, "strip", z.ZodTypeAny, {
|
|
50485
|
+
price?: number | null | undefined;
|
|
50485
50486
|
discountPercentage?: number | null | undefined;
|
|
50486
50487
|
discountAmount?: number | null | undefined;
|
|
50487
50488
|
discountedPrice?: number | null | undefined;
|
|
@@ -50492,9 +50493,9 @@ declare const OrderSyncResult: z.ZodObject<{
|
|
|
50492
50493
|
discountExpireAt?: string | null | undefined;
|
|
50493
50494
|
currencyCode: string;
|
|
50494
50495
|
currencyType: "REAL" | "VIRTUAL";
|
|
50495
|
-
price: number;
|
|
50496
50496
|
currencyNamespace: string;
|
|
50497
50497
|
}, {
|
|
50498
|
+
price?: number | null | undefined;
|
|
50498
50499
|
discountPercentage?: number | null | undefined;
|
|
50499
50500
|
discountAmount?: number | null | undefined;
|
|
50500
50501
|
discountedPrice?: number | null | undefined;
|
|
@@ -50505,7 +50506,6 @@ declare const OrderSyncResult: z.ZodObject<{
|
|
|
50505
50506
|
discountExpireAt?: string | null | undefined;
|
|
50506
50507
|
currencyCode: string;
|
|
50507
50508
|
currencyType: "REAL" | "VIRTUAL";
|
|
50508
|
-
price: number;
|
|
50509
50509
|
currencyNamespace: string;
|
|
50510
50510
|
}>>>;
|
|
50511
50511
|
recurring: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -50673,6 +50673,7 @@ declare const OrderSyncResult: z.ZodObject<{
|
|
|
50673
50673
|
targetCurrencyCode?: string | null | undefined;
|
|
50674
50674
|
targetItemId?: string | null | undefined;
|
|
50675
50675
|
regionDataItem?: {
|
|
50676
|
+
price?: number | null | undefined;
|
|
50676
50677
|
discountPercentage?: number | null | undefined;
|
|
50677
50678
|
discountAmount?: number | null | undefined;
|
|
50678
50679
|
discountedPrice?: number | null | undefined;
|
|
@@ -50683,7 +50684,6 @@ declare const OrderSyncResult: z.ZodObject<{
|
|
|
50683
50684
|
discountExpireAt?: string | null | undefined;
|
|
50684
50685
|
currencyCode: string;
|
|
50685
50686
|
currencyType: "REAL" | "VIRTUAL";
|
|
50686
|
-
price: number;
|
|
50687
50687
|
currencyNamespace: string;
|
|
50688
50688
|
} | null | undefined;
|
|
50689
50689
|
recurring?: {
|
|
@@ -50753,6 +50753,7 @@ declare const OrderSyncResult: z.ZodObject<{
|
|
|
50753
50753
|
targetCurrencyCode?: string | null | undefined;
|
|
50754
50754
|
targetItemId?: string | null | undefined;
|
|
50755
50755
|
regionDataItem?: {
|
|
50756
|
+
price?: number | null | undefined;
|
|
50756
50757
|
discountPercentage?: number | null | undefined;
|
|
50757
50758
|
discountAmount?: number | null | undefined;
|
|
50758
50759
|
discountedPrice?: number | null | undefined;
|
|
@@ -50763,7 +50764,6 @@ declare const OrderSyncResult: z.ZodObject<{
|
|
|
50763
50764
|
discountExpireAt?: string | null | undefined;
|
|
50764
50765
|
currencyCode: string;
|
|
50765
50766
|
currencyType: "REAL" | "VIRTUAL";
|
|
50766
|
-
price: number;
|
|
50767
50767
|
currencyNamespace: string;
|
|
50768
50768
|
} | null | undefined;
|
|
50769
50769
|
recurring?: {
|
|
@@ -50858,6 +50858,7 @@ declare const OrderSyncResult: z.ZodObject<{
|
|
|
50858
50858
|
targetCurrencyCode?: string | null | undefined;
|
|
50859
50859
|
targetItemId?: string | null | undefined;
|
|
50860
50860
|
regionDataItem?: {
|
|
50861
|
+
price?: number | null | undefined;
|
|
50861
50862
|
discountPercentage?: number | null | undefined;
|
|
50862
50863
|
discountAmount?: number | null | undefined;
|
|
50863
50864
|
discountedPrice?: number | null | undefined;
|
|
@@ -50868,7 +50869,6 @@ declare const OrderSyncResult: z.ZodObject<{
|
|
|
50868
50869
|
discountExpireAt?: string | null | undefined;
|
|
50869
50870
|
currencyCode: string;
|
|
50870
50871
|
currencyType: "REAL" | "VIRTUAL";
|
|
50871
|
-
price: number;
|
|
50872
50872
|
currencyNamespace: string;
|
|
50873
50873
|
} | null | undefined;
|
|
50874
50874
|
recurring?: {
|
|
@@ -50992,6 +50992,7 @@ declare const OrderSyncResult: z.ZodObject<{
|
|
|
50992
50992
|
targetCurrencyCode?: string | null | undefined;
|
|
50993
50993
|
targetItemId?: string | null | undefined;
|
|
50994
50994
|
regionDataItem?: {
|
|
50995
|
+
price?: number | null | undefined;
|
|
50995
50996
|
discountPercentage?: number | null | undefined;
|
|
50996
50997
|
discountAmount?: number | null | undefined;
|
|
50997
50998
|
discountedPrice?: number | null | undefined;
|
|
@@ -51002,7 +51003,6 @@ declare const OrderSyncResult: z.ZodObject<{
|
|
|
51002
51003
|
discountExpireAt?: string | null | undefined;
|
|
51003
51004
|
currencyCode: string;
|
|
51004
51005
|
currencyType: "REAL" | "VIRTUAL";
|
|
51005
|
-
price: number;
|
|
51006
51006
|
currencyNamespace: string;
|
|
51007
51007
|
} | null | undefined;
|
|
51008
51008
|
recurring?: {
|
|
@@ -51129,6 +51129,7 @@ declare const OrderSyncResult: z.ZodObject<{
|
|
|
51129
51129
|
targetCurrencyCode?: string | null | undefined;
|
|
51130
51130
|
targetItemId?: string | null | undefined;
|
|
51131
51131
|
regionDataItem?: {
|
|
51132
|
+
price?: number | null | undefined;
|
|
51132
51133
|
discountPercentage?: number | null | undefined;
|
|
51133
51134
|
discountAmount?: number | null | undefined;
|
|
51134
51135
|
discountedPrice?: number | null | undefined;
|
|
@@ -51139,7 +51140,6 @@ declare const OrderSyncResult: z.ZodObject<{
|
|
|
51139
51140
|
discountExpireAt?: string | null | undefined;
|
|
51140
51141
|
currencyCode: string;
|
|
51141
51142
|
currencyType: "REAL" | "VIRTUAL";
|
|
51142
|
-
price: number;
|
|
51143
51143
|
currencyNamespace: string;
|
|
51144
51144
|
} | null | undefined;
|
|
51145
51145
|
recurring?: {
|
|
@@ -51266,6 +51266,7 @@ declare const OrderSyncResult: z.ZodObject<{
|
|
|
51266
51266
|
targetCurrencyCode?: string | null | undefined;
|
|
51267
51267
|
targetItemId?: string | null | undefined;
|
|
51268
51268
|
regionDataItem?: {
|
|
51269
|
+
price?: number | null | undefined;
|
|
51269
51270
|
discountPercentage?: number | null | undefined;
|
|
51270
51271
|
discountAmount?: number | null | undefined;
|
|
51271
51272
|
discountedPrice?: number | null | undefined;
|
|
@@ -51276,7 +51277,6 @@ declare const OrderSyncResult: z.ZodObject<{
|
|
|
51276
51277
|
discountExpireAt?: string | null | undefined;
|
|
51277
51278
|
currencyCode: string;
|
|
51278
51279
|
currencyType: "REAL" | "VIRTUAL";
|
|
51279
|
-
price: number;
|
|
51280
51280
|
currencyNamespace: string;
|
|
51281
51281
|
} | null | undefined;
|
|
51282
51282
|
recurring?: {
|