@pidginhost/sdk 0.2.0
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/.openapi-generator/FILES +223 -0
- package/.openapi-generator/VERSION +1 -0
- package/.openapi-generator-ignore +23 -0
- package/README.md +727 -0
- package/api.ts +33802 -0
- package/base.ts +62 -0
- package/common.ts +128 -0
- package/configuration.ts +121 -0
- package/dist/api.d.ts +15244 -0
- package/dist/api.js +30223 -0
- package/dist/base.d.ts +42 -0
- package/dist/base.js +46 -0
- package/dist/common.d.ts +35 -0
- package/dist/common.js +140 -0
- package/dist/configuration.d.ts +98 -0
- package/dist/configuration.js +44 -0
- package/dist/esm/api.d.ts +15244 -0
- package/dist/esm/api.js +30179 -0
- package/dist/esm/base.d.ts +42 -0
- package/dist/esm/base.js +41 -0
- package/dist/esm/common.d.ts +35 -0
- package/dist/esm/common.js +127 -0
- package/dist/esm/configuration.d.ts +98 -0
- package/dist/esm/configuration.js +40 -0
- package/dist/esm/index.d.ts +14 -0
- package/dist/esm/index.js +16 -0
- package/dist/esm/pidginhost.d.ts +8 -0
- package/dist/esm/pidginhost.js +13 -0
- package/dist/index.d.ts +14 -0
- package/dist/index.js +34 -0
- package/dist/pidginhost.d.ts +8 -0
- package/dist/pidginhost.js +17 -0
- package/docs/APITokenCreate.md +28 -0
- package/docs/APITokenList.md +32 -0
- package/docs/AccountApi.md +1999 -0
- package/docs/ActivateFreeDNS.md +24 -0
- package/docs/ActivateFreeDNSResponse.md +24 -0
- package/docs/ActivityLogEntry.md +22 -0
- package/docs/ActivityLogResponse.md +20 -0
- package/docs/AddServerResponse.md +20 -0
- package/docs/Address.md +34 -0
- package/docs/AttachIPv4.md +20 -0
- package/docs/AttachIPv6.md +20 -0
- package/docs/AttachVolume.md +20 -0
- package/docs/BillingApi.md +1885 -0
- package/docs/CancelServiceResponse.md +22 -0
- package/docs/ChangeBillingCycle.md +20 -0
- package/docs/ChangeBillingCycleResponse.md +22 -0
- package/docs/ChangeCompany.md +20 -0
- package/docs/ChangeCompanyResponse.md +22 -0
- package/docs/ChangePassword.md +20 -0
- package/docs/CheckAvailability.md +20 -0
- package/docs/CloudApi.md +8433 -0
- package/docs/ClusterAdd.md +32 -0
- package/docs/ClusterAddResponse.md +20 -0
- package/docs/ClusterDetail.md +48 -0
- package/docs/ClusterPackage.md +24 -0
- package/docs/ClusterType.md +26 -0
- package/docs/ClusterTypeEnum.md +11 -0
- package/docs/Company.md +36 -0
- package/docs/ConnectVMRequest.md +20 -0
- package/docs/ConnectVMResponse.md +22 -0
- package/docs/ConnectedVM.md +24 -0
- package/docs/ConnectedVMsResponse.md +20 -0
- package/docs/ConsoleToken.md +22 -0
- package/docs/ContactTypeEnum.md +15 -0
- package/docs/ContactsUpdate.md +22 -0
- package/docs/ContactsUpdateResponse.md +20 -0
- package/docs/CountryEnum.md +515 -0
- package/docs/DNSRecord.md +53 -0
- package/docs/DNSRecordCreate.md +53 -0
- package/docs/DNSRecordCreateTypeEnum.md +21 -0
- package/docs/DNSRecordMutateResponse.md +22 -0
- package/docs/DeactivateFreeDNS.md +22 -0
- package/docs/DeactivateFreeDNSResponse.md +20 -0
- package/docs/DedicatedApi.md +551 -0
- package/docs/DedicatedRDNS.md +22 -0
- package/docs/DedicatedServer.md +39 -0
- package/docs/DeleteRecord.md +20 -0
- package/docs/DeleteRecordResponse.md +22 -0
- package/docs/Department.md +22 -0
- package/docs/Deposit.md +32 -0
- package/docs/DepositCreate.md +20 -0
- package/docs/DepositStatusEnum.md +15 -0
- package/docs/DestroyProtection.md +20 -0
- package/docs/DetachIPv4.md +20 -0
- package/docs/DetachIPv4Response.md +20 -0
- package/docs/DetachIPv6.md +20 -0
- package/docs/DetachIPv6Response.md +20 -0
- package/docs/DetachVolume.md +20 -0
- package/docs/DisconnectVMRequest.md +20 -0
- package/docs/DisconnectVMResponse.md +22 -0
- package/docs/Domain.md +42 -0
- package/docs/DomainApi.md +2047 -0
- package/docs/DomainCancelResponse.md +22 -0
- package/docs/DomainCreate.md +24 -0
- package/docs/DomainRegistrant.md +44 -0
- package/docs/EmailHistory.md +28 -0
- package/docs/FeatureUpgradeRequest.md +22 -0
- package/docs/FeatureUpgradeResponse.md +22 -0
- package/docs/FeaturesEnum.md +17 -0
- package/docs/FirewallRule.md +42 -0
- package/docs/FirewallRuleDirectionEnum.md +11 -0
- package/docs/FirewallRulesSet.md +28 -0
- package/docs/FirewallRulesSetStatusEnum.md +13 -0
- package/docs/FreeDNSDomain.md +24 -0
- package/docs/FreednsApi.md +655 -0
- package/docs/FundsBalanceResponse.md +26 -0
- package/docs/FundsLog.md +30 -0
- package/docs/FwPolicyOutEnum.md +13 -0
- package/docs/HTTPRoute.md +45 -0
- package/docs/HostingApi.md +327 -0
- package/docs/HostingChangePasswordResponse.md +20 -0
- package/docs/HostingService.md +39 -0
- package/docs/InvoiceDetail.md +50 -0
- package/docs/InvoiceList.md +40 -0
- package/docs/KubeUpgradeResponse.md +20 -0
- package/docs/KubeVersionEnum.md +13 -0
- package/docs/KubernetesApi.md +6209 -0
- package/docs/LBFirewallRule.md +44 -0
- package/docs/LBFirewallRuleActionEnum.md +13 -0
- package/docs/LBFirewallRuleDirectionEnum.md +11 -0
- package/docs/LowBalanceSettings.md +24 -0
- package/docs/NameserversUpdate.md +20 -0
- package/docs/NameserversUpdateResponse.md +20 -0
- package/docs/NodeMetricsResponse.md +32 -0
- package/docs/NodeRRDResponse.md +22 -0
- package/docs/NotificationSettingsResponse.md +26 -0
- package/docs/OSImage.md +28 -0
- package/docs/OperationEnum.md +27 -0
- package/docs/PaginatedAPITokenListList.md +26 -0
- package/docs/PaginatedClusterDetailList.md +26 -0
- package/docs/PaginatedClusterTypeList.md +26 -0
- package/docs/PaginatedCompanyList.md +26 -0
- package/docs/PaginatedDedicatedServerList.md +26 -0
- package/docs/PaginatedDepositList.md +26 -0
- package/docs/PaginatedDomainList.md +26 -0
- package/docs/PaginatedDomainRegistrantList.md +26 -0
- package/docs/PaginatedEmailHistoryList.md +26 -0
- package/docs/PaginatedFundsLogList.md +26 -0
- package/docs/PaginatedHostingServiceList.md +26 -0
- package/docs/PaginatedInvoiceListList.md +26 -0
- package/docs/PaginatedLBFirewallRuleList.md +26 -0
- package/docs/PaginatedOSImageList.md +26 -0
- package/docs/PaginatedPrivateNetworkList.md +26 -0
- package/docs/PaginatedPublicIPv4List.md +26 -0
- package/docs/PaginatedPublicIPv6List.md +26 -0
- package/docs/PaginatedResourcePoolList.md +26 -0
- package/docs/PaginatedResourcePoolNodeList.md +26 -0
- package/docs/PaginatedSSHKeyList.md +26 -0
- package/docs/PaginatedServerList.md +26 -0
- package/docs/PaginatedServerProductList.md +26 -0
- package/docs/PaginatedServiceListList.md +26 -0
- package/docs/PaginatedSnapshotList.md +26 -0
- package/docs/PaginatedStorageProductList.md +26 -0
- package/docs/PaginatedSubscriptionList.md +26 -0
- package/docs/PaginatedTLDList.md +26 -0
- package/docs/PaginatedTicketListList.md +26 -0
- package/docs/PatchedClusterDetail.md +48 -0
- package/docs/PatchedCompany.md +36 -0
- package/docs/PatchedDomain.md +42 -0
- package/docs/PatchedDomainRegistrant.md +44 -0
- package/docs/PatchedFirewallRule.md +42 -0
- package/docs/PatchedFirewallRulesSet.md +28 -0
- package/docs/PatchedHTTPRoute.md +45 -0
- package/docs/PatchedLBFirewallRule.md +44 -0
- package/docs/PatchedPrivateNetwork.md +30 -0
- package/docs/PatchedProfile.md +26 -0
- package/docs/PatchedResourcePool.md +28 -0
- package/docs/PatchedSSHKey.md +26 -0
- package/docs/PatchedTCPRoute.md +41 -0
- package/docs/PatchedUDPRoute.md +41 -0
- package/docs/PatchedVolume.md +32 -0
- package/docs/PayWithFundsResponse.md +22 -0
- package/docs/PowerAction.md +20 -0
- package/docs/PowerActionActionEnum.md +15 -0
- package/docs/PowerActionResponse.md +20 -0
- package/docs/PowerManagement.md +20 -0
- package/docs/PowerManagementRequest.md +20 -0
- package/docs/PowerManagementRequestActionEnum.md +15 -0
- package/docs/Priority3cdEnum.md +13 -0
- package/docs/PrivateNetwork.md +30 -0
- package/docs/PrivateNetworkAddHost.md +22 -0
- package/docs/PrivateNetworkRemoveHost.md +20 -0
- package/docs/Profile.md +26 -0
- package/docs/PublicIPv4.md +32 -0
- package/docs/PublicIPv6.md +32 -0
- package/docs/PublicInterface.md +30 -0
- package/docs/RDNSUpdateResponse.md +20 -0
- package/docs/Reinstall.md +20 -0
- package/docs/ReinstallResponse.md +20 -0
- package/docs/RemoveServerResponse.md +20 -0
- package/docs/RenewDomain.md +20 -0
- package/docs/ResourcePool.md +28 -0
- package/docs/ResourcePoolAdd.md +22 -0
- package/docs/ResourcePoolAddResponse.md +20 -0
- package/docs/ResourcePoolNode.md +24 -0
- package/docs/RetryProvision.md +20 -0
- package/docs/ReverseDNS.md +20 -0
- package/docs/SSHKey.md +26 -0
- package/docs/SchemaApi.md +117 -0
- package/docs/ScopeEnum.md +11 -0
- package/docs/Server.md +42 -0
- package/docs/ServerAdd.md +58 -0
- package/docs/ServerAddResponse.md +20 -0
- package/docs/ServerProduct.md +24 -0
- package/docs/ServerProductUpgrade.md +20 -0
- package/docs/ServerUpgradeResponse.md +20 -0
- package/docs/ServerUsageResponse.md +28 -0
- package/docs/Service.md +40 -0
- package/docs/ServiceList.md +36 -0
- package/docs/Snapshot.md +30 -0
- package/docs/SnapshotCreate.md +24 -0
- package/docs/SnapshotCreateQueued.md +20 -0
- package/docs/SnapshotDeleteQueued.md +20 -0
- package/docs/SnapshotRollbackQueued.md +20 -0
- package/docs/SourceEnum.md +11 -0
- package/docs/Status03cEnum.md +21 -0
- package/docs/Status63aEnum.md +23 -0
- package/docs/StatusA57Enum.md +31 -0
- package/docs/StatusEf2Enum.md +15 -0
- package/docs/StorageProduct.md +34 -0
- package/docs/Subscription.md +34 -0
- package/docs/SubscriptionStatusEnum.md +15 -0
- package/docs/SupportApi.md +841 -0
- package/docs/TCPRoute.md +41 -0
- package/docs/TLD.md +38 -0
- package/docs/TalosUpgradeResponse.md +20 -0
- package/docs/ThresholdTypeEnum.md +13 -0
- package/docs/TicketCloseResponse.md +22 -0
- package/docs/TicketCreate.md +30 -0
- package/docs/TicketCreatePriorityEnum.md +13 -0
- package/docs/TicketDetail.md +34 -0
- package/docs/TicketList.md +32 -0
- package/docs/TicketReopenResponse.md +22 -0
- package/docs/TicketReply.md +22 -0
- package/docs/TicketReplyResponse.md +20 -0
- package/docs/ToggleAutoPaymentResponse.md +22 -0
- package/docs/TransferRoDomain.md +22 -0
- package/docs/Type2faEnum.md +11 -0
- package/docs/UDPRoute.md +41 -0
- package/docs/Volume.md +32 -0
- package/git_push.sh +57 -0
- package/index.ts +19 -0
- package/package.json +33 -0
- package/pidginhost.ts +20 -0
- package/tsconfig.esm.json +7 -0
- package/tsconfig.json +18 -0
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
.gitignore
|
|
2
|
+
.npmignore
|
|
3
|
+
.openapi-generator-ignore
|
|
4
|
+
README.md
|
|
5
|
+
api.ts
|
|
6
|
+
base.ts
|
|
7
|
+
common.ts
|
|
8
|
+
configuration.ts
|
|
9
|
+
docs/APITokenCreate.md
|
|
10
|
+
docs/APITokenList.md
|
|
11
|
+
docs/AccountApi.md
|
|
12
|
+
docs/ActivateFreeDNS.md
|
|
13
|
+
docs/ActivateFreeDNSResponse.md
|
|
14
|
+
docs/ActivityLogEntry.md
|
|
15
|
+
docs/ActivityLogResponse.md
|
|
16
|
+
docs/AddServerResponse.md
|
|
17
|
+
docs/Address.md
|
|
18
|
+
docs/AttachIPv4.md
|
|
19
|
+
docs/AttachIPv6.md
|
|
20
|
+
docs/AttachVolume.md
|
|
21
|
+
docs/BillingApi.md
|
|
22
|
+
docs/CancelServiceResponse.md
|
|
23
|
+
docs/ChangeBillingCycle.md
|
|
24
|
+
docs/ChangeBillingCycleResponse.md
|
|
25
|
+
docs/ChangeCompany.md
|
|
26
|
+
docs/ChangeCompanyResponse.md
|
|
27
|
+
docs/ChangePassword.md
|
|
28
|
+
docs/CheckAvailability.md
|
|
29
|
+
docs/CloudApi.md
|
|
30
|
+
docs/ClusterAdd.md
|
|
31
|
+
docs/ClusterAddResponse.md
|
|
32
|
+
docs/ClusterDetail.md
|
|
33
|
+
docs/ClusterPackage.md
|
|
34
|
+
docs/ClusterType.md
|
|
35
|
+
docs/ClusterTypeEnum.md
|
|
36
|
+
docs/Company.md
|
|
37
|
+
docs/ConnectVMRequest.md
|
|
38
|
+
docs/ConnectVMResponse.md
|
|
39
|
+
docs/ConnectedVM.md
|
|
40
|
+
docs/ConnectedVMsResponse.md
|
|
41
|
+
docs/ConsoleToken.md
|
|
42
|
+
docs/ContactTypeEnum.md
|
|
43
|
+
docs/ContactsUpdate.md
|
|
44
|
+
docs/ContactsUpdateResponse.md
|
|
45
|
+
docs/CountryEnum.md
|
|
46
|
+
docs/DNSRecord.md
|
|
47
|
+
docs/DNSRecordCreate.md
|
|
48
|
+
docs/DNSRecordCreateTypeEnum.md
|
|
49
|
+
docs/DNSRecordMutateResponse.md
|
|
50
|
+
docs/DeactivateFreeDNS.md
|
|
51
|
+
docs/DeactivateFreeDNSResponse.md
|
|
52
|
+
docs/DedicatedApi.md
|
|
53
|
+
docs/DedicatedRDNS.md
|
|
54
|
+
docs/DedicatedServer.md
|
|
55
|
+
docs/DeleteRecord.md
|
|
56
|
+
docs/DeleteRecordResponse.md
|
|
57
|
+
docs/Department.md
|
|
58
|
+
docs/Deposit.md
|
|
59
|
+
docs/DepositCreate.md
|
|
60
|
+
docs/DepositStatusEnum.md
|
|
61
|
+
docs/DestroyProtection.md
|
|
62
|
+
docs/DetachIPv4.md
|
|
63
|
+
docs/DetachIPv4Response.md
|
|
64
|
+
docs/DetachIPv6.md
|
|
65
|
+
docs/DetachIPv6Response.md
|
|
66
|
+
docs/DetachVolume.md
|
|
67
|
+
docs/DisconnectVMRequest.md
|
|
68
|
+
docs/DisconnectVMResponse.md
|
|
69
|
+
docs/Domain.md
|
|
70
|
+
docs/DomainApi.md
|
|
71
|
+
docs/DomainCancelResponse.md
|
|
72
|
+
docs/DomainCreate.md
|
|
73
|
+
docs/DomainRegistrant.md
|
|
74
|
+
docs/EmailHistory.md
|
|
75
|
+
docs/FeatureUpgradeRequest.md
|
|
76
|
+
docs/FeatureUpgradeResponse.md
|
|
77
|
+
docs/FeaturesEnum.md
|
|
78
|
+
docs/FirewallRule.md
|
|
79
|
+
docs/FirewallRuleDirectionEnum.md
|
|
80
|
+
docs/FirewallRulesSet.md
|
|
81
|
+
docs/FirewallRulesSetStatusEnum.md
|
|
82
|
+
docs/FreeDNSDomain.md
|
|
83
|
+
docs/FreednsApi.md
|
|
84
|
+
docs/FundsBalanceResponse.md
|
|
85
|
+
docs/FundsLog.md
|
|
86
|
+
docs/FwPolicyOutEnum.md
|
|
87
|
+
docs/HTTPRoute.md
|
|
88
|
+
docs/HostingApi.md
|
|
89
|
+
docs/HostingChangePasswordResponse.md
|
|
90
|
+
docs/HostingService.md
|
|
91
|
+
docs/InvoiceDetail.md
|
|
92
|
+
docs/InvoiceList.md
|
|
93
|
+
docs/KubeUpgradeResponse.md
|
|
94
|
+
docs/KubeVersionEnum.md
|
|
95
|
+
docs/KubernetesApi.md
|
|
96
|
+
docs/LBFirewallRule.md
|
|
97
|
+
docs/LBFirewallRuleActionEnum.md
|
|
98
|
+
docs/LBFirewallRuleDirectionEnum.md
|
|
99
|
+
docs/LowBalanceSettings.md
|
|
100
|
+
docs/NameserversUpdate.md
|
|
101
|
+
docs/NameserversUpdateResponse.md
|
|
102
|
+
docs/NodeMetricsResponse.md
|
|
103
|
+
docs/NodeRRDResponse.md
|
|
104
|
+
docs/NotificationSettingsResponse.md
|
|
105
|
+
docs/OSImage.md
|
|
106
|
+
docs/OperationEnum.md
|
|
107
|
+
docs/PaginatedAPITokenListList.md
|
|
108
|
+
docs/PaginatedClusterDetailList.md
|
|
109
|
+
docs/PaginatedClusterTypeList.md
|
|
110
|
+
docs/PaginatedCompanyList.md
|
|
111
|
+
docs/PaginatedDedicatedServerList.md
|
|
112
|
+
docs/PaginatedDepositList.md
|
|
113
|
+
docs/PaginatedDomainList.md
|
|
114
|
+
docs/PaginatedDomainRegistrantList.md
|
|
115
|
+
docs/PaginatedEmailHistoryList.md
|
|
116
|
+
docs/PaginatedFundsLogList.md
|
|
117
|
+
docs/PaginatedHostingServiceList.md
|
|
118
|
+
docs/PaginatedInvoiceListList.md
|
|
119
|
+
docs/PaginatedLBFirewallRuleList.md
|
|
120
|
+
docs/PaginatedOSImageList.md
|
|
121
|
+
docs/PaginatedPrivateNetworkList.md
|
|
122
|
+
docs/PaginatedPublicIPv4List.md
|
|
123
|
+
docs/PaginatedPublicIPv6List.md
|
|
124
|
+
docs/PaginatedResourcePoolList.md
|
|
125
|
+
docs/PaginatedResourcePoolNodeList.md
|
|
126
|
+
docs/PaginatedSSHKeyList.md
|
|
127
|
+
docs/PaginatedServerList.md
|
|
128
|
+
docs/PaginatedServerProductList.md
|
|
129
|
+
docs/PaginatedServiceListList.md
|
|
130
|
+
docs/PaginatedSnapshotList.md
|
|
131
|
+
docs/PaginatedStorageProductList.md
|
|
132
|
+
docs/PaginatedSubscriptionList.md
|
|
133
|
+
docs/PaginatedTLDList.md
|
|
134
|
+
docs/PaginatedTicketListList.md
|
|
135
|
+
docs/PatchedClusterDetail.md
|
|
136
|
+
docs/PatchedCompany.md
|
|
137
|
+
docs/PatchedDomain.md
|
|
138
|
+
docs/PatchedDomainRegistrant.md
|
|
139
|
+
docs/PatchedFirewallRule.md
|
|
140
|
+
docs/PatchedFirewallRulesSet.md
|
|
141
|
+
docs/PatchedHTTPRoute.md
|
|
142
|
+
docs/PatchedLBFirewallRule.md
|
|
143
|
+
docs/PatchedPrivateNetwork.md
|
|
144
|
+
docs/PatchedProfile.md
|
|
145
|
+
docs/PatchedResourcePool.md
|
|
146
|
+
docs/PatchedSSHKey.md
|
|
147
|
+
docs/PatchedTCPRoute.md
|
|
148
|
+
docs/PatchedUDPRoute.md
|
|
149
|
+
docs/PatchedVolume.md
|
|
150
|
+
docs/PayWithFundsResponse.md
|
|
151
|
+
docs/PowerAction.md
|
|
152
|
+
docs/PowerActionActionEnum.md
|
|
153
|
+
docs/PowerActionResponse.md
|
|
154
|
+
docs/PowerManagement.md
|
|
155
|
+
docs/PowerManagementRequest.md
|
|
156
|
+
docs/PowerManagementRequestActionEnum.md
|
|
157
|
+
docs/Priority3cdEnum.md
|
|
158
|
+
docs/PrivateNetwork.md
|
|
159
|
+
docs/PrivateNetworkAddHost.md
|
|
160
|
+
docs/PrivateNetworkRemoveHost.md
|
|
161
|
+
docs/Profile.md
|
|
162
|
+
docs/PublicIPv4.md
|
|
163
|
+
docs/PublicIPv6.md
|
|
164
|
+
docs/PublicInterface.md
|
|
165
|
+
docs/RDNSUpdateResponse.md
|
|
166
|
+
docs/Reinstall.md
|
|
167
|
+
docs/ReinstallResponse.md
|
|
168
|
+
docs/RemoveServerResponse.md
|
|
169
|
+
docs/RenewDomain.md
|
|
170
|
+
docs/ResourcePool.md
|
|
171
|
+
docs/ResourcePoolAdd.md
|
|
172
|
+
docs/ResourcePoolAddResponse.md
|
|
173
|
+
docs/ResourcePoolNode.md
|
|
174
|
+
docs/RetryProvision.md
|
|
175
|
+
docs/ReverseDNS.md
|
|
176
|
+
docs/SSHKey.md
|
|
177
|
+
docs/SchemaApi.md
|
|
178
|
+
docs/ScopeEnum.md
|
|
179
|
+
docs/Server.md
|
|
180
|
+
docs/ServerAdd.md
|
|
181
|
+
docs/ServerAddResponse.md
|
|
182
|
+
docs/ServerProduct.md
|
|
183
|
+
docs/ServerProductUpgrade.md
|
|
184
|
+
docs/ServerUpgradeResponse.md
|
|
185
|
+
docs/ServerUsageResponse.md
|
|
186
|
+
docs/Service.md
|
|
187
|
+
docs/ServiceList.md
|
|
188
|
+
docs/Snapshot.md
|
|
189
|
+
docs/SnapshotCreate.md
|
|
190
|
+
docs/SnapshotCreateQueued.md
|
|
191
|
+
docs/SnapshotDeleteQueued.md
|
|
192
|
+
docs/SnapshotRollbackQueued.md
|
|
193
|
+
docs/SourceEnum.md
|
|
194
|
+
docs/Status03cEnum.md
|
|
195
|
+
docs/Status63aEnum.md
|
|
196
|
+
docs/StatusA57Enum.md
|
|
197
|
+
docs/StatusEf2Enum.md
|
|
198
|
+
docs/StorageProduct.md
|
|
199
|
+
docs/Subscription.md
|
|
200
|
+
docs/SubscriptionStatusEnum.md
|
|
201
|
+
docs/SupportApi.md
|
|
202
|
+
docs/TCPRoute.md
|
|
203
|
+
docs/TLD.md
|
|
204
|
+
docs/TalosUpgradeResponse.md
|
|
205
|
+
docs/ThresholdTypeEnum.md
|
|
206
|
+
docs/TicketCloseResponse.md
|
|
207
|
+
docs/TicketCreate.md
|
|
208
|
+
docs/TicketCreatePriorityEnum.md
|
|
209
|
+
docs/TicketDetail.md
|
|
210
|
+
docs/TicketList.md
|
|
211
|
+
docs/TicketReopenResponse.md
|
|
212
|
+
docs/TicketReply.md
|
|
213
|
+
docs/TicketReplyResponse.md
|
|
214
|
+
docs/ToggleAutoPaymentResponse.md
|
|
215
|
+
docs/TransferRoDomain.md
|
|
216
|
+
docs/Type2faEnum.md
|
|
217
|
+
docs/UDPRoute.md
|
|
218
|
+
docs/Volume.md
|
|
219
|
+
git_push.sh
|
|
220
|
+
index.ts
|
|
221
|
+
package.json
|
|
222
|
+
tsconfig.esm.json
|
|
223
|
+
tsconfig.json
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
7.20.0
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# OpenAPI Generator Ignore
|
|
2
|
+
# Generated by openapi-generator https://github.com/openapitools/openapi-generator
|
|
3
|
+
|
|
4
|
+
# Use this file to prevent files from being overwritten by the generator.
|
|
5
|
+
# The patterns follow closely to .gitignore or .dockerignore.
|
|
6
|
+
|
|
7
|
+
# As an example, the C# client generator defines ApiClient.cs.
|
|
8
|
+
# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
|
|
9
|
+
#ApiClient.cs
|
|
10
|
+
|
|
11
|
+
# You can match any string of characters against a directory, file or extension with a single asterisk (*):
|
|
12
|
+
#foo/*/qux
|
|
13
|
+
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
|
|
14
|
+
|
|
15
|
+
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
|
|
16
|
+
#foo/**/qux
|
|
17
|
+
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
|
|
18
|
+
|
|
19
|
+
# You can also negate patterns with an exclamation (!).
|
|
20
|
+
# For example, you can ignore all files in a docs folder with the file extension .md:
|
|
21
|
+
#docs/*.md
|
|
22
|
+
# Then explicitly reverse the ignore rule for a single file:
|
|
23
|
+
#!docs/README.md
|