@@ -35,7 +35,7 @@ import (
3535@param appKey string Application Key
3636@param basePath string Base service path. Set "" for default
3737@return *CellsApiService */
38- func NewLiteCellsApiService (appSid string , appKey string , opts ... string ) * LiteCellsApiService {
38+ func NewLightCellsApiService (appSid string , appKey string , opts ... string ) * LightCellsApiService {
3939 var basePath = ""
4040 var version = ""
4141 for i , v := range opts {
@@ -48,13 +48,13 @@ func NewLiteCellsApiService(appSid string, appKey string, opts ...string) *LiteC
4848 }
4949 config := NewConfiguration (appSid , appKey , basePath , version )
5050 client := NewAPIClient (config )
51- return client .LiteCellsApi
51+ return client .LightCellsApi
5252}
5353
54- type LiteCellsApiService service
54+ type LightCellsApiService service
5555
5656/*
57- LiteCellsApiService
57+ LightCellsApiService
5858 * @param file File to upload
5959 * @param optional nil or *DeleteMetadataOpts - Optional Parameters:
6060 * @param "Type_" (optional.String) -
@@ -68,7 +68,7 @@ type DeleteMetadataOpts struct {
6868
6969// var countryCapitalMap map[string]string /*创建集合 */
7070//countryCapitalMap = make(map[string]string)
71- func (a * LiteCellsApiService ) DeleteMetadata (file map [string ]string , localVarOptionals * DeleteMetadataOpts ) (FilesResult , * http.Response , error ) {
71+ func (a * LightCellsApiService ) DeleteMetadata (file map [string ]string , localVarOptionals * DeleteMetadataOpts ) (FilesResult , * http.Response , error ) {
7272 var (
7373 localVarHttpMethod = strings .ToUpper ("Post" )
7474 localVarPostBody interface {}
@@ -128,7 +128,7 @@ func (a *LiteCellsApiService) DeleteMetadata(file map[string]string, localVarOpt
128128}
129129
130130/*
131- LiteCellsApiService
131+ LightCellsApiService
132132 * @param file File to upload
133133 * @param optional nil or *GetMetadataOpts - Optional Parameters:
134134 * @param "Type_" (optional.String) -
@@ -140,7 +140,7 @@ type GetMetadataOpts struct {
140140 Type_ string
141141}
142142
143- func (a * LiteCellsApiService ) GetMetadata (file map [string ]string , localVarOptionals * GetMetadataOpts ) ([]CellsDocumentProperty , * http.Response , error ) {
143+ func (a * LightCellsApiService ) GetMetadata (file map [string ]string , localVarOptionals * GetMetadataOpts ) ([]CellsDocumentProperty , * http.Response , error ) {
144144 var (
145145 localVarHttpMethod = strings .ToUpper ("Post" )
146146 localVarPostBody interface {}
@@ -199,7 +199,7 @@ func (a *LiteCellsApiService) GetMetadata(file map[string]string, localVarOption
199199}
200200
201201/*
202- LiteCellsApiService
202+ LightCellsApiService
203203 * @param file File to upload
204204 * @param datasource
205205 * @param optional nil or *PostAssembleOpts - Optional Parameters:
@@ -213,7 +213,7 @@ type PostAssembleOpts struct {
213213 Format string
214214}
215215
216- func (a * LiteCellsApiService ) PostAssemble (file map [string ]string , localVarOptionals * PostAssembleOpts ) (FilesResult , * http.Response , error ) {
216+ func (a * LightCellsApiService ) PostAssemble (file map [string ]string , localVarOptionals * PostAssembleOpts ) (FilesResult , * http.Response , error ) {
217217 var (
218218 localVarHttpMethod = strings .ToUpper ("Post" )
219219 localVarPostBody interface {}
@@ -273,7 +273,7 @@ func (a *LiteCellsApiService) PostAssemble(file map[string]string, localVarOptio
273273}
274274
275275/*
276- LiteCellsApiService
276+ LightCellsApiService
277277 * @param file File to upload
278278 * @param objecttype
279279
@@ -284,7 +284,7 @@ type PostClearObjectsOpts struct {
284284 Objecttype string
285285}
286286
287- func (a * LiteCellsApiService ) PostClearObjects (file map [string ]string , localVarOptionals * PostClearObjectsOpts ) (FilesResult , * http.Response , error ) {
287+ func (a * LightCellsApiService ) PostClearObjects (file map [string ]string , localVarOptionals * PostClearObjectsOpts ) (FilesResult , * http.Response , error ) {
288288 var (
289289 localVarHttpMethod = strings .ToUpper ("Post" )
290290 localVarPostBody interface {}
@@ -341,7 +341,7 @@ func (a *LiteCellsApiService) PostClearObjects(file map[string]string, localVarO
341341}
342342
343343/*
344- LiteCellsApiService
344+ LightCellsApiService
345345 * @param file File to upload
346346 * @param objectType
347347 * @param format
@@ -354,7 +354,7 @@ type PostExportOpts struct {
354354 Format string
355355}
356356
357- func (a * LiteCellsApiService ) PostExport (file map [string ]string , localVarOptionals * PostExportOpts ) (FilesResult , * http.Response , error ) {
357+ func (a * LightCellsApiService ) PostExport (file map [string ]string , localVarOptionals * PostExportOpts ) (FilesResult , * http.Response , error ) {
358358 var (
359359 localVarHttpMethod = strings .ToUpper ("Post" )
360360 localVarPostBody interface {}
@@ -412,7 +412,7 @@ func (a *LiteCellsApiService) PostExport(file map[string]string, localVarOptiona
412412}
413413
414414/*
415- LiteCellsApiService
415+ LightCellsApiService
416416 * @param file File to upload
417417 * @param documentProperties Cells document property.
418418
@@ -423,7 +423,7 @@ type PostImportOpts struct {
423423 ImportOption interface {}
424424}
425425
426- func (a * LiteCellsApiService ) PostImport (file map [string ]string , localVarOptionals * PostImportOpts ) (FilesResult , * http.Response , error ) {
426+ func (a * LightCellsApiService ) PostImport (file map [string ]string , localVarOptionals * PostImportOpts ) (FilesResult , * http.Response , error ) {
427427 var (
428428 localVarHttpMethod = strings .ToUpper ("Post" )
429429 localVarPostBody interface {}
@@ -486,7 +486,7 @@ func (a *LiteCellsApiService) PostImport(file map[string]string, localVarOptiona
486486}
487487
488488/*
489- LiteCellsApiService
489+ LightCellsApiService
490490 * @param file File to upload
491491 * @param optional nil or *PostMergeOpts - Optional Parameters:
492492 * @param "Format" (optional.String) -
@@ -500,7 +500,7 @@ type PostMergeOpts struct {
500500 MergeToOneSheet bool
501501}
502502
503- func (a * LiteCellsApiService ) PostMerge (file map [string ]string , localVarOptionals * PostMergeOpts ) (FileInfo , * http.Response , error ) {
503+ func (a * LightCellsApiService ) PostMerge (file map [string ]string , localVarOptionals * PostMergeOpts ) (FileInfo , * http.Response , error ) {
504504 var (
505505 localVarHttpMethod = strings .ToUpper ("Post" )
506506 localVarPostBody interface {}
@@ -562,7 +562,7 @@ func (a *LiteCellsApiService) PostMerge(file map[string]string, localVarOptional
562562}
563563
564564/*
565- LiteCellsApiService
565+ LightCellsApiService
566566 * @param file File to upload
567567 * @param documentProperties Cells document property.
568568
@@ -573,7 +573,7 @@ type PostMetadataOpts struct {
573573 DocumentProperties []CellsDocumentProperty
574574}
575575
576- func (a * LiteCellsApiService ) PostMetadata (file map [string ]string , localVarOptionals * PostMetadataOpts ) (FilesResult , * http.Response , error ) {
576+ func (a * LightCellsApiService ) PostMetadata (file map [string ]string , localVarOptionals * PostMetadataOpts ) (FilesResult , * http.Response , error ) {
577577 var (
578578 localVarHttpMethod = strings .ToUpper ("Post" )
579579 localVarPostBody interface {}
@@ -636,7 +636,7 @@ func (a *LiteCellsApiService) PostMetadata(file map[string]string, localVarOptio
636636}
637637
638638/*
639- LiteCellsApiService
639+ LightCellsApiService
640640 * @param file File to upload
641641 * @param password
642642
@@ -647,7 +647,7 @@ type PostProtectOpts struct {
647647 Password string
648648}
649649
650- func (a * LiteCellsApiService ) PostProtect (file map [string ]string , localVarOptionals * PostProtectOpts ) (FilesResult , * http.Response , error ) {
650+ func (a * LightCellsApiService ) PostProtect (file map [string ]string , localVarOptionals * PostProtectOpts ) (FilesResult , * http.Response , error ) {
651651 var (
652652 localVarHttpMethod = strings .ToUpper ("Post" )
653653 localVarPostBody interface {}
@@ -704,7 +704,7 @@ func (a *LiteCellsApiService) PostProtect(file map[string]string, localVarOption
704704}
705705
706706/*
707- LiteCellsApiService
707+ LightCellsApiService
708708 * @param file File to upload
709709 * @param text
710710 * @param optional nil or *PostSearchOpts - Optional Parameters:
@@ -720,7 +720,7 @@ type PostSearchOpts struct {
720720 Sheetname string
721721}
722722
723- func (a * LiteCellsApiService ) PostSearch (file map [string ]string , localVarOptionals * PostSearchOpts ) ([]TextItem , * http.Response , error ) {
723+ func (a * LightCellsApiService ) PostSearch (file map [string ]string , localVarOptionals * PostSearchOpts ) ([]TextItem , * http.Response , error ) {
724724 var (
725725 localVarHttpMethod = strings .ToUpper ("Post" )
726726 localVarPostBody interface {}
@@ -784,7 +784,7 @@ func (a *LiteCellsApiService) PostSearch(file map[string]string, localVarOptiona
784784}
785785
786786/*
787- LiteCellsApiService
787+ LightCellsApiService
788788 * @param file File to upload
789789 * @param format
790790 * @param optional nil or *PostSplitOpts - Optional Parameters:
@@ -801,7 +801,7 @@ type PostSplitOpts struct {
801801 To int32
802802}
803803
804- func (a * LiteCellsApiService ) PostSplit (file map [string ]string , localVarOptionals * PostSplitOpts ) (FilesResult , * http.Response , error ) {
804+ func (a * LightCellsApiService ) PostSplit (file map [string ]string , localVarOptionals * PostSplitOpts ) (FilesResult , * http.Response , error ) {
805805 var (
806806 localVarHttpMethod = strings .ToUpper ("Post" )
807807 localVarPostBody interface {}
@@ -868,7 +868,7 @@ func (a *LiteCellsApiService) PostSplit(file map[string]string, localVarOptional
868868}
869869
870870/*
871- LiteCellsApiService
871+ LightCellsApiService
872872 * @param file File to upload
873873 * @param password
874874
@@ -879,7 +879,7 @@ type PostUnlockOpts struct {
879879 Password string
880880}
881881
882- func (a * LiteCellsApiService ) PostUnlock (file map [string ]string , localVarOptionals * PostUnlockOpts ) (FilesResult , * http.Response , error ) {
882+ func (a * LightCellsApiService ) PostUnlock (file map [string ]string , localVarOptionals * PostUnlockOpts ) (FilesResult , * http.Response , error ) {
883883 var (
884884 localVarHttpMethod = strings .ToUpper ("Post" )
885885 localVarPostBody interface {}
@@ -936,7 +936,7 @@ func (a *LiteCellsApiService) PostUnlock(file map[string]string, localVarOptiona
936936}
937937
938938/*
939- LiteCellsApiService
939+ LightCellsApiService
940940 * @param file File to upload
941941 * @param text
942942 * @param color
@@ -949,7 +949,7 @@ type PostWatermarkOpts struct {
949949 Color string
950950}
951951
952- func (a * LiteCellsApiService ) PostWatermark (file map [string ]string , localVarOptionals * PostWatermarkOpts ) (FilesResult , * http.Response , error ) {
952+ func (a * LightCellsApiService ) PostWatermark (file map [string ]string , localVarOptionals * PostWatermarkOpts ) (FilesResult , * http.Response , error ) {
953953 var (
954954 localVarHttpMethod = strings .ToUpper ("Post" )
955955 localVarPostBody interface {}
@@ -1007,7 +1007,7 @@ func (a *LiteCellsApiService) PostWatermark(file map[string]string, localVarOpti
10071007}
10081008
10091009/*
1010- LiteCellsApiService
1010+ LightCellsApiService
10111011 * @param file File to upload
10121012 * @param text
10131013 * @param color
@@ -1019,7 +1019,7 @@ type PostCompressOpts struct {
10191019 CompressLevel int64
10201020}
10211021
1022- func (a * LiteCellsApiService ) PostCompress (file map [string ]string , localVarOptionals * PostCompressOpts ) (FilesResult , * http.Response , error ) {
1022+ func (a * LightCellsApiService ) PostCompress (file map [string ]string , localVarOptionals * PostCompressOpts ) (FilesResult , * http.Response , error ) {
10231023 var (
10241024 localVarHttpMethod = strings .ToUpper ("Post" )
10251025 localVarPostBody interface {}
@@ -1076,7 +1076,7 @@ func (a *LiteCellsApiService) PostCompress(file map[string]string, localVarOptio
10761076}
10771077
10781078/*
1079- LiteCellsApiService
1079+ LightCellsApiService
10801080 * @param file File to upload
10811081 * @param text
10821082 * @param color
@@ -1091,7 +1091,7 @@ type PostReplaceOpts struct {
10911091 SheetName string
10921092}
10931093
1094- func (a * LiteCellsApiService ) PostReplace (file map [string ]string , localVarOptionals * PostReplaceOpts ) (FilesResult , * http.Response , error ) {
1094+ func (a * LightCellsApiService ) PostReplace (file map [string ]string , localVarOptionals * PostReplaceOpts ) (FilesResult , * http.Response , error ) {
10951095 var (
10961096 localVarHttpMethod = strings .ToUpper ("Post" )
10971097 localVarPostBody interface {}
@@ -1151,7 +1151,7 @@ func (a *LiteCellsApiService) PostReplace(file map[string]string, localVarOption
11511151}
11521152
11531153/*
1154- LiteCellsApiService
1154+ LightCellsApiService
11551155 * @param file File to upload
11561156 * @param rotateType
11571157 * @param color
@@ -1164,7 +1164,7 @@ type PostReverseOpts struct {
11641164 Format string
11651165}
11661166
1167- func (a * LiteCellsApiService ) PostReverse (file map [string ]string , localVarOptionals * PostReverseOpts ) (FilesResult , * http.Response , error ) {
1167+ func (a * LightCellsApiService ) PostReverse (file map [string ]string , localVarOptionals * PostReverseOpts ) (FilesResult , * http.Response , error ) {
11681168 var (
11691169 localVarHttpMethod = strings .ToUpper ("Post" )
11701170 localVarPostBody interface {}
0 commit comments