ksyun-sdk-node 1.5.18 → 1.5.19

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.
@@ -724,27 +724,6 @@ module.exports = class Client extends BaseClient {
724
724
  CertificateIds: "String"
725
725
  }
726
726
  },
727
- AssociateCertificateConfig: {
728
- url: "/",
729
- method: "GET",
730
- config: {
731
- query: {
732
- Version: "V3",
733
- Action: "AssociateCertificateConfig"
734
- },
735
- headers: {
736
- "Content-Type": "application/x-www-form-urlencoded"
737
- }
738
- },
739
- paramsType: {
740
- Enable: "String",
741
- DomainIds: "String",
742
- CertificateId: "String",
743
- CertificateName: "String",
744
- ServerCertificate: "String",
745
- PrivateKey: "String"
746
- }
747
- },
748
727
  ValidateIP: {
749
728
  url: "/",
750
729
  method: "GET",
@@ -779,39 +758,6 @@ module.exports = class Client extends BaseClient {
779
758
  RefreshOnUnblock: "String"
780
759
  }
781
760
  },
782
- SyncRefreshCaches: {
783
- url: "/",
784
- method: "GET",
785
- config: {
786
- query: {
787
- Version: "V3",
788
- Action: "SyncRefreshCaches"
789
- },
790
- headers: {
791
- "Content-Type": "application/json"
792
- }
793
- },
794
- paramsType: {
795
- Files: "Array",
796
- Dirs: "Array"
797
- }
798
- },
799
- InsertPreloadCaches: {
800
- url: "/",
801
- method: "GET",
802
- config: {
803
- query: {
804
- Version: "V3",
805
- Action: "InsertPreloadCaches"
806
- },
807
- headers: {
808
- "Content-Type": "application/json"
809
- }
810
- },
811
- paramsType: {
812
- Urls: "Array"
813
- }
814
- },
815
761
  GetCntvRefreshOrPreloadTask: {
816
762
  url: "/",
817
763
  method: "POST",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ksyun-sdk-node",
3
- "version": "1.5.18",
3
+ "version": "1.5.19",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -717,27 +717,6 @@ module.exports = class Client extends BaseClient {
717
717
  CertificateIds: "String",
718
718
  },
719
719
  },
720
- AssociateCertificateConfig: {
721
- url: "/",
722
- method: "GET",
723
- config: {
724
- query: {
725
- Version: "V3",
726
- Action: "AssociateCertificateConfig",
727
- },
728
- headers: {
729
- "Content-Type": "application/x-www-form-urlencoded",
730
- },
731
- },
732
- paramsType: {
733
- Enable: "String",
734
- DomainIds: "String",
735
- CertificateId: "String",
736
- CertificateName: "String",
737
- ServerCertificate: "String",
738
- PrivateKey: "String",
739
- },
740
- },
741
720
  ValidateIP: {
742
721
  url: "/",
743
722
  method: "GET",
@@ -772,39 +751,6 @@ module.exports = class Client extends BaseClient {
772
751
  RefreshOnUnblock: "String",
773
752
  },
774
753
  },
775
- SyncRefreshCaches: {
776
- url: "/",
777
- method: "GET",
778
- config: {
779
- query: {
780
- Version: "V3",
781
- Action: "SyncRefreshCaches",
782
- },
783
- headers: {
784
- "Content-Type": "application/json",
785
- },
786
- },
787
- paramsType: {
788
- Files: "Array",
789
- Dirs: "Array",
790
- },
791
- },
792
- InsertPreloadCaches: {
793
- url: "/",
794
- method: "GET",
795
- config: {
796
- query: {
797
- Version: "V3",
798
- Action: "InsertPreloadCaches",
799
- },
800
- headers: {
801
- "Content-Type": "application/json",
802
- },
803
- },
804
- paramsType: {
805
- Urls: "Array",
806
- },
807
- },
808
754
  GetCntvRefreshOrPreloadTask: {
809
755
  url: "/",
810
756
  method: "POST",