@burdenoff/microfe-billing 2026.601.1 → 2026.601.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/billing/BillingUserRoutes.js +84 -97
- package/dist/billing/BillingUserRoutes.js.map +1 -1
- package/dist/billing/modules/billing/pages/PaymentMethodsPage.js +69 -61
- package/dist/billing/modules/billing/pages/PaymentMethodsPage.js.map +1 -1
- package/dist/billing/modules/quota/hooks/useQuota.js +2 -62
- package/dist/billing/modules/quota/index.js +5 -7
- package/dist/billing/modules/quota/pages/QuotaPage.js +6 -340
- package/dist/billing/shared/utils/format.js +16 -25
- package/dist/billing/shared/utils/format.js.map +1 -1
- package/dist/billing/shared/utils/status.js +15 -27
- package/dist/billing/shared/utils/status.js.map +1 -1
- package/dist/generated/global-operations.js +65 -83
- package/dist/generated/global-operations.js.map +1 -1
- package/package.json +1 -1
- package/dist/billing/modules/quota/hooks/useQuota.js.map +0 -1
- package/dist/billing/modules/quota/pages/QuotaPage.js.map +0 -1
|
@@ -3004,8 +3004,7 @@ t`
|
|
|
3004
3004
|
totalPages
|
|
3005
3005
|
}
|
|
3006
3006
|
}
|
|
3007
|
-
${x}
|
|
3008
|
-
var er = t`
|
|
3007
|
+
${x}`, t`
|
|
3009
3008
|
query GetBillingAccountQuotasSummary($billingAccountId: ID!, $productId: String) {
|
|
3010
3009
|
getBillingAccountQuotasSummary(
|
|
3011
3010
|
billingAccountId: $billingAccountId
|
|
@@ -3043,15 +3042,7 @@ var er = t`
|
|
|
3043
3042
|
}
|
|
3044
3043
|
}
|
|
3045
3044
|
}
|
|
3046
|
-
|
|
3047
|
-
function tr(t) {
|
|
3048
|
-
let r = {
|
|
3049
|
-
...n,
|
|
3050
|
-
...t
|
|
3051
|
-
};
|
|
3052
|
-
return e.useQuery(er, r);
|
|
3053
|
-
}
|
|
3054
|
-
t`
|
|
3045
|
+
`, t`
|
|
3055
3046
|
query GetQuotaAnalytics($quotaAssignmentId: ID!, $billingAccountId: ID!, $period: AnalyticsPeriod) {
|
|
3056
3047
|
getQuotaAnalytics(
|
|
3057
3048
|
quotaAssignmentId: $quotaAssignmentId
|
|
@@ -3061,8 +3052,7 @@ t`
|
|
|
3061
3052
|
...QuotaUsageAnalyticsFields
|
|
3062
3053
|
}
|
|
3063
3054
|
}
|
|
3064
|
-
${S}
|
|
3065
|
-
var nr = t`
|
|
3055
|
+
${S}`, t`
|
|
3066
3056
|
query GetQuotaAssignmentsWithAnalytics($billingAccountId: ID!, $page: Int, $pageSize: Int, $searchQuery: String, $status: [QuotaStatus!], $fromDate: DateTime, $toDate: DateTime, $sortBy: String, $sortOrder: String) {
|
|
3067
3057
|
getQuotaAssignmentsWithAnalytics(
|
|
3068
3058
|
billingAccountId: $billingAccountId
|
|
@@ -3084,15 +3074,7 @@ var nr = t`
|
|
|
3084
3074
|
totalPages
|
|
3085
3075
|
}
|
|
3086
3076
|
}
|
|
3087
|
-
${re}
|
|
3088
|
-
function rr(t) {
|
|
3089
|
-
let r = {
|
|
3090
|
-
...n,
|
|
3091
|
-
...t
|
|
3092
|
-
};
|
|
3093
|
-
return e.useQuery(nr, r);
|
|
3094
|
-
}
|
|
3095
|
-
t`
|
|
3077
|
+
${re}`, t`
|
|
3096
3078
|
query GetQuotaUsageAndLimit($billingAccountId: ID!, $quotaName: String!, $productId: String) {
|
|
3097
3079
|
getQuotaUsageAndLimit(
|
|
3098
3080
|
billingAccountId: $billingAccountId
|
|
@@ -3105,7 +3087,7 @@ t`
|
|
|
3105
3087
|
}
|
|
3106
3088
|
}
|
|
3107
3089
|
`;
|
|
3108
|
-
var
|
|
3090
|
+
var er = t`
|
|
3109
3091
|
mutation ArchiveBillingAccountSettings($id: ID!, $reason: String, $replacementDefaultBillingAccountId: ID) {
|
|
3110
3092
|
archiveBillingAccount(
|
|
3111
3093
|
id: $id
|
|
@@ -3117,7 +3099,7 @@ var ir = t`
|
|
|
3117
3099
|
isDefault
|
|
3118
3100
|
}
|
|
3119
3101
|
}
|
|
3120
|
-
`,
|
|
3102
|
+
`, tr = t`
|
|
3121
3103
|
mutation SetDefaultBillingAccountSettings($id: ID!) {
|
|
3122
3104
|
setDefaultBillingAccount(id: $id) {
|
|
3123
3105
|
id
|
|
@@ -3129,14 +3111,14 @@ var ir = t`
|
|
|
3129
3111
|
}
|
|
3130
3112
|
}
|
|
3131
3113
|
`;
|
|
3132
|
-
function
|
|
3114
|
+
function nr(t) {
|
|
3133
3115
|
let r = {
|
|
3134
3116
|
...n,
|
|
3135
3117
|
...t
|
|
3136
3118
|
};
|
|
3137
|
-
return e.useMutation(
|
|
3119
|
+
return e.useMutation(tr, r);
|
|
3138
3120
|
}
|
|
3139
|
-
var
|
|
3121
|
+
var rr = t`
|
|
3140
3122
|
mutation UpdateBillingAccountSettings($input: UpdateBillingAccountInput!) {
|
|
3141
3123
|
updateBillingAccount(input: $input) {
|
|
3142
3124
|
id
|
|
@@ -3151,14 +3133,14 @@ var sr = t`
|
|
|
3151
3133
|
}
|
|
3152
3134
|
}
|
|
3153
3135
|
`;
|
|
3154
|
-
function
|
|
3136
|
+
function ir(t) {
|
|
3155
3137
|
let r = {
|
|
3156
3138
|
...n,
|
|
3157
3139
|
...t
|
|
3158
3140
|
};
|
|
3159
|
-
return e.useMutation(
|
|
3141
|
+
return e.useMutation(rr, r);
|
|
3160
3142
|
}
|
|
3161
|
-
var
|
|
3143
|
+
var ar = t`
|
|
3162
3144
|
query GetBillingAccountSettings($id: ID!) {
|
|
3163
3145
|
getBillingAccount(id: $id) {
|
|
3164
3146
|
id
|
|
@@ -3176,14 +3158,14 @@ var lr = t`
|
|
|
3176
3158
|
}
|
|
3177
3159
|
}
|
|
3178
3160
|
`;
|
|
3179
|
-
function
|
|
3161
|
+
function or(t) {
|
|
3180
3162
|
let r = {
|
|
3181
3163
|
...n,
|
|
3182
3164
|
...t
|
|
3183
3165
|
};
|
|
3184
|
-
return e.useQuery(
|
|
3166
|
+
return e.useQuery(ar, r);
|
|
3185
3167
|
}
|
|
3186
|
-
var
|
|
3168
|
+
var sr = t`
|
|
3187
3169
|
query GetBillingAccountsSettings {
|
|
3188
3170
|
getBillingAccountsByOrg {
|
|
3189
3171
|
id
|
|
@@ -3195,14 +3177,14 @@ var dr = t`
|
|
|
3195
3177
|
}
|
|
3196
3178
|
}
|
|
3197
3179
|
`;
|
|
3198
|
-
function
|
|
3180
|
+
function cr(t) {
|
|
3199
3181
|
let r = {
|
|
3200
3182
|
...n,
|
|
3201
3183
|
...t
|
|
3202
3184
|
};
|
|
3203
|
-
return e.useQuery(
|
|
3185
|
+
return e.useQuery(sr, r);
|
|
3204
3186
|
}
|
|
3205
|
-
var
|
|
3187
|
+
var lr = t`
|
|
3206
3188
|
query GetDefaultBillingAccountSettings {
|
|
3207
3189
|
getDefaultBillingAccount {
|
|
3208
3190
|
id
|
|
@@ -3220,42 +3202,42 @@ var pr = t`
|
|
|
3220
3202
|
}
|
|
3221
3203
|
}
|
|
3222
3204
|
`;
|
|
3223
|
-
function
|
|
3205
|
+
function ur(t) {
|
|
3224
3206
|
let r = {
|
|
3225
3207
|
...n,
|
|
3226
3208
|
...t
|
|
3227
3209
|
};
|
|
3228
|
-
return e.useQuery(
|
|
3210
|
+
return e.useQuery(lr, r);
|
|
3229
3211
|
}
|
|
3230
|
-
var
|
|
3212
|
+
var dr = t`
|
|
3231
3213
|
mutation UpdateSubscriptionSeats($input: UpdateSubscriptionSeatsInput!) {
|
|
3232
3214
|
updateSubscriptionSeats(input: $input) {
|
|
3233
3215
|
...SubscriptionFields
|
|
3234
3216
|
}
|
|
3235
3217
|
}
|
|
3236
3218
|
${C}`;
|
|
3237
|
-
function
|
|
3219
|
+
function fr(t) {
|
|
3238
3220
|
let r = {
|
|
3239
3221
|
...n,
|
|
3240
3222
|
...t
|
|
3241
3223
|
};
|
|
3242
|
-
return e.useMutation(
|
|
3224
|
+
return e.useMutation(dr, r);
|
|
3243
3225
|
}
|
|
3244
|
-
var
|
|
3226
|
+
var pr = t`
|
|
3245
3227
|
mutation CancelSubscription($input: CancelSubscriptionInput!) {
|
|
3246
3228
|
cancelSubscription(input: $input) {
|
|
3247
3229
|
...SubscriptionFields
|
|
3248
3230
|
}
|
|
3249
3231
|
}
|
|
3250
3232
|
${C}`;
|
|
3251
|
-
function
|
|
3233
|
+
function mr(t) {
|
|
3252
3234
|
let r = {
|
|
3253
3235
|
...n,
|
|
3254
3236
|
...t
|
|
3255
3237
|
};
|
|
3256
|
-
return e.useMutation(
|
|
3238
|
+
return e.useMutation(pr, r);
|
|
3257
3239
|
}
|
|
3258
|
-
var
|
|
3240
|
+
var hr = t`
|
|
3259
3241
|
mutation CreateBillingAccountSubscriptions($input: CreateBillingAccountInput!) {
|
|
3260
3242
|
createBillingAccount(input: $input) {
|
|
3261
3243
|
id
|
|
@@ -3268,14 +3250,14 @@ var yr = t`
|
|
|
3268
3250
|
}
|
|
3269
3251
|
}
|
|
3270
3252
|
`;
|
|
3271
|
-
function
|
|
3253
|
+
function gr(t) {
|
|
3272
3254
|
let r = {
|
|
3273
3255
|
...n,
|
|
3274
3256
|
...t
|
|
3275
3257
|
};
|
|
3276
|
-
return e.useMutation(
|
|
3258
|
+
return e.useMutation(hr, r);
|
|
3277
3259
|
}
|
|
3278
|
-
var
|
|
3260
|
+
var _r = t`
|
|
3279
3261
|
mutation InitiatePaymentSubscriptions($input: InitiatePaymentInput!) {
|
|
3280
3262
|
initiatePayment(input: $input) {
|
|
3281
3263
|
success
|
|
@@ -3295,28 +3277,28 @@ var xr = t`
|
|
|
3295
3277
|
}
|
|
3296
3278
|
}
|
|
3297
3279
|
`;
|
|
3298
|
-
function
|
|
3280
|
+
function X(t) {
|
|
3299
3281
|
let r = {
|
|
3300
3282
|
...n,
|
|
3301
3283
|
...t
|
|
3302
3284
|
};
|
|
3303
|
-
return e.useMutation(
|
|
3285
|
+
return e.useMutation(_r, r);
|
|
3304
3286
|
}
|
|
3305
|
-
var
|
|
3287
|
+
var vr = t`
|
|
3306
3288
|
mutation SpendCreditsSubscriptions($input: SpendCreditsInput!) {
|
|
3307
3289
|
spendCredits(input: $input) {
|
|
3308
3290
|
creditTransactionID
|
|
3309
3291
|
}
|
|
3310
3292
|
}
|
|
3311
3293
|
`;
|
|
3312
|
-
function
|
|
3294
|
+
function yr(t) {
|
|
3313
3295
|
let r = {
|
|
3314
3296
|
...n,
|
|
3315
3297
|
...t
|
|
3316
3298
|
};
|
|
3317
|
-
return e.useMutation(
|
|
3299
|
+
return e.useMutation(vr, r);
|
|
3318
3300
|
}
|
|
3319
|
-
var
|
|
3301
|
+
var br = t`
|
|
3320
3302
|
mutation UpdateBillingAccountSubscriptions($input: UpdateBillingAccountInput!) {
|
|
3321
3303
|
updateBillingAccount(input: $input) {
|
|
3322
3304
|
id
|
|
@@ -3330,14 +3312,14 @@ var Tr = t`
|
|
|
3330
3312
|
}
|
|
3331
3313
|
}
|
|
3332
3314
|
`;
|
|
3333
|
-
function
|
|
3315
|
+
function xr(t) {
|
|
3334
3316
|
let r = {
|
|
3335
3317
|
...n,
|
|
3336
3318
|
...t
|
|
3337
3319
|
};
|
|
3338
|
-
return e.useMutation(
|
|
3320
|
+
return e.useMutation(br, r);
|
|
3339
3321
|
}
|
|
3340
|
-
var
|
|
3322
|
+
var Z = t`
|
|
3341
3323
|
query GetBillingAccount($id: ID!) {
|
|
3342
3324
|
getBillingAccount(id: $id) {
|
|
3343
3325
|
id
|
|
@@ -3359,14 +3341,14 @@ var X = t`
|
|
|
3359
3341
|
}
|
|
3360
3342
|
}
|
|
3361
3343
|
${w}`;
|
|
3362
|
-
function
|
|
3344
|
+
function Sr(t) {
|
|
3363
3345
|
let r = {
|
|
3364
3346
|
...n,
|
|
3365
3347
|
...t
|
|
3366
3348
|
};
|
|
3367
|
-
return e.useQuery(
|
|
3349
|
+
return e.useQuery(Z, r);
|
|
3368
3350
|
}
|
|
3369
|
-
var
|
|
3351
|
+
var Cr = t`
|
|
3370
3352
|
query GetBillingAccountsForSubscriptions {
|
|
3371
3353
|
getBillingAccountsByOrg {
|
|
3372
3354
|
id
|
|
@@ -3378,12 +3360,12 @@ var Z = t`
|
|
|
3378
3360
|
}
|
|
3379
3361
|
}
|
|
3380
3362
|
`;
|
|
3381
|
-
function
|
|
3363
|
+
function wr(t) {
|
|
3382
3364
|
let r = {
|
|
3383
3365
|
...n,
|
|
3384
3366
|
...t
|
|
3385
3367
|
};
|
|
3386
|
-
return e.useQuery(
|
|
3368
|
+
return e.useQuery(Cr, r);
|
|
3387
3369
|
}
|
|
3388
3370
|
var Q = t`
|
|
3389
3371
|
query GetDefaultBillingAccount {
|
|
@@ -3403,14 +3385,14 @@ var Q = t`
|
|
|
3403
3385
|
}
|
|
3404
3386
|
}
|
|
3405
3387
|
${w}`;
|
|
3406
|
-
function
|
|
3388
|
+
function Tr(t) {
|
|
3407
3389
|
let r = {
|
|
3408
3390
|
...n,
|
|
3409
3391
|
...t
|
|
3410
3392
|
};
|
|
3411
3393
|
return e.useQuery(Q, r);
|
|
3412
3394
|
}
|
|
3413
|
-
var
|
|
3395
|
+
var Er = t`
|
|
3414
3396
|
query GetPaginatedSubscriptions($billingAccountId: ID!, $page: Int, $pageSize: Int, $search: String) {
|
|
3415
3397
|
getPaginatedSubscriptions(
|
|
3416
3398
|
billingAccountId: $billingAccountId
|
|
@@ -3433,12 +3415,12 @@ var Ar = t`
|
|
|
3433
3415
|
}
|
|
3434
3416
|
}
|
|
3435
3417
|
${w}`;
|
|
3436
|
-
function
|
|
3418
|
+
function Dr(t) {
|
|
3437
3419
|
let r = {
|
|
3438
3420
|
...n,
|
|
3439
3421
|
...t
|
|
3440
3422
|
};
|
|
3441
|
-
return e.useQuery(
|
|
3423
|
+
return e.useQuery(Er, r);
|
|
3442
3424
|
}
|
|
3443
3425
|
var $ = t`
|
|
3444
3426
|
query GetSubscription($id: ID!, $billingAccountId: ID!) {
|
|
@@ -3447,7 +3429,7 @@ var $ = t`
|
|
|
3447
3429
|
}
|
|
3448
3430
|
}
|
|
3449
3431
|
${ae}`;
|
|
3450
|
-
function
|
|
3432
|
+
function Or(t) {
|
|
3451
3433
|
let r = {
|
|
3452
3434
|
...n,
|
|
3453
3435
|
...t
|
|
@@ -3475,7 +3457,7 @@ t`
|
|
|
3475
3457
|
}
|
|
3476
3458
|
}
|
|
3477
3459
|
`;
|
|
3478
|
-
var
|
|
3460
|
+
var kr = t`
|
|
3479
3461
|
query GetBillingAccountQuotasSummaryForUsage($billingAccountId: ID!, $productId: String) {
|
|
3480
3462
|
getBillingAccountQuotasSummary(
|
|
3481
3463
|
billingAccountId: $billingAccountId
|
|
@@ -3501,14 +3483,14 @@ var Nr = t`
|
|
|
3501
3483
|
}
|
|
3502
3484
|
}
|
|
3503
3485
|
`;
|
|
3504
|
-
function
|
|
3486
|
+
function Ar(t) {
|
|
3505
3487
|
let r = {
|
|
3506
3488
|
...n,
|
|
3507
3489
|
...t
|
|
3508
3490
|
};
|
|
3509
|
-
return e.useQuery(
|
|
3491
|
+
return e.useQuery(kr, r);
|
|
3510
3492
|
}
|
|
3511
|
-
var
|
|
3493
|
+
var jr = t`
|
|
3512
3494
|
query GetBillingAccountsForUsage {
|
|
3513
3495
|
getBillingAccountsByOrg {
|
|
3514
3496
|
id
|
|
@@ -3521,14 +3503,14 @@ var Fr = t`
|
|
|
3521
3503
|
}
|
|
3522
3504
|
}
|
|
3523
3505
|
`;
|
|
3524
|
-
function
|
|
3506
|
+
function Mr(t) {
|
|
3525
3507
|
let r = {
|
|
3526
3508
|
...n,
|
|
3527
3509
|
...t
|
|
3528
3510
|
};
|
|
3529
|
-
return e.useQuery(
|
|
3511
|
+
return e.useQuery(jr, r);
|
|
3530
3512
|
}
|
|
3531
|
-
var
|
|
3513
|
+
var Nr = t`
|
|
3532
3514
|
query GetPastSubscriptionsWithQuotas($billingAccountId: ID!, $searchQuery: String, $page: Int, $pageSize: Int) {
|
|
3533
3515
|
getSubscriptionUsageOverview(
|
|
3534
3516
|
billingAccountId: $billingAccountId
|
|
@@ -3553,12 +3535,12 @@ var Lr = t`
|
|
|
3553
3535
|
}
|
|
3554
3536
|
}
|
|
3555
3537
|
`;
|
|
3556
|
-
function
|
|
3538
|
+
function Pr(t) {
|
|
3557
3539
|
let r = {
|
|
3558
3540
|
...n,
|
|
3559
3541
|
...t
|
|
3560
3542
|
};
|
|
3561
|
-
return e.useQuery(
|
|
3543
|
+
return e.useQuery(Nr, r);
|
|
3562
3544
|
}
|
|
3563
3545
|
t`
|
|
3564
3546
|
query GetQuotaAnalyticsForUsage($quotaAssignmentId: ID!, $billingAccountId: ID!, $period: AnalyticsPeriod) {
|
|
@@ -3619,7 +3601,7 @@ t`
|
|
|
3619
3601
|
}
|
|
3620
3602
|
}
|
|
3621
3603
|
`;
|
|
3622
|
-
var
|
|
3604
|
+
var Fr = t`
|
|
3623
3605
|
query GetSubscriptionsWithQuotas($billingAccountId: ID!, $searchQuery: String) {
|
|
3624
3606
|
getSubscriptionUsageOverview(
|
|
3625
3607
|
billingAccountId: $billingAccountId
|
|
@@ -3643,26 +3625,26 @@ var zr = t`
|
|
|
3643
3625
|
}
|
|
3644
3626
|
}
|
|
3645
3627
|
`;
|
|
3646
|
-
function
|
|
3628
|
+
function Ir(t) {
|
|
3647
3629
|
let r = {
|
|
3648
3630
|
...n,
|
|
3649
3631
|
...t
|
|
3650
3632
|
};
|
|
3651
|
-
return e.useQuery(
|
|
3633
|
+
return e.useQuery(Fr, r);
|
|
3652
3634
|
}
|
|
3653
|
-
var
|
|
3635
|
+
var Lr = t`
|
|
3654
3636
|
query GetUsageDashboard($billingAccountId: ID!, $period: AnalyticsPeriod) {
|
|
3655
3637
|
getUsageDashboard(billingAccountId: $billingAccountId, period: $period) {
|
|
3656
3638
|
...UsageDashboardFields
|
|
3657
3639
|
}
|
|
3658
3640
|
}
|
|
3659
3641
|
${oe}`;
|
|
3660
|
-
function
|
|
3642
|
+
function Rr(t) {
|
|
3661
3643
|
let r = {
|
|
3662
3644
|
...n,
|
|
3663
3645
|
...t
|
|
3664
3646
|
};
|
|
3665
|
-
return e.useQuery(
|
|
3647
|
+
return e.useQuery(Lr, r);
|
|
3666
3648
|
}
|
|
3667
3649
|
t`
|
|
3668
3650
|
query GetMyOrders {
|
|
@@ -3698,6 +3680,6 @@ t`
|
|
|
3698
3680
|
}
|
|
3699
3681
|
`;
|
|
3700
3682
|
//#endregion
|
|
3701
|
-
export { mn as AddPayoutAccountDocument, xn as AdminPayoutRequestsDocument, Sn as AdminPayoutSummaryDocument, hn as ApprovePayoutRequestDocument,
|
|
3683
|
+
export { mn as AddPayoutAccountDocument, xn as AdminPayoutRequestsDocument, Sn as AdminPayoutSummaryDocument, hn as ApprovePayoutRequestDocument, er as ArchiveBillingAccountSettingsDocument, gn as ArchivePayoutAccountDocument, Cn as BillingDeveloperPortalRevenueDocument, wt as CreditWithdrawalHistoryDocument, T as GetAllAddOnsDocument, J as GetAllPlansDocument, Y as GetAllQuotaTemplatesDocument, Z as GetBillingAccountDocument, K as GetBillingAccountsByOrgDocument, Xt as GetBillingAddressDocument, Dt as GetCreditBalanceByTypeDocument, Ot as GetCreditNotesDocument, tn as GetCreditTransactionsSummaryDocument, q as GetDefaultBillingAccountDashboardDocument, Q as GetDefaultBillingAccountDocument, Se as GetInvoicesDocument, Te as GetPendingRefundsDocument, H as GetRefundRecordsDocument, U as GetRefundStatsDocument, $ as GetSubscriptionDocument, W as GetTransactionDocument, G as GetUnprocessedFailedWebhooksDocument, St as GrantCreditsDocument, _n as MarkPayoutPaidDocument, wn as MyEarningsEntriesDocument, Tn as MyEarningsSummaryDocument, En as MyPayoutAccountsDocument, Dn as MyPayoutRequestsDocument, vn as RejectPayoutRequestDocument, Ct as RequestCreditWithdrawalDocument, yn as SetDefaultPayoutAccountDocument, bn as UpdatePayoutAccountDocument, At as useAddPaymentMethodDashboardMutation, kn as useAssignPlanFreeMutation, mr as useCancelSubscriptionMutation, Le as useConvertCurrencyLazyQuery, ce as useCreateAddOnsMutation, Mt as useCreateBillingAccountMutation, gr as useCreateBillingAccountSubscriptionsMutation, st as useCreateCouponMutation, xt as useCreateCreditNoteMutation, sn as useCreateDiscountMutation, jn as useCreatePlanMutation, Hn as useCreatePromotionMutation, Xn as useCreateQuotaTemplateMutation, P as useCreateRefundRecordFromWebhookMutation, M as useCreateRefundRecordMutation, I as useCreateRefundRecordsFromFailedWebhooksMutation, lt as useDeactivateCouponMutation, Wn as useDeactivatePromotionMutation, ln as useDeleteDiscountMutation, Pt as useDeletePaymentMethodDashboardMutation, R as useGenerateInvoiceMutation, ze as useGetActiveSubscriptionsCheckoutQuery, E as useGetAllAddOnsQuery, In as useGetAllPlansQuery, $n as useGetAllQuotaTemplatesQuery, Rn as useGetAllQuotasQuery, Et as useGetBillingAccountCreditTransactionsQuery, Sr as useGetBillingAccountQuery, Ar as useGetBillingAccountQuotasSummaryForUsageQuery, or as useGetBillingAccountSettingsQuery, Yt as useGetBillingAccountsByOrgQuery, Ue as useGetBillingAccountsCheckoutQuery, wr as useGetBillingAccountsForSubscriptionsQuery, Mr as useGetBillingAccountsForUsageQuery, cr as useGetBillingAccountsSettingsQuery, A as useGetBillingAnalyticsPageDataQuery, en as useGetBillingOverviewAccountQuery, Qt as useGetBillingOverviewQuery, Ge as useGetCostOfCreditsCheckoutQuery, pt as useGetCouponLazyQuery, ht as useGetCouponUsageHistoryQuery, qe as useGetCreditTransactionStatusLazyQuery, Ye as useGetDefaultBillingAccountCheckoutQuery, nn as useGetDefaultBillingAccountDashboardQuery, Tr as useGetDefaultBillingAccountQuery, ur as useGetDefaultBillingAccountSettingsQuery, pn as useGetDiscountsQuery, xe as useGetInvoiceQuery, we as useGetPaginatedInvoicesQuery, Dr as useGetPaginatedSubscriptionsQuery, Pr as useGetPastSubscriptionsWithQuotasQuery, Ze as useGetPaymentMethodsCheckoutQuery, $e as useGetPaymentProviderConfigCheckoutQuery, an as useGetPaymentProviderConfigQuery, tt as useGetPaymentStatusLazyQuery, rt as useGetPlanCheckoutQuery, Bn as useGetPlanQuery, Ee as useGetRefundRecordsQuery, De as useGetRefundStatsQuery, Ve as useGetSelectedAddonCheckoutQuery, O as useGetSelectedAddonsQuery, at as useGetStoreOrderCheckoutQuery, Or as useGetSubscriptionQuery, Ir as useGetSubscriptionsWithQuotasQuery, Oe as useGetTransactionLazyQuery, Ae as useGetTransactionsByBillingAccountQuery, je as useGetUnprocessedFailedWebhooksQuery, Rr as useGetUsageDashboardQuery, Ne as useInitiatePaymentCheckoutMutation, It as useInitiatePaymentMutation, X as useInitiatePaymentSubscriptionsMutation, _t as useListCouponsQuery, Jn as useListPromotionsQuery, B as usePayInvoiceMutation, pe as useProcessRefundMutation, he as useRetryRefundMutation, Rt as useSetBillingAddressMutation, Bt as useSetDefaultBillingAccountMutation, nr as useSetDefaultBillingAccountSettingsMutation, _e as useSkipRefundMutation, Fe as useSpendCreditsCheckoutMutation, Ht as useSpendCreditsMutation, yr as useSpendCreditsSubscriptionsMutation, ue as useToggleAddOnMutation, Nn as useTogglePlanMutation, fe as useUpdateAddOnDetailsMutation, Wt as useUpdateBillingAccountMutation, ir as useUpdateBillingAccountSettingsMutation, xr as useUpdateBillingAccountSubscriptionsMutation, dt as useUpdateCouponMutation, dn as useUpdateDiscountMutation, Kt as useUpdatePaymentMethodDashboardMutation, Fn as useUpdatePlanMutation, Kn as useUpdatePromotionMutation, Qn as useUpdateQuotaTemplateMutation, fr as useUpdateSubscriptionSeatsMutation, yt as useValidateCouponLazyQuery, Jt as useVerifyPaymentMethodMutation, ye as useVoidInvoiceMutation };
|
|
3702
3684
|
|
|
3703
3685
|
//# sourceMappingURL=global-operations.js.map
|