@scaleway/sdk-s2s-vpn 2.3.0 → 2.4.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/dist/v1alpha1/api.gen.js
CHANGED
|
@@ -41,6 +41,7 @@ class API extends API$1 {
|
|
|
41
41
|
["gateway_types", request.gatewayTypes],
|
|
42
42
|
["name", request.name],
|
|
43
43
|
["order_by", request.orderBy],
|
|
44
|
+
["organization_id", request.organizationId],
|
|
44
45
|
["page", request.page],
|
|
45
46
|
[
|
|
46
47
|
"page_size",
|
|
@@ -145,6 +146,7 @@ class API extends API$1 {
|
|
|
145
146
|
["is_ipv6", request.isIpv6],
|
|
146
147
|
["name", request.name],
|
|
147
148
|
["order_by", request.orderBy],
|
|
149
|
+
["organization_id", request.organizationId],
|
|
148
150
|
["page", request.page],
|
|
149
151
|
[
|
|
150
152
|
"page_size",
|
|
@@ -309,6 +311,7 @@ class API extends API$1 {
|
|
|
309
311
|
urlParams: urlParams(
|
|
310
312
|
["name", request.name],
|
|
311
313
|
["order_by", request.orderBy],
|
|
314
|
+
["organization_id", request.organizationId],
|
|
312
315
|
["page", request.page],
|
|
313
316
|
[
|
|
314
317
|
"page_size",
|
|
@@ -391,6 +394,7 @@ class API extends API$1 {
|
|
|
391
394
|
["ipv6", request.ipv6],
|
|
392
395
|
["name", request.name],
|
|
393
396
|
["order_by", request.orderBy],
|
|
397
|
+
["organization_id", request.organizationId],
|
|
394
398
|
["page", request.page],
|
|
395
399
|
[
|
|
396
400
|
"page_size",
|
|
@@ -633,6 +633,10 @@ export type ListConnectionsRequest = {
|
|
|
633
633
|
* Project ID to filter for.
|
|
634
634
|
*/
|
|
635
635
|
projectId?: string;
|
|
636
|
+
/**
|
|
637
|
+
* Organization ID to filter for.
|
|
638
|
+
*/
|
|
639
|
+
organizationId?: string;
|
|
636
640
|
/**
|
|
637
641
|
* Connection name to filter for.
|
|
638
642
|
*/
|
|
@@ -697,6 +701,10 @@ export type ListCustomerGatewaysRequest = {
|
|
|
697
701
|
* Project ID to filter for.
|
|
698
702
|
*/
|
|
699
703
|
projectId?: string;
|
|
704
|
+
/**
|
|
705
|
+
* Organization ID to filter for.
|
|
706
|
+
*/
|
|
707
|
+
organizationId?: string;
|
|
700
708
|
/**
|
|
701
709
|
* Customer gateway name to filter for.
|
|
702
710
|
*/
|
|
@@ -737,6 +745,10 @@ export type ListRoutingPoliciesRequest = {
|
|
|
737
745
|
* Project ID to filter for.
|
|
738
746
|
*/
|
|
739
747
|
projectId?: string;
|
|
748
|
+
/**
|
|
749
|
+
* Organization ID to filter for.
|
|
750
|
+
*/
|
|
751
|
+
organizationId?: string;
|
|
740
752
|
/**
|
|
741
753
|
* Routing policy name to filter for.
|
|
742
754
|
*/
|
|
@@ -799,6 +811,10 @@ export type ListVpnGatewaysRequest = {
|
|
|
799
811
|
* Project ID to filter for.
|
|
800
812
|
*/
|
|
801
813
|
projectId?: string;
|
|
814
|
+
/**
|
|
815
|
+
* Organization ID to filter for.
|
|
816
|
+
*/
|
|
817
|
+
organizationId?: string;
|
|
802
818
|
/**
|
|
803
819
|
* VPN gateway name to filter for.
|
|
804
820
|
*/
|