@yuntijs/arcadia-bff-sdk 1.2.125 → 1.2.126

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/cjs/sdk.d.ts CHANGED
@@ -2847,10 +2847,23 @@ export type ReleaseAgentInputItem = {
2847
2847
  IsPublic: Scalars['Boolean']['input'];
2848
2848
  /** 发布的平台 */
2849
2849
  Platform: Scalars['String']['input'];
2850
+ agentID?: InputMaybe<Scalars['Int']['input']>;
2851
+ agentSecret?: InputMaybe<Scalars['String']['input']>;
2850
2852
  /** authcode 发布到微信公众号需要 */
2851
2853
  authCode?: InputMaybe<Scalars['String']['input']>;
2854
+ /**
2855
+ * 下面的参数都是发布到企业微信需要用到的参数
2856
+ * corpi: 企业ID
2857
+ * agentID: 自建应用的ID
2858
+ * agentSecret: 自建应用的secret
2859
+ * token: 配置自建应用的接收消息的token值
2860
+ * key: 配置自建应用的接收消息的EncodingCECKey值
2861
+ */
2862
+ corpid?: InputMaybe<Scalars['String']['input']>;
2863
+ key?: InputMaybe<Scalars['String']['input']>;
2852
2864
  /** service-account 服务号,official-account 订阅号 */
2853
2865
  service_type_info?: InputMaybe<Scalars['String']['input']>;
2866
+ token?: InputMaybe<Scalars['String']['input']>;
2854
2867
  };
2855
2868
  export type ReleaseWorkflowInput = {
2856
2869
  /**
package/dist/esm/sdk.d.ts CHANGED
@@ -2847,10 +2847,23 @@ export type ReleaseAgentInputItem = {
2847
2847
  IsPublic: Scalars['Boolean']['input'];
2848
2848
  /** 发布的平台 */
2849
2849
  Platform: Scalars['String']['input'];
2850
+ agentID?: InputMaybe<Scalars['Int']['input']>;
2851
+ agentSecret?: InputMaybe<Scalars['String']['input']>;
2850
2852
  /** authcode 发布到微信公众号需要 */
2851
2853
  authCode?: InputMaybe<Scalars['String']['input']>;
2854
+ /**
2855
+ * 下面的参数都是发布到企业微信需要用到的参数
2856
+ * corpi: 企业ID
2857
+ * agentID: 自建应用的ID
2858
+ * agentSecret: 自建应用的secret
2859
+ * token: 配置自建应用的接收消息的token值
2860
+ * key: 配置自建应用的接收消息的EncodingCECKey值
2861
+ */
2862
+ corpid?: InputMaybe<Scalars['String']['input']>;
2863
+ key?: InputMaybe<Scalars['String']['input']>;
2852
2864
  /** service-account 服务号,official-account 订阅号 */
2853
2865
  service_type_info?: InputMaybe<Scalars['String']['input']>;
2866
+ token?: InputMaybe<Scalars['String']['input']>;
2854
2867
  };
2855
2868
  export type ReleaseWorkflowInput = {
2856
2869
  /**