@alicloud/aliding20230426 2.7.0 → 2.8.1

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/client.d.ts CHANGED
@@ -8210,6 +8210,102 @@ export declare class GetUserResponse extends $tea.Model {
8210
8210
  [key: string]: any;
8211
8211
  });
8212
8212
  }
8213
+ export declare class GetUserLatestPlanHeaders extends $tea.Model {
8214
+ commonHeaders?: {
8215
+ [key: string]: string;
8216
+ };
8217
+ accountContext?: GetUserLatestPlanHeadersAccountContext;
8218
+ static names(): {
8219
+ [key: string]: string;
8220
+ };
8221
+ static types(): {
8222
+ [key: string]: any;
8223
+ };
8224
+ constructor(map?: {
8225
+ [key: string]: any;
8226
+ });
8227
+ }
8228
+ export declare class GetUserLatestPlanShrinkHeaders extends $tea.Model {
8229
+ commonHeaders?: {
8230
+ [key: string]: string;
8231
+ };
8232
+ accountContextShrink?: string;
8233
+ static names(): {
8234
+ [key: string]: string;
8235
+ };
8236
+ static types(): {
8237
+ [key: string]: any;
8238
+ };
8239
+ constructor(map?: {
8240
+ [key: string]: any;
8241
+ });
8242
+ }
8243
+ export declare class GetUserLatestPlanRequest extends $tea.Model {
8244
+ tenantContext?: GetUserLatestPlanRequestTenantContext;
8245
+ static names(): {
8246
+ [key: string]: string;
8247
+ };
8248
+ static types(): {
8249
+ [key: string]: any;
8250
+ };
8251
+ constructor(map?: {
8252
+ [key: string]: any;
8253
+ });
8254
+ }
8255
+ export declare class GetUserLatestPlanShrinkRequest extends $tea.Model {
8256
+ tenantContextShrink?: string;
8257
+ static names(): {
8258
+ [key: string]: string;
8259
+ };
8260
+ static types(): {
8261
+ [key: string]: any;
8262
+ };
8263
+ constructor(map?: {
8264
+ [key: string]: any;
8265
+ });
8266
+ }
8267
+ export declare class GetUserLatestPlanResponseBody extends $tea.Model {
8268
+ accountHandleStatus?: number;
8269
+ accountHandleTime?: string;
8270
+ accountType?: number;
8271
+ agreementFirstSignTime?: string;
8272
+ agreementLastSignTime?: string;
8273
+ agreementStatus?: number;
8274
+ dataHandleEndTime?: string;
8275
+ dataHandleStartTime?: string;
8276
+ dataHandleStatus?: number;
8277
+ exclusivePlan?: number;
8278
+ newAccountUid?: number;
8279
+ requestId?: string;
8280
+ status?: number;
8281
+ vendorRequestId?: string;
8282
+ vendorType?: string;
8283
+ static names(): {
8284
+ [key: string]: string;
8285
+ };
8286
+ static types(): {
8287
+ [key: string]: any;
8288
+ };
8289
+ constructor(map?: {
8290
+ [key: string]: any;
8291
+ });
8292
+ }
8293
+ export declare class GetUserLatestPlanResponse extends $tea.Model {
8294
+ headers?: {
8295
+ [key: string]: string;
8296
+ };
8297
+ statusCode?: number;
8298
+ body?: GetUserLatestPlanResponseBody;
8299
+ static names(): {
8300
+ [key: string]: string;
8301
+ };
8302
+ static types(): {
8303
+ [key: string]: any;
8304
+ };
8305
+ constructor(map?: {
8306
+ [key: string]: any;
8307
+ });
8308
+ }
8213
8309
  export declare class GetWorkspaceHeaders extends $tea.Model {
8214
8310
  commonHeaders?: {
8215
8311
  [key: string]: string;
@@ -13721,6 +13817,99 @@ export declare class SubscribeCalendarResponse extends $tea.Model {
13721
13817
  [key: string]: any;
13722
13818
  });
13723
13819
  }
