mezon-js-protobuf 1.7.36 → 1.7.37

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.
@@ -2539,7 +2539,7 @@ export interface ChannelAppResponse {
2539
2539
  /** app id */
2540
2540
  app_id: string;
2541
2541
  /** app url */
2542
- url: string;
2542
+ app_url: string;
2543
2543
  }
2544
2544
  export interface AllUserClans {
2545
2545
  users: User[];
@@ -19088,7 +19088,7 @@ export declare const ListChannelAppsResponse: {
19088
19088
  clan_id?: string | undefined;
19089
19089
  channel_id?: string | undefined;
19090
19090
  app_id?: string | undefined;
19091
- url?: string | undefined;
19091
+ app_url?: string | undefined;
19092
19092
  }[] | undefined;
19093
19093
  } & {
19094
19094
  channel_apps?: ({
@@ -19096,25 +19096,25 @@ export declare const ListChannelAppsResponse: {
19096
19096
  clan_id?: string | undefined;
19097
19097
  channel_id?: string | undefined;
19098
19098
  app_id?: string | undefined;
19099
- url?: string | undefined;
19099
+ app_url?: string | undefined;
19100
19100
  }[] & ({
19101
19101
  id?: string | undefined;
19102
19102
  clan_id?: string | undefined;
19103
19103
  channel_id?: string | undefined;
19104
19104
  app_id?: string | undefined;
19105
- url?: string | undefined;
19105
+ app_url?: string | undefined;
19106
19106
  } & {
19107
19107
  id?: string | undefined;
19108
19108
  clan_id?: string | undefined;
19109
19109
  channel_id?: string | undefined;
19110
19110
  app_id?: string | undefined;
19111
- url?: string | undefined;
19111
+ app_url?: string | undefined;
19112
19112
  } & { [K in Exclude<keyof I["channel_apps"][number], keyof ChannelAppResponse>]: never; })[] & { [K_1 in Exclude<keyof I["channel_apps"], keyof {
19113
19113
  id?: string | undefined;
19114
19114
  clan_id?: string | undefined;
19115
19115
  channel_id?: string | undefined;
19116
19116
  app_id?: string | undefined;
19117
- url?: string | undefined;
19117
+ app_url?: string | undefined;
19118
19118
  }[]>]: never; }) | undefined;
19119
19119
  } & { [K_2 in Exclude<keyof I, "channel_apps">]: never; }>(base?: I | undefined): ListChannelAppsResponse;
19120
19120
  fromPartial<I_1 extends {
@@ -19123,7 +19123,7 @@ export declare const ListChannelAppsResponse: {
19123
19123
  clan_id?: string | undefined;
19124
19124
  channel_id?: string | undefined;
19125
19125
  app_id?: string | undefined;
19126
- url?: string | undefined;
19126
+ app_url?: string | undefined;
19127
19127
  }[] | undefined;
19128
19128
  } & {
19129
19129
  channel_apps?: ({
@@ -19131,25 +19131,25 @@ export declare const ListChannelAppsResponse: {
19131
19131
  clan_id?: string | undefined;
19132
19132
  channel_id?: string | undefined;
19133
19133
  app_id?: string | undefined;
19134
- url?: string | undefined;
19134
+ app_url?: string | undefined;
19135
19135
  }[] & ({
19136
19136
  id?: string | undefined;
19137
19137
  clan_id?: string | undefined;
19138
19138
  channel_id?: string | undefined;
19139
19139
  app_id?: string | undefined;
19140
- url?: string | undefined;
19140
+ app_url?: string | undefined;
19141
19141
  } & {
19142
19142
  id?: string | undefined;
19143
19143
  clan_id?: string | undefined;
19144
19144
  channel_id?: string | undefined;
19145
19145
  app_id?: string | undefined;
19146
- url?: string | undefined;
19146
+ app_url?: string | undefined;
19147
19147
  } & { [K_3 in Exclude<keyof I_1["channel_apps"][number], keyof ChannelAppResponse>]: never; })[] & { [K_4 in Exclude<keyof I_1["channel_apps"], keyof {
19148
19148
  id?: string | undefined;
19149
19149
  clan_id?: string | undefined;
19150
19150
  channel_id?: string | undefined;
19151
19151
  app_id?: string | undefined;
19152
- url?: string | undefined;
19152
+ app_url?: string | undefined;
19153
19153
  }[]>]: never; }) | undefined;
19154
19154
  } & { [K_5 in Exclude<keyof I_1, "channel_apps">]: never; }>(object: I_1): ListChannelAppsResponse;
19155
19155
  };
@@ -19163,26 +19163,26 @@ export declare const ChannelAppResponse: {
19163
19163
  clan_id?: string | undefined;
19164
19164
  channel_id?: string | undefined;
19165
19165
  app_id?: string | undefined;
19166
- url?: string | undefined;
19166
+ app_url?: string | undefined;
19167
19167
  } & {
19168
19168
  id?: string | undefined;
19169
19169
  clan_id?: string | undefined;
19170
19170
  channel_id?: string | undefined;
19171
19171
  app_id?: string | undefined;
19172
- url?: string | undefined;
19172
+ app_url?: string | undefined;
19173
19173
  } & { [K in Exclude<keyof I, keyof ChannelAppResponse>]: never; }>(base?: I | undefined): ChannelAppResponse;
19174
19174
  fromPartial<I_1 extends {
19175
19175
  id?: string | undefined;
19176
19176
  clan_id?: string | undefined;
19177
19177
  channel_id?: string | undefined;
19178
19178
  app_id?: string | undefined;
19179
- url?: string | undefined;
19179
+ app_url?: string | undefined;
19180
19180
  } & {
19181
19181
  id?: string | undefined;
19182
19182
  clan_id?: string | undefined;
19183
19183
  channel_id?: string | undefined;
19184
19184
  app_id?: string | undefined;
19185
- url?: string | undefined;
19185
+ app_url?: string | undefined;
19186
19186
  } & { [K_1 in Exclude<keyof I_1, keyof ChannelAppResponse>]: never; }>(object: I_1): ChannelAppResponse;
19187
19187
  };
19188
19188
  export declare const AllUserClans: {