@yuntijs/arcadia-bff-sdk 1.0.75 → 1.0.76
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/esm/sdk.d.ts +3 -3
- package/dist/umd/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/sdk.d.ts
CHANGED
|
@@ -1002,7 +1002,7 @@ export type Gpt = {
|
|
|
1002
1002
|
/** displayName: 展示名称 */
|
|
1003
1003
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
1004
1004
|
/** hot: 热度 */
|
|
1005
|
-
hot?: Maybe<Scalars['
|
|
1005
|
+
hot?: Maybe<Scalars['Int64']['output']>;
|
|
1006
1006
|
/** icon: base64的图标 */
|
|
1007
1007
|
icon?: Maybe<Scalars['String']['output']>;
|
|
1008
1008
|
/** name: 集群内唯一名称,实际是app的 namespace/name */
|
|
@@ -3429,7 +3429,7 @@ export type GetGptQuery = {
|
|
|
3429
3429
|
name?: string | null;
|
|
3430
3430
|
displayName?: string | null;
|
|
3431
3431
|
description?: string | null;
|
|
3432
|
-
hot?:
|
|
3432
|
+
hot?: any | null;
|
|
3433
3433
|
creator?: string | null;
|
|
3434
3434
|
category?: Array<string | null> | null;
|
|
3435
3435
|
icon?: string | null;
|
|
@@ -3465,7 +3465,7 @@ export type ListGpTsQuery = {
|
|
|
3465
3465
|
name?: string | null;
|
|
3466
3466
|
displayName?: string | null;
|
|
3467
3467
|
description?: string | null;
|
|
3468
|
-
hot?:
|
|
3468
|
+
hot?: any | null;
|
|
3469
3469
|
creator?: string | null;
|
|
3470
3470
|
category?: Array<string | null> | null;
|
|
3471
3471
|
icon?: string | null;
|