13820
+ export declare class SyncDingTypeHeaders extends $tea.Model {
13821
+ commonHeaders?: {
13822
+ [key: string]: string;
13823
+ };
13824
+ accountContext?: SyncDingTypeHeadersAccountContext;
13825
+ static names(): {
13826
+ [key: string]: string;
13827
+ };
13828
+ static types(): {
13829
+ [key: string]: any;
13830
+ };
13831
+ constructor(map?: {
13832
+ [key: string]: any;
13833
+ });
13834
+ }
13835
+ export declare class SyncDingTypeShrinkHeaders extends $tea.Model {
13836
+ commonHeaders?: {
13837
+ [key: string]: string;
13838
+ };
13839
+ accountContextShrink?: string;
13840
+ static names(): {
13841
+ [key: string]: string;
13842
+ };
13843
+ static types(): {
13844
+ [key: string]: any;
13845
+ };
13846
+ constructor(map?: {
13847
+ [key: string]: any;
13848
+ });
13849
+ }
13850
+ export declare class SyncDingTypeRequest extends $tea.Model {
13851
+ dingType?: string;
13852
+ isDimission?: string;
13853
+ source?: string;
13854
+ tenantContext?: SyncDingTypeRequestTenantContext;
13855
+ workNo?: string;
13856
+ static names(): {
13857
+ [key: string]: string;
13858
+ };
13859
+ static types(): {
13860
+ [key: string]: any;
13861
+ };
13862
+ constructor(map?: {
13863
+ [key: string]: any;
13864
+ });
13865
+ }
13866
+ export declare class SyncDingTypeShrinkRequest extends $tea.Model {
13867
+ dingType?: string;
13868
+ isDimission?: string;
13869
+ source?: string;
13870
+ tenantContextShrink?: string;
13871
+ workNo?: string;
13872
+ static names(): {
13873
+ [key: string]: string;
13874
+ };
13875
+ static types(): {
13876
+ [key: string]: any;
13877
+ };
13878
+ constructor(map?: {
13879
+ [key: string]: any;
13880
+ });
13881
+ }
13882
+ export declare class SyncDingTypeResponseBody extends $tea.Model {
13883
+ requestId?: string;
13884
+ success?: boolean;
13885
+ vendorRequestId?: string;
13886
+ vendorType?: string;
13887
+ static names(): {
13888
+ [key: string]: string;
13889
+ };
13890
+ static types(): {
13891
+ [key: string]: any;
13892
+ };
13893
+ constructor(map?: {
13894
+ [key: string]: any;
13895
+ });
13896
+ }
13897
+ export declare class SyncDingTypeResponse extends $tea.Model {
13898
+ headers?: {
13899
+ [key: string]: string;
13900
+ };
13901
+ statusCode?: number;
13902
+ body?: SyncDingTypeResponseBody;
13903
+ static names(): {
13904
+ [key: string]: string;
13905
+ };
13906
+ static types(): {
13907
+ [key: string]: any;
13908
+ };
13909
+ constructor(map?: {
13910
+ [key: string]: any;
13911
+ });
13912
+ }
13724
13913
  export declare class TerminateInstanceHeaders extends $tea.Model {
13725
13914
  commonHeaders?: {
13726
13915
  [key: string]: string;
@@ -19430,6 +19619,30 @@ export declare class GetUserResponseBodyUnionEmpExt extends $tea.Model {
19430
19619
  [key: string]: any;
19431
19620
  });
19432
19621
  }
19622
+ export declare class GetUserLatestPlanHeadersAccountContext extends $tea.Model {
19623
+ accountId?: string;
19624
+ static names(): {
19625
+ [key: string]: string;
19626
+ };
19627
+ static types(): {
19628
+ [key: string]: any;
19629
+ };
19630
+ constructor(map?: {
19631
+ [key: string]: any;
19632
+ });
19633
+ }
19634
+ export declare class GetUserLatestPlanRequestTenantContext extends $tea.Model {
19635
+ tenantId?: string;
19636
+ static names(): {
19637
+ [key: string]: string;
19638
+ };
19639
+ static types(): {
19640
+ [key: string]: any;
19641
+ };
19642
+ constructor(map?: {
19643
+ [key: string]: any;
19644
+ });
19645
+ }
19433
19646
  export declare class GetWorkspaceHeadersAccountContext extends $tea.Model {
19434
19647
  accountId?: string;
19435
19648
  static names(): {
@@ -22761,6 +22974,30 @@ export declare class SubscribeCalendarHeadersAccountContext extends $tea.Model {
22761
22974
  [key: string]: any;
22762
22975
  });
22763
22976
  }
