waldur-js-client 8.0.9-dev.32 → 8.0.9-dev.34
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/index.d.ts +1 -1
- package/dist/sdk.gen.d.ts +2 -2
- package/dist/sdk.gen.js +2 -2
- package/dist/types.gen.d.ts +30 -18
- package/package.json +1 -1
package/dist/sdk.gen.d.ts
CHANGED
|
@@ -4272,7 +4272,7 @@ export declare const marketplaceProviderResourcesSubmitReport: <ThrowOnError ext
|
|
|
4272
4272
|
/**
|
|
4273
4273
|
* Get resource team
|
|
4274
4274
|
*
|
|
4275
|
-
* Returns
|
|
4275
|
+
* Returns project users for this resource from the service provider perspective. When ENFORCE_USER_CONSENT_FOR_OFFERINGS is enabled and the offering has active Terms of Service, only users with active consent are returned (staff and support still see the full team).
|
|
4276
4276
|
*/
|
|
4277
4277
|
export declare const marketplaceProviderResourcesTeamList: <ThrowOnError extends boolean = false>(options: Options<MarketplaceProviderResourcesTeamListData, ThrowOnError>) => import("./client").RequestResult<MarketplaceProviderResourcesTeamListResponses, unknown, ThrowOnError, "fields">;
|
|
4278
4278
|
/**
|
|
@@ -4606,7 +4606,7 @@ export declare const marketplaceResourcesSwitchPlan: <ThrowOnError extends boole
|
|
|
4606
4606
|
/**
|
|
4607
4607
|
* Get resource team
|
|
4608
4608
|
*
|
|
4609
|
-
* Returns
|
|
4609
|
+
* Returns project users for this resource, including project roles and offering-specific usernames. Use has_consent=true to list only users with active Terms of Service consent for the offering.
|
|
4610
4610
|
*/
|
|
4611
4611
|
export declare const marketplaceResourcesTeamList: <ThrowOnError extends boolean = false>(options: Options<MarketplaceResourcesTeamListData, ThrowOnError>) => import("./client").RequestResult<MarketplaceResourcesTeamListResponses, unknown, ThrowOnError, "fields">;
|
|
4612
4612
|
/**
|
package/dist/sdk.gen.js
CHANGED
|
@@ -14320,7 +14320,7 @@ export const marketplaceProviderResourcesSubmitReport = (options) => (options.cl
|
|
|
14320
14320
|
/**
|
|
14321
14321
|
* Get resource team
|
|
14322
14322
|
*
|
|
14323
|
-
* Returns
|
|
14323
|
+
* Returns project users for this resource from the service provider perspective. When ENFORCE_USER_CONSENT_FOR_OFFERINGS is enabled and the offering has active Terms of Service, only users with active consent are returned (staff and support still see the full team).
|
|
14324
14324
|
*/
|
|
14325
14325
|
export const marketplaceProviderResourcesTeamList = (options) => (options.client ?? client).get({
|
|
14326
14326
|
security: [
|
|
@@ -15370,7 +15370,7 @@ export const marketplaceResourcesSwitchPlan = (options) => (options.client ?? cl
|
|
|
15370
15370
|
/**
|
|
15371
15371
|
* Get resource team
|
|
15372
15372
|
*
|
|
15373
|
-
* Returns
|
|
15373
|
+
* Returns project users for this resource, including project roles and offering-specific usernames. Use has_consent=true to list only users with active Terms of Service consent for the offering.
|
|
15374
15374
|
*/
|
|
15375
15375
|
export const marketplaceResourcesTeamList = (options) => (options.client ?? client).get({
|
|
15376
15376
|
security: [
|
package/dist/types.gen.d.ts
CHANGED
|
@@ -4439,6 +4439,10 @@ export type CompleteWorkflowStepRequest = {
|
|
|
4439
4439
|
* Explanation for the outcome.
|
|
4440
4440
|
*/
|
|
4441
4441
|
outcome_reason?: string;
|
|
4442
|
+
/**
|
|
4443
|
+
* Internal notes captured by the call-management team. Stored on the step instance and never returned to applicants.
|
|
4444
|
+
*/
|
|
4445
|
+
internal_notes?: string;
|
|
4442
4446
|
};
|
|
4443
4447
|
export type CompleteWorkflowStepResponse = {
|
|
4444
4448
|
detail: string;
|
|
@@ -11665,9 +11669,9 @@ export type NestedSecurityGroupRule = {
|
|
|
11665
11669
|
*/
|
|
11666
11670
|
direction?: DirectionEnum;
|
|
11667
11671
|
/**
|
|
11668
|
-
*
|
|
11672
|
+
* Network protocol: 'tcp', 'udp', 'icmp', empty (any) or an IANA protocol number 0-255 (e.g. '112' for VRRP).
|
|
11669
11673
|
*/
|
|
11670
|
-
protocol?:
|
|
11674
|
+
protocol?: string;
|
|
11671
11675
|
/**
|
|
11672
11676
|
* Starting port number in the range (1-65535)
|
|
11673
11677
|
*/
|
|
@@ -11695,9 +11699,9 @@ export type NestedSecurityGroupRuleRequest = {
|
|
|
11695
11699
|
*/
|
|
11696
11700
|
direction?: DirectionEnum;
|
|
11697
11701
|
/**
|
|
11698
|
-
*
|
|
11702
|
+
* Network protocol: 'tcp', 'udp', 'icmp', empty (any) or an IANA protocol number 0-255 (e.g. '112' for VRRP).
|
|
11699
11703
|
*/
|
|
11700
|
-
protocol?:
|
|
11704
|
+
protocol?: string;
|
|
11701
11705
|
/**
|
|
11702
11706
|
* Starting port number in the range (1-65535)
|
|
11703
11707
|
*/
|
|
@@ -15029,9 +15033,9 @@ export type OpenStackSecurityGroupRuleCreate = {
|
|
|
15029
15033
|
*/
|
|
15030
15034
|
direction?: DirectionEnum;
|
|
15031
15035
|
/**
|
|
15032
|
-
*
|
|
15036
|
+
* Network protocol: 'tcp', 'udp', 'icmp', empty (any) or an IANA protocol number 0-255 (e.g. '112' for VRRP).
|
|
15033
15037
|
*/
|
|
15034
|
-
protocol?:
|
|
15038
|
+
protocol?: string;
|
|
15035
15039
|
/**
|
|
15036
15040
|
* Starting port number in the range (1-65535)
|
|
15037
15041
|
*/
|
|
@@ -15063,9 +15067,9 @@ export type OpenStackSecurityGroupRuleCreateRequest = {
|
|
|
15063
15067
|
*/
|
|
15064
15068
|
direction?: DirectionEnum;
|
|
15065
15069
|
/**
|
|
15066
|
-
*
|
|
15070
|
+
* Network protocol: 'tcp', 'udp', 'icmp', empty (any) or an IANA protocol number 0-255 (e.g. '112' for VRRP).
|
|
15067
15071
|
*/
|
|
15068
|
-
protocol?:
|
|
15072
|
+
protocol?: string;
|
|
15069
15073
|
/**
|
|
15070
15074
|
* Starting port number in the range (1-65535)
|
|
15071
15075
|
*/
|
|
@@ -15094,9 +15098,9 @@ export type OpenStackSecurityGroupRuleUpdateByNameRequest = {
|
|
|
15094
15098
|
*/
|
|
15095
15099
|
direction?: DirectionEnum;
|
|
15096
15100
|
/**
|
|
15097
|
-
*
|
|
15101
|
+
* Network protocol: 'tcp', 'udp', 'icmp', empty (any) or an IANA protocol number 0-255 (e.g. '112' for VRRP).
|
|
15098
15102
|
*/
|
|
15099
|
-
protocol?:
|
|
15103
|
+
protocol?: string;
|
|
15100
15104
|
/**
|
|
15101
15105
|
* Starting port number in the range (1-65535)
|
|
15102
15106
|
*/
|
|
@@ -15123,9 +15127,9 @@ export type OpenStackSecurityGroupRuleUpdateRequest = {
|
|
|
15123
15127
|
*/
|
|
15124
15128
|
direction?: DirectionEnum;
|
|
15125
15129
|
/**
|
|
15126
|
-
*
|
|
15130
|
+
* Network protocol: 'tcp', 'udp', 'icmp', empty (any) or an IANA protocol number 0-255 (e.g. '112' for VRRP).
|
|
15127
15131
|
*/
|
|
15128
|
-
protocol?:
|
|
15132
|
+
protocol?: string;
|
|
15129
15133
|
/**
|
|
15130
15134
|
* Starting port number in the range (1-65535)
|
|
15131
15135
|
*/
|
|
@@ -19661,6 +19665,8 @@ export type ProposalWorkflowStepInstance = {
|
|
|
19661
19665
|
* Explanation for the outcome (e.g., rejection reason).
|
|
19662
19666
|
*/
|
|
19663
19667
|
readonly outcome_reason: string;
|
|
19668
|
+
readonly rejection_reason: string | null;
|
|
19669
|
+
readonly internal_notes: string | null;
|
|
19664
19670
|
/**
|
|
19665
19671
|
* When this step became active.
|
|
19666
19672
|
*/
|
|
@@ -19671,6 +19677,9 @@ export type ProposalWorkflowStepInstance = {
|
|
|
19671
19677
|
* Computed from started_at + step duration_in_days.
|
|
19672
19678
|
*/
|
|
19673
19679
|
readonly deadline: string | null;
|
|
19680
|
+
readonly applicant_visible: boolean;
|
|
19681
|
+
readonly duration_in_days: number | null;
|
|
19682
|
+
readonly is_required: boolean;
|
|
19674
19683
|
};
|
|
19675
19684
|
export type ProposalWorkflowStepInstanceStatusEnum = 'pending' | 'active' | 'completed' | 'expired' | 'skipped';
|
|
19676
19685
|
export type ProposedAssignment = {
|
|
@@ -21306,9 +21315,9 @@ export type RancherClusterSecurityGroupRule = {
|
|
|
21306
21315
|
*/
|
|
21307
21316
|
direction?: DirectionEnum;
|
|
21308
21317
|
/**
|
|
21309
|
-
*
|
|
21318
|
+
* Network protocol: 'tcp', 'udp', 'icmp', empty (any) or an IANA protocol number 0-255 (e.g. '112' for VRRP).
|
|
21310
21319
|
*/
|
|
21311
|
-
protocol?:
|
|
21320
|
+
protocol?: string;
|
|
21312
21321
|
/**
|
|
21313
21322
|
* Starting port number in the range (1-65535)
|
|
21314
21323
|
*/
|
|
@@ -21333,9 +21342,9 @@ export type RancherClusterSecurityGroupRuleRequest = {
|
|
|
21333
21342
|
*/
|
|
21334
21343
|
direction?: DirectionEnum;
|
|
21335
21344
|
/**
|
|
21336
|
-
*
|
|
21345
|
+
* Network protocol: 'tcp', 'udp', 'icmp', empty (any) or an IANA protocol number 0-255 (e.g. '112' for VRRP).
|
|
21337
21346
|
*/
|
|
21338
|
-
protocol?:
|
|
21347
|
+
protocol?: string;
|
|
21339
21348
|
/**
|
|
21340
21349
|
* Starting port number in the range (1-65535)
|
|
21341
21350
|
*/
|
|
@@ -21900,6 +21909,10 @@ export type RejectWorkflowStepRequest = {
|
|
|
21900
21909
|
* Reason for rejecting the proposal at this step.
|
|
21901
21910
|
*/
|
|
21902
21911
|
reason: string;
|
|
21912
|
+
/**
|
|
21913
|
+
* Internal notes captured by the call-management team alongside the rejection. Never returned to applicants.
|
|
21914
|
+
*/
|
|
21915
|
+
internal_notes?: string;
|
|
21903
21916
|
};
|
|
21904
21917
|
export type RejectWorkflowStepResponse = {
|
|
21905
21918
|
detail: string;
|
|
@@ -24303,7 +24316,6 @@ export type SectionRequest = {
|
|
|
24303
24316
|
*/
|
|
24304
24317
|
is_standalone?: boolean;
|
|
24305
24318
|
};
|
|
24306
|
-
export type SecurityGroupRuleProtocolEnum = 'tcp' | 'udp' | 'icmp';
|
|
24307
24319
|
export type SelfDeclaredConflictRequest = {
|
|
24308
24320
|
proposal_uuid: string;
|
|
24309
24321
|
coi_type: CoiTypeEnum;
|
|
@@ -53860,7 +53872,7 @@ export type MarketplaceProviderResourcesTeamListData = {
|
|
|
53860
53872
|
};
|
|
53861
53873
|
query?: {
|
|
53862
53874
|
/**
|
|
53863
|
-
* When
|
|
53875
|
+
* When ENFORCE_USER_CONSENT_FOR_OFFERINGS is disabled, passing true returns only users who have active consent for this offering.
|
|
53864
53876
|
*/
|
|
53865
53877
|
has_consent?: boolean;
|
|
53866
53878
|
};
|