@gpt-core/admin 0.7.71 → 0.7.72
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/index.d.mts +6 -6
- package/dist/index.d.ts +6 -6
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3764,7 +3764,7 @@ type GetAdminWalletResponses = {
|
|
|
3764
3764
|
*/
|
|
3765
3765
|
200: {
|
|
3766
3766
|
data?: Wallet;
|
|
3767
|
-
included?: Array<
|
|
3767
|
+
included?: Array<Plan>;
|
|
3768
3768
|
meta?: {
|
|
3769
3769
|
[key: string]: unknown;
|
|
3770
3770
|
};
|
|
@@ -4633,7 +4633,7 @@ type PatchAdminWalletStorageResponses = {
|
|
|
4633
4633
|
*/
|
|
4634
4634
|
200: {
|
|
4635
4635
|
data?: Wallet;
|
|
4636
|
-
included?: Array<
|
|
4636
|
+
included?: Array<Plan>;
|
|
4637
4637
|
meta?: {
|
|
4638
4638
|
[key: string]: unknown;
|
|
4639
4639
|
};
|
|
@@ -8079,7 +8079,7 @@ type PatchAdminWalletAddonsByAddonSlugCancelResponses = {
|
|
|
8079
8079
|
*/
|
|
8080
8080
|
200: {
|
|
8081
8081
|
data?: Wallet;
|
|
8082
|
-
included?: Array<
|
|
8082
|
+
included?: Array<Plan>;
|
|
8083
8083
|
meta?: {
|
|
8084
8084
|
[key: string]: unknown;
|
|
8085
8085
|
};
|
|
@@ -12240,7 +12240,7 @@ type PatchAdminWalletCreditsResponses = {
|
|
|
12240
12240
|
*/
|
|
12241
12241
|
200: {
|
|
12242
12242
|
data?: Wallet;
|
|
12243
|
-
included?: Array<
|
|
12243
|
+
included?: Array<Plan>;
|
|
12244
12244
|
meta?: {
|
|
12245
12245
|
[key: string]: unknown;
|
|
12246
12246
|
};
|
|
@@ -13594,7 +13594,7 @@ type PatchAdminWalletPlanResponses = {
|
|
|
13594
13594
|
*/
|
|
13595
13595
|
200: {
|
|
13596
13596
|
data?: Wallet;
|
|
13597
|
-
included?: Array<
|
|
13597
|
+
included?: Array<Plan>;
|
|
13598
13598
|
meta?: {
|
|
13599
13599
|
[key: string]: unknown;
|
|
13600
13600
|
};
|
|
@@ -23510,7 +23510,7 @@ type PatchAdminWalletAddonsResponses = {
|
|
|
23510
23510
|
*/
|
|
23511
23511
|
200: {
|
|
23512
23512
|
data?: Wallet;
|
|
23513
|
-
included?: Array<
|
|
23513
|
+
included?: Array<Plan>;
|
|
23514
23514
|
meta?: {
|
|
23515
23515
|
[key: string]: unknown;
|
|
23516
23516
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -3764,7 +3764,7 @@ type GetAdminWalletResponses = {
|
|
|
3764
3764
|
*/
|
|
3765
3765
|
200: {
|
|
3766
3766
|
data?: Wallet;
|
|
3767
|
-
included?: Array<
|
|
3767
|
+
included?: Array<Plan>;
|
|
3768
3768
|
meta?: {
|
|
3769
3769
|
[key: string]: unknown;
|
|
3770
3770
|
};
|
|
@@ -4633,7 +4633,7 @@ type PatchAdminWalletStorageResponses = {
|
|
|
4633
4633
|
*/
|
|
4634
4634
|
200: {
|
|
4635
4635
|
data?: Wallet;
|
|
4636
|
-
included?: Array<
|
|
4636
|
+
included?: Array<Plan>;
|
|
4637
4637
|
meta?: {
|
|
4638
4638
|
[key: string]: unknown;
|
|
4639
4639
|
};
|
|
@@ -8079,7 +8079,7 @@ type PatchAdminWalletAddonsByAddonSlugCancelResponses = {
|
|
|
8079
8079
|
*/
|
|
8080
8080
|
200: {
|
|
8081
8081
|
data?: Wallet;
|
|
8082
|
-
included?: Array<
|
|
8082
|
+
included?: Array<Plan>;
|
|
8083
8083
|
meta?: {
|
|
8084
8084
|
[key: string]: unknown;
|
|
8085
8085
|
};
|
|
@@ -12240,7 +12240,7 @@ type PatchAdminWalletCreditsResponses = {
|
|
|
12240
12240
|
*/
|
|
12241
12241
|
200: {
|
|
12242
12242
|
data?: Wallet;
|
|
12243
|
-
included?: Array<
|
|
12243
|
+
included?: Array<Plan>;
|
|
12244
12244
|
meta?: {
|
|
12245
12245
|
[key: string]: unknown;
|
|
12246
12246
|
};
|
|
@@ -13594,7 +13594,7 @@ type PatchAdminWalletPlanResponses = {
|
|
|
13594
13594
|
*/
|
|
13595
13595
|
200: {
|
|
13596
13596
|
data?: Wallet;
|
|
13597
|
-
included?: Array<
|
|
13597
|
+
included?: Array<Plan>;
|
|
13598
13598
|
meta?: {
|
|
13599
13599
|
[key: string]: unknown;
|
|
13600
13600
|
};
|
|
@@ -23510,7 +23510,7 @@ type PatchAdminWalletAddonsResponses = {
|
|
|
23510
23510
|
*/
|
|
23511
23511
|
200: {
|
|
23512
23512
|
data?: Wallet;
|
|
23513
|
-
included?: Array<
|
|
23513
|
+
included?: Array<Plan>;
|
|
23514
23514
|
meta?: {
|
|
23515
23515
|
[key: string]: unknown;
|
|
23516
23516
|
};
|