22977
+ export declare class SyncDingTypeHeadersAccountContext extends $tea.Model {
22978
+ accountId?: string;
22979
+ static names(): {
22980
+ [key: string]: string;
22981
+ };
22982
+ static types(): {
22983
+ [key: string]: any;
22984
+ };
22985
+ constructor(map?: {
22986
+ [key: string]: any;
22987
+ });
22988
+ }
22989
+ export declare class SyncDingTypeRequestTenantContext extends $tea.Model {
22990
+ tenantId?: string;
22991
+ static names(): {
22992
+ [key: string]: string;
22993
+ };
22994
+ static types(): {
22995
+ [key: string]: any;
22996
+ };
22997
+ constructor(map?: {
22998
+ [key: string]: any;
22999
+ });
23000
+ }
22764
23001
  export declare class TerminateInstanceHeadersAccountContext extends $tea.Model {
22765
23002
  accountId?: string;
22766
23003
  static names(): {
@@ -23477,6 +23714,8 @@ export default class Client extends OpenApi {
23477
23714
  getTemplateListByUserId(request: GetTemplateListByUserIdRequest): Promise<GetTemplateListByUserIdResponse>;
23478
23715
  getUserWithOptions(tmpReq: GetUserRequest, tmpHeader: GetUserHeaders, runtime: $Util.RuntimeOptions): Promise<GetUserResponse>;
23479
23716
  getUser(request: GetUserRequest): Promise<GetUserResponse>;
23717
+ getUserLatestPlanWithOptions(tmpReq: GetUserLatestPlanRequest, tmpHeader: GetUserLatestPlanHeaders, runtime: $Util.RuntimeOptions): Promise<GetUserLatestPlanResponse>;
23718
+ getUserLatestPlan(request: GetUserLatestPlanRequest): Promise<GetUserLatestPlanResponse>;
23480
23719
  getWorkspaceWithOptions(tmpReq: GetWorkspaceRequest, tmpHeader: GetWorkspaceHeaders, runtime: $Util.RuntimeOptions): Promise<GetWorkspaceResponse>;
23481
23720
  getWorkspace(request: GetWorkspaceRequest): Promise<GetWorkspaceResponse>;
23482
23721
  getWorkspacesWithOptions(tmpReq: GetWorkspacesRequest, tmpHeader: GetWorkspacesHeaders, runtime: $Util.RuntimeOptions): Promise<GetWorkspacesResponse>;
@@ -23601,6 +23840,8 @@ export default class Client extends OpenApi {
23601
23840
  stopCloudRecord(request: StopCloudRecordRequest): Promise<StopCloudRecordResponse>;
23602
23841
  subscribeCalendarWithOptions(request: SubscribeCalendarRequest, tmpHeader: SubscribeCalendarHeaders, runtime: $Util.RuntimeOptions): Promise<SubscribeCalendarResponse>;
23603
23842
  subscribeCalendar(request: SubscribeCalendarRequest): Promise<SubscribeCalendarResponse>;
23843
+ syncDingTypeWithOptions(tmpReq: SyncDingTypeRequest, tmpHeader: SyncDingTypeHeaders, runtime: $Util.RuntimeOptions): Promise<SyncDingTypeResponse>;
23844
+ syncDingType(request: SyncDingTypeRequest): Promise<SyncDingTypeResponse>;
23604
23845
  terminateInstanceWithOptions(request: TerminateInstanceRequest, tmpHeader: TerminateInstanceHeaders, runtime: $Util.RuntimeOptions): Promise<TerminateInstanceResponse>;
23605
23846
  terminateInstance(request: TerminateInstanceRequest): Promise<TerminateInstanceResponse>;
23606
23847
  unsubscribeCalendarWithOptions(request: UnsubscribeCalendarRequest, tmpHeader: UnsubscribeCalendarHeaders, runtime: $Util.RuntimeOptions): Promise<UnsubscribeCalendarResponse>;