waldur-js-client 7.8.7-dev.9 → 7.8.8-dev.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/sdk.gen.d.ts +9 -25
- package/dist/sdk.gen.js +9 -25
- package/dist/types.gen.d.ts +80 -12
- package/package.json +1 -1
package/dist/sdk.gen.d.ts
CHANGED
|
@@ -574,23 +574,7 @@ export declare const customerQuotasList: <ThrowOnError extends boolean = false>(
|
|
|
574
574
|
*/
|
|
575
575
|
export declare const customerQuotasCount: <ThrowOnError extends boolean = false>(options?: Options<CustomerQuotasCountData, ThrowOnError>) => import("./client").RequestResult<CustomerQuotasCountResponses, unknown, ThrowOnError, "fields">;
|
|
576
576
|
/**
|
|
577
|
-
*
|
|
578
|
-
* only see connected customers:
|
|
579
|
-
*
|
|
580
|
-
* - customers that the user owns
|
|
581
|
-
* - customers that have a project where user has a role
|
|
582
|
-
*
|
|
583
|
-
* Staff also can filter customers by user UUID, for example /api/customers/?user_uuid=<UUID>
|
|
584
|
-
*
|
|
585
|
-
* Staff also can filter customers by exists accounting_start_date, for example:
|
|
586
|
-
*
|
|
587
|
-
* The first category:
|
|
588
|
-
* /api/customers/?accounting_is_running=True
|
|
589
|
-
* has accounting_start_date empty (i.e. accounting starts at once)
|
|
590
|
-
* has accounting_start_date in the past (i.e. has already started).
|
|
591
|
-
*
|
|
592
|
-
* Those that are not in the first:
|
|
593
|
-
* /api/customers/?accounting_is_running=False # exists accounting_start_date
|
|
577
|
+
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
594
578
|
*/
|
|
595
579
|
export declare const customersList: <ThrowOnError extends boolean = false>(options?: Options<CustomersListData, ThrowOnError>) => import("./client").RequestResult<CustomersListResponses, unknown, ThrowOnError, "fields">;
|
|
596
580
|
/**
|
|
@@ -1472,11 +1456,11 @@ export declare const marketplaceOfferingUsersUpdateRestricted: <ThrowOnError ext
|
|
|
1472
1456
|
/**
|
|
1473
1457
|
* Get checklist template for creating new objects.
|
|
1474
1458
|
*/
|
|
1475
|
-
export declare const marketplaceOfferingUsersChecklistTemplateRetrieve: <ThrowOnError extends boolean = false>(options
|
|
1459
|
+
export declare const marketplaceOfferingUsersChecklistTemplateRetrieve: <ThrowOnError extends boolean = false>(options: Options<MarketplaceOfferingUsersChecklistTemplateRetrieveData, ThrowOnError>) => import("./client").RequestResult<MarketplaceOfferingUsersChecklistTemplateRetrieveResponses, MarketplaceOfferingUsersChecklistTemplateRetrieveErrors, ThrowOnError, "fields">;
|
|
1476
1460
|
/**
|
|
1477
1461
|
* Get number of items in the collection matching the request parameters.
|
|
1478
1462
|
*/
|
|
1479
|
-
export declare const marketplaceOfferingUsersChecklistTemplateCount: <ThrowOnError extends boolean = false>(options
|
|
1463
|
+
export declare const marketplaceOfferingUsersChecklistTemplateCount: <ThrowOnError extends boolean = false>(options: Options<MarketplaceOfferingUsersChecklistTemplateCountData, ThrowOnError>) => import("./client").RequestResult<MarketplaceOfferingUsersChecklistTemplateCountResponses, unknown, ThrowOnError, "fields">;
|
|
1480
1464
|
/**
|
|
1481
1465
|
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
1482
1466
|
*/
|
|
@@ -2561,11 +2545,11 @@ export declare const onboardingVerificationsSubmitAnswers: <ThrowOnError extends
|
|
|
2561
2545
|
/**
|
|
2562
2546
|
* Get checklist template for creating new objects.
|
|
2563
2547
|
*/
|
|
2564
|
-
export declare const onboardingVerificationsChecklistTemplateRetrieve: <ThrowOnError extends boolean = false>(options
|
|
2548
|
+
export declare const onboardingVerificationsChecklistTemplateRetrieve: <ThrowOnError extends boolean = false>(options: Options<OnboardingVerificationsChecklistTemplateRetrieveData, ThrowOnError>) => import("./client").RequestResult<OnboardingVerificationsChecklistTemplateRetrieveResponses, OnboardingVerificationsChecklistTemplateRetrieveErrors, ThrowOnError, "fields">;
|
|
2565
2549
|
/**
|
|
2566
2550
|
* Get number of items in the collection matching the request parameters.
|
|
2567
2551
|
*/
|
|
2568
|
-
export declare const onboardingVerificationsChecklistTemplateCount: <ThrowOnError extends boolean = false>(options
|
|
2552
|
+
export declare const onboardingVerificationsChecklistTemplateCount: <ThrowOnError extends boolean = false>(options: Options<OnboardingVerificationsChecklistTemplateCountData, ThrowOnError>) => import("./client").RequestResult<OnboardingVerificationsChecklistTemplateCountResponses, unknown, ThrowOnError, "fields">;
|
|
2569
2553
|
/**
|
|
2570
2554
|
* Start company validation process by creating a verification record. If a checklist is configured for the country, use checklist endpoints to submit additional answers. Then call run_validation to perform automatic validation.
|
|
2571
2555
|
*/
|
|
@@ -3260,11 +3244,11 @@ export declare const projectsUpdateUser: <ThrowOnError extends boolean = false>(
|
|
|
3260
3244
|
/**
|
|
3261
3245
|
* Get checklist template for creating new objects.
|
|
3262
3246
|
*/
|
|
3263
|
-
export declare const projectsChecklistTemplateRetrieve: <ThrowOnError extends boolean = false>(options
|
|
3247
|
+
export declare const projectsChecklistTemplateRetrieve: <ThrowOnError extends boolean = false>(options: Options<ProjectsChecklistTemplateRetrieveData, ThrowOnError>) => import("./client").RequestResult<ProjectsChecklistTemplateRetrieveResponses, ProjectsChecklistTemplateRetrieveErrors, ThrowOnError, "fields">;
|
|
3264
3248
|
/**
|
|
3265
3249
|
* Get number of items in the collection matching the request parameters.
|
|
3266
3250
|
*/
|
|
3267
|
-
export declare const projectsChecklistTemplateCount: <ThrowOnError extends boolean = false>(options
|
|
3251
|
+
export declare const projectsChecklistTemplateCount: <ThrowOnError extends boolean = false>(options: Options<ProjectsChecklistTemplateCountData, ThrowOnError>) => import("./client").RequestResult<ProjectsChecklistTemplateCountResponses, unknown, ThrowOnError, "fields">;
|
|
3268
3252
|
/**
|
|
3269
3253
|
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
3270
3254
|
*/
|
|
@@ -3363,11 +3347,11 @@ export declare const proposalProposalsUpdateUser: <ThrowOnError extends boolean
|
|
|
3363
3347
|
/**
|
|
3364
3348
|
* Get checklist template for creating new objects.
|
|
3365
3349
|
*/
|
|
3366
|
-
export declare const proposalProposalsChecklistTemplateRetrieve: <ThrowOnError extends boolean = false>(options
|
|
3350
|
+
export declare const proposalProposalsChecklistTemplateRetrieve: <ThrowOnError extends boolean = false>(options: Options<ProposalProposalsChecklistTemplateRetrieveData, ThrowOnError>) => import("./client").RequestResult<ProposalProposalsChecklistTemplateRetrieveResponses, ProposalProposalsChecklistTemplateRetrieveErrors, ThrowOnError, "fields">;
|
|
3367
3351
|
/**
|
|
3368
3352
|
* Get number of items in the collection matching the request parameters.
|
|
3369
3353
|
*/
|
|
3370
|
-
export declare const proposalProposalsChecklistTemplateCount: <ThrowOnError extends boolean = false>(options
|
|
3354
|
+
export declare const proposalProposalsChecklistTemplateCount: <ThrowOnError extends boolean = false>(options: Options<ProposalProposalsChecklistTemplateCountData, ThrowOnError>) => import("./client").RequestResult<ProposalProposalsChecklistTemplateCountResponses, unknown, ThrowOnError, "fields">;
|
|
3371
3355
|
/**
|
|
3372
3356
|
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
3373
3357
|
*/
|
package/dist/sdk.gen.js
CHANGED
|
@@ -4554,23 +4554,7 @@ export const customerQuotasCount = (options) => {
|
|
|
4554
4554
|
});
|
|
4555
4555
|
};
|
|
4556
4556
|
/**
|
|
4557
|
-
*
|
|
4558
|
-
* only see connected customers:
|
|
4559
|
-
*
|
|
4560
|
-
* - customers that the user owns
|
|
4561
|
-
* - customers that have a project where user has a role
|
|
4562
|
-
*
|
|
4563
|
-
* Staff also can filter customers by user UUID, for example /api/customers/?user_uuid=<UUID>
|
|
4564
|
-
*
|
|
4565
|
-
* Staff also can filter customers by exists accounting_start_date, for example:
|
|
4566
|
-
*
|
|
4567
|
-
* The first category:
|
|
4568
|
-
* /api/customers/?accounting_is_running=True
|
|
4569
|
-
* has accounting_start_date empty (i.e. accounting starts at once)
|
|
4570
|
-
* has accounting_start_date in the past (i.e. has already started).
|
|
4571
|
-
*
|
|
4572
|
-
* Those that are not in the first:
|
|
4573
|
-
* /api/customers/?accounting_is_running=False # exists accounting_start_date
|
|
4557
|
+
* Mixin to optimize HEAD requests for DRF views bypassing serializer processing
|
|
4574
4558
|
*/
|
|
4575
4559
|
export const customersList = (options) => {
|
|
4576
4560
|
return (options?.client ?? _heyApiClient).get({
|
|
@@ -11198,7 +11182,7 @@ export const marketplaceOfferingUsersUpdateRestricted = (options) => {
|
|
|
11198
11182
|
* Get checklist template for creating new objects.
|
|
11199
11183
|
*/
|
|
11200
11184
|
export const marketplaceOfferingUsersChecklistTemplateRetrieve = (options) => {
|
|
11201
|
-
return (options
|
|
11185
|
+
return (options.client ?? _heyApiClient).get({
|
|
11202
11186
|
security: [
|
|
11203
11187
|
{
|
|
11204
11188
|
name: 'Authorization',
|
|
@@ -11217,7 +11201,7 @@ export const marketplaceOfferingUsersChecklistTemplateRetrieve = (options) => {
|
|
|
11217
11201
|
* Get number of items in the collection matching the request parameters.
|
|
11218
11202
|
*/
|
|
11219
11203
|
export const marketplaceOfferingUsersChecklistTemplateCount = (options) => {
|
|
11220
|
-
return (options
|
|
11204
|
+
return (options.client ?? _heyApiClient).head({
|
|
11221
11205
|
security: [
|
|
11222
11206
|
{
|
|
11223
11207
|
name: 'Authorization',
|
|
@@ -19087,7 +19071,7 @@ export const onboardingVerificationsSubmitAnswers = (options) => {
|
|
|
19087
19071
|
* Get checklist template for creating new objects.
|
|
19088
19072
|
*/
|
|
19089
19073
|
export const onboardingVerificationsChecklistTemplateRetrieve = (options) => {
|
|
19090
|
-
return (options
|
|
19074
|
+
return (options.client ?? _heyApiClient).get({
|
|
19091
19075
|
security: [
|
|
19092
19076
|
{
|
|
19093
19077
|
name: 'Authorization',
|
|
@@ -19106,7 +19090,7 @@ export const onboardingVerificationsChecklistTemplateRetrieve = (options) => {
|
|
|
19106
19090
|
* Get number of items in the collection matching the request parameters.
|
|
19107
19091
|
*/
|
|
19108
19092
|
export const onboardingVerificationsChecklistTemplateCount = (options) => {
|
|
19109
|
-
return (options
|
|
19093
|
+
return (options.client ?? _heyApiClient).head({
|
|
19110
19094
|
security: [
|
|
19111
19095
|
{
|
|
19112
19096
|
name: 'Authorization',
|
|
@@ -23857,7 +23841,7 @@ export const projectsUpdateUser = (options) => {
|
|
|
23857
23841
|
* Get checklist template for creating new objects.
|
|
23858
23842
|
*/
|
|
23859
23843
|
export const projectsChecklistTemplateRetrieve = (options) => {
|
|
23860
|
-
return (options
|
|
23844
|
+
return (options.client ?? _heyApiClient).get({
|
|
23861
23845
|
security: [
|
|
23862
23846
|
{
|
|
23863
23847
|
name: 'Authorization',
|
|
@@ -23876,7 +23860,7 @@ export const projectsChecklistTemplateRetrieve = (options) => {
|
|
|
23876
23860
|
* Get number of items in the collection matching the request parameters.
|
|
23877
23861
|
*/
|
|
23878
23862
|
export const projectsChecklistTemplateCount = (options) => {
|
|
23879
|
-
return (options
|
|
23863
|
+
return (options.client ?? _heyApiClient).head({
|
|
23880
23864
|
security: [
|
|
23881
23865
|
{
|
|
23882
23866
|
name: 'Authorization',
|
|
@@ -24571,7 +24555,7 @@ export const proposalProposalsUpdateUser = (options) => {
|
|
|
24571
24555
|
* Get checklist template for creating new objects.
|
|
24572
24556
|
*/
|
|
24573
24557
|
export const proposalProposalsChecklistTemplateRetrieve = (options) => {
|
|
24574
|
-
return (options
|
|
24558
|
+
return (options.client ?? _heyApiClient).get({
|
|
24575
24559
|
security: [
|
|
24576
24560
|
{
|
|
24577
24561
|
name: 'Authorization',
|
|
@@ -24590,7 +24574,7 @@ export const proposalProposalsChecklistTemplateRetrieve = (options) => {
|
|
|
24590
24574
|
* Get number of items in the collection matching the request parameters.
|
|
24591
24575
|
*/
|
|
24592
24576
|
export const proposalProposalsChecklistTemplateCount = (options) => {
|
|
24593
|
-
return (options
|
|
24577
|
+
return (options.client ?? _heyApiClient).head({
|
|
24594
24578
|
security: [
|
|
24595
24579
|
{
|
|
24596
24580
|
name: 'Authorization',
|
package/dist/types.gen.d.ts
CHANGED
|
@@ -1908,6 +1908,7 @@ export type ConstanceSettings = {
|
|
|
1908
1908
|
MAINTENANCE_ANNOUNCEMENT_NOTIFY_BEFORE_MINUTES?: number;
|
|
1909
1909
|
MAINTENANCE_ANNOUNCEMENT_NOTIFY_SYSTEM?: Array<string>;
|
|
1910
1910
|
ENFORCE_USER_CONSENT_FOR_OFFERINGS?: boolean;
|
|
1911
|
+
DISABLED_OFFERING_TYPES?: Array<string>;
|
|
1911
1912
|
ONBOARDING_VERIFICATION_EXPIRY_HOURS?: number;
|
|
1912
1913
|
ONBOARDING_ARIREGISTER_BASE_URL?: string;
|
|
1913
1914
|
ONBOARDING_ARIREGISTER_USERNAME?: string;
|
|
@@ -2057,6 +2058,7 @@ export type ConstanceSettingsRequest = {
|
|
|
2057
2058
|
MAINTENANCE_ANNOUNCEMENT_NOTIFY_BEFORE_MINUTES?: number;
|
|
2058
2059
|
MAINTENANCE_ANNOUNCEMENT_NOTIFY_SYSTEM?: Array<string>;
|
|
2059
2060
|
ENFORCE_USER_CONSENT_FOR_OFFERINGS?: boolean;
|
|
2061
|
+
DISABLED_OFFERING_TYPES?: Array<string>;
|
|
2060
2062
|
ONBOARDING_VERIFICATION_EXPIRY_HOURS?: number;
|
|
2061
2063
|
ONBOARDING_ARIREGISTER_BASE_URL?: string;
|
|
2062
2064
|
ONBOARDING_ARIREGISTER_USERNAME?: string;
|
|
@@ -5457,7 +5459,7 @@ export type NotificationTemplateUpdateSerializersRequest = {
|
|
|
5457
5459
|
content: string;
|
|
5458
5460
|
};
|
|
5459
5461
|
export type NullEnum = unknown;
|
|
5460
|
-
export type ObservableObjectTypeEnum = 'order' | 'user_role' | 'resource' | 'offering_user' | 'importable_resources' | 'service_account' | 'course_account';
|
|
5462
|
+
export type ObservableObjectTypeEnum = 'order' | 'user_role' | 'resource' | 'offering_user' | 'importable_resources' | 'service_account' | 'course_account' | 'resource_periodic_limits';
|
|
5461
5463
|
export type ObtainAuthTokenRequest = {
|
|
5462
5464
|
username: string;
|
|
5463
5465
|
password: string;
|
|
@@ -6269,6 +6271,10 @@ export type OfferingUser = {
|
|
|
6269
6271
|
* Check if the user needs to re-consent due to ToS changes.
|
|
6270
6272
|
*/
|
|
6271
6273
|
readonly requires_reconsent?: boolean;
|
|
6274
|
+
/**
|
|
6275
|
+
* Check if the offering user has a connected compliance checklist completion.
|
|
6276
|
+
*/
|
|
6277
|
+
readonly has_compliance_checklist?: boolean;
|
|
6272
6278
|
};
|
|
6273
6279
|
export type OfferingUserRequest = {
|
|
6274
6280
|
user?: string;
|
|
@@ -10190,6 +10196,10 @@ export type Proposal = {
|
|
|
10190
10196
|
export type ProposalApproveRequest = {
|
|
10191
10197
|
allocation_comment?: string;
|
|
10192
10198
|
};
|
|
10199
|
+
export type ProposalChecklistAnswerSubmitResponse = {
|
|
10200
|
+
detail: string;
|
|
10201
|
+
completion: ChecklistCompletionReviewer;
|
|
10202
|
+
};
|
|
10193
10203
|
export type ProposalDocumentation = {
|
|
10194
10204
|
/**
|
|
10195
10205
|
* Upload supporting documentation in PDF format.
|
|
@@ -14672,6 +14682,7 @@ export type ConstanceSettingsRequestForm = {
|
|
|
14672
14682
|
MAINTENANCE_ANNOUNCEMENT_NOTIFY_BEFORE_MINUTES?: number;
|
|
14673
14683
|
MAINTENANCE_ANNOUNCEMENT_NOTIFY_SYSTEM?: Array<string>;
|
|
14674
14684
|
ENFORCE_USER_CONSENT_FOR_OFFERINGS?: boolean;
|
|
14685
|
+
DISABLED_OFFERING_TYPES?: Array<string>;
|
|
14675
14686
|
ONBOARDING_VERIFICATION_EXPIRY_HOURS?: number;
|
|
14676
14687
|
ONBOARDING_ARIREGISTER_BASE_URL?: string;
|
|
14677
14688
|
ONBOARDING_ARIREGISTER_USERNAME?: string;
|
|
@@ -14821,6 +14832,7 @@ export type ConstanceSettingsRequestMultipart = {
|
|
|
14821
14832
|
MAINTENANCE_ANNOUNCEMENT_NOTIFY_BEFORE_MINUTES?: number;
|
|
14822
14833
|
MAINTENANCE_ANNOUNCEMENT_NOTIFY_SYSTEM?: Array<string>;
|
|
14823
14834
|
ENFORCE_USER_CONSENT_FOR_OFFERINGS?: boolean;
|
|
14835
|
+
DISABLED_OFFERING_TYPES?: Array<string>;
|
|
14824
14836
|
ONBOARDING_VERIFICATION_EXPIRY_HOURS?: number;
|
|
14825
14837
|
ONBOARDING_ARIREGISTER_BASE_URL?: string;
|
|
14826
14838
|
ONBOARDING_ARIREGISTER_USERNAME?: string;
|
|
@@ -26170,7 +26182,7 @@ export type MarketplaceOfferingUsersListData = {
|
|
|
26170
26182
|
* Created after
|
|
26171
26183
|
*/
|
|
26172
26184
|
created?: string;
|
|
26173
|
-
field?: Array<'created' | 'customer_name' | 'customer_uuid' | 'has_consent' | 'is_restricted' | 'modified' | 'offering' | 'offering_name' | 'offering_uuid' | 'requires_reconsent' | 'service_provider_comment' | 'service_provider_comment_url' | 'state' | 'url' | 'user' | 'user_email' | 'user_full_name' | 'user_username' | 'user_uuid' | 'username' | 'uuid'>;
|
|
26185
|
+
field?: Array<'created' | 'customer_name' | 'customer_uuid' | 'has_compliance_checklist' | 'has_consent' | 'is_restricted' | 'modified' | 'offering' | 'offering_name' | 'offering_uuid' | 'requires_reconsent' | 'service_provider_comment' | 'service_provider_comment_url' | 'state' | 'url' | 'user' | 'user_email' | 'user_full_name' | 'user_username' | 'user_uuid' | 'username' | 'uuid'>;
|
|
26174
26186
|
/**
|
|
26175
26187
|
* User Has Consent
|
|
26176
26188
|
*/
|
|
@@ -26308,7 +26320,7 @@ export type MarketplaceOfferingUsersRetrieveData = {
|
|
|
26308
26320
|
uuid: string;
|
|
26309
26321
|
};
|
|
26310
26322
|
query?: {
|
|
26311
|
-
field?: Array<'created' | 'customer_name' | 'customer_uuid' | 'has_consent' | 'is_restricted' | 'modified' | 'offering' | 'offering_name' | 'offering_uuid' | 'requires_reconsent' | 'service_provider_comment' | 'service_provider_comment_url' | 'state' | 'url' | 'user' | 'user_email' | 'user_full_name' | 'user_username' | 'user_uuid' | 'username' | 'uuid'>;
|
|
26323
|
+
field?: Array<'created' | 'customer_name' | 'customer_uuid' | 'has_compliance_checklist' | 'has_consent' | 'is_restricted' | 'modified' | 'offering' | 'offering_name' | 'offering_uuid' | 'requires_reconsent' | 'service_provider_comment' | 'service_provider_comment_url' | 'state' | 'url' | 'user' | 'user_email' | 'user_full_name' | 'user_username' | 'user_uuid' | 'username' | 'uuid'>;
|
|
26312
26324
|
};
|
|
26313
26325
|
url: '/api/marketplace-offering-users/{uuid}/';
|
|
26314
26326
|
};
|
|
@@ -26619,7 +26631,12 @@ export type MarketplaceOfferingUsersUpdateRestrictedResponses = {
|
|
|
26619
26631
|
export type MarketplaceOfferingUsersChecklistTemplateRetrieveData = {
|
|
26620
26632
|
body?: never;
|
|
26621
26633
|
path?: never;
|
|
26622
|
-
query
|
|
26634
|
+
query: {
|
|
26635
|
+
/**
|
|
26636
|
+
* UUID of the parent object (e.g., customer UUID for new projects)
|
|
26637
|
+
*/
|
|
26638
|
+
parent_uuid: string;
|
|
26639
|
+
};
|
|
26623
26640
|
url: '/api/marketplace-offering-users/checklist-template/';
|
|
26624
26641
|
};
|
|
26625
26642
|
export type MarketplaceOfferingUsersChecklistTemplateRetrieveErrors = {
|
|
@@ -26627,6 +26644,10 @@ export type MarketplaceOfferingUsersChecklistTemplateRetrieveErrors = {
|
|
|
26627
26644
|
* No checklist configured
|
|
26628
26645
|
*/
|
|
26629
26646
|
400: unknown;
|
|
26647
|
+
/**
|
|
26648
|
+
* Parent object not found
|
|
26649
|
+
*/
|
|
26650
|
+
404: unknown;
|
|
26630
26651
|
};
|
|
26631
26652
|
export type MarketplaceOfferingUsersChecklistTemplateRetrieveResponses = {
|
|
26632
26653
|
200: ChecklistTemplate;
|
|
@@ -26635,7 +26656,12 @@ export type MarketplaceOfferingUsersChecklistTemplateRetrieveResponse = Marketpl
|
|
|
26635
26656
|
export type MarketplaceOfferingUsersChecklistTemplateCountData = {
|
|
26636
26657
|
body?: never;
|
|
26637
26658
|
path?: never;
|
|
26638
|
-
query
|
|
26659
|
+
query: {
|
|
26660
|
+
/**
|
|
26661
|
+
* UUID of the parent object (e.g., customer UUID for new projects)
|
|
26662
|
+
*/
|
|
26663
|
+
parent_uuid: string;
|
|
26664
|
+
};
|
|
26639
26665
|
url: '/api/marketplace-offering-users/checklist-template/';
|
|
26640
26666
|
};
|
|
26641
26667
|
export type MarketplaceOfferingUsersChecklistTemplateCountResponses = {
|
|
@@ -35092,7 +35118,12 @@ export type OnboardingVerificationsSubmitAnswersResponse = OnboardingVerificatio
|
|
|
35092
35118
|
export type OnboardingVerificationsChecklistTemplateRetrieveData = {
|
|
35093
35119
|
body?: never;
|
|
35094
35120
|
path?: never;
|
|
35095
|
-
query
|
|
35121
|
+
query: {
|
|
35122
|
+
/**
|
|
35123
|
+
* UUID of the parent object (e.g., customer UUID for new projects)
|
|
35124
|
+
*/
|
|
35125
|
+
parent_uuid: string;
|
|
35126
|
+
};
|
|
35096
35127
|
url: '/api/onboarding-verifications/checklist-template/';
|
|
35097
35128
|
};
|
|
35098
35129
|
export type OnboardingVerificationsChecklistTemplateRetrieveErrors = {
|
|
@@ -35100,6 +35131,10 @@ export type OnboardingVerificationsChecklistTemplateRetrieveErrors = {
|
|
|
35100
35131
|
* No checklist configured
|
|
35101
35132
|
*/
|
|
35102
35133
|
400: unknown;
|
|
35134
|
+
/**
|
|
35135
|
+
* Parent object not found
|
|
35136
|
+
*/
|
|
35137
|
+
404: unknown;
|
|
35103
35138
|
};
|
|
35104
35139
|
export type OnboardingVerificationsChecklistTemplateRetrieveResponses = {
|
|
35105
35140
|
200: ChecklistTemplate;
|
|
@@ -35108,7 +35143,12 @@ export type OnboardingVerificationsChecklistTemplateRetrieveResponse = Onboardin
|
|
|
35108
35143
|
export type OnboardingVerificationsChecklistTemplateCountData = {
|
|
35109
35144
|
body?: never;
|
|
35110
35145
|
path?: never;
|
|
35111
|
-
query
|
|
35146
|
+
query: {
|
|
35147
|
+
/**
|
|
35148
|
+
* UUID of the parent object (e.g., customer UUID for new projects)
|
|
35149
|
+
*/
|
|
35150
|
+
parent_uuid: string;
|
|
35151
|
+
};
|
|
35112
35152
|
url: '/api/onboarding-verifications/checklist-template/';
|
|
35113
35153
|
};
|
|
35114
35154
|
export type OnboardingVerificationsChecklistTemplateCountResponses = {
|
|
@@ -39981,7 +40021,12 @@ export type ProjectsUpdateUserResponse = ProjectsUpdateUserResponses[keyof Proje
|
|
|
39981
40021
|
export type ProjectsChecklistTemplateRetrieveData = {
|
|
39982
40022
|
body?: never;
|
|
39983
40023
|
path?: never;
|
|
39984
|
-
query
|
|
40024
|
+
query: {
|
|
40025
|
+
/**
|
|
40026
|
+
* UUID of the parent object (e.g., customer UUID for new projects)
|
|
40027
|
+
*/
|
|
40028
|
+
parent_uuid: string;
|
|
40029
|
+
};
|
|
39985
40030
|
url: '/api/projects/checklist-template/';
|
|
39986
40031
|
};
|
|
39987
40032
|
export type ProjectsChecklistTemplateRetrieveErrors = {
|
|
@@ -39989,6 +40034,10 @@ export type ProjectsChecklistTemplateRetrieveErrors = {
|
|
|
39989
40034
|
* No checklist configured
|
|
39990
40035
|
*/
|
|
39991
40036
|
400: unknown;
|
|
40037
|
+
/**
|
|
40038
|
+
* Parent object not found
|
|
40039
|
+
*/
|
|
40040
|
+
404: unknown;
|
|
39992
40041
|
};
|
|
39993
40042
|
export type ProjectsChecklistTemplateRetrieveResponses = {
|
|
39994
40043
|
200: ChecklistTemplate;
|
|
@@ -39997,7 +40046,12 @@ export type ProjectsChecklistTemplateRetrieveResponse = ProjectsChecklistTemplat
|
|
|
39997
40046
|
export type ProjectsChecklistTemplateCountData = {
|
|
39998
40047
|
body?: never;
|
|
39999
40048
|
path?: never;
|
|
40000
|
-
query
|
|
40049
|
+
query: {
|
|
40050
|
+
/**
|
|
40051
|
+
* UUID of the parent object (e.g., customer UUID for new projects)
|
|
40052
|
+
*/
|
|
40053
|
+
parent_uuid: string;
|
|
40054
|
+
};
|
|
40001
40055
|
url: '/api/projects/checklist-template/';
|
|
40002
40056
|
};
|
|
40003
40057
|
export type ProjectsChecklistTemplateCountResponses = {
|
|
@@ -40665,7 +40719,7 @@ export type ProposalProposalsSubmitAnswersErrors = {
|
|
|
40665
40719
|
404: unknown;
|
|
40666
40720
|
};
|
|
40667
40721
|
export type ProposalProposalsSubmitAnswersResponses = {
|
|
40668
|
-
200:
|
|
40722
|
+
200: ProposalChecklistAnswerSubmitResponse;
|
|
40669
40723
|
};
|
|
40670
40724
|
export type ProposalProposalsSubmitAnswersResponse = ProposalProposalsSubmitAnswersResponses[keyof ProposalProposalsSubmitAnswersResponses];
|
|
40671
40725
|
export type ProposalProposalsUpdateProjectDetailsData = {
|
|
@@ -40697,7 +40751,12 @@ export type ProposalProposalsUpdateUserResponse = ProposalProposalsUpdateUserRes
|
|
|
40697
40751
|
export type ProposalProposalsChecklistTemplateRetrieveData = {
|
|
40698
40752
|
body?: never;
|
|
40699
40753
|
path?: never;
|
|
40700
|
-
query
|
|
40754
|
+
query: {
|
|
40755
|
+
/**
|
|
40756
|
+
* UUID of the parent object (e.g., customer UUID for new projects)
|
|
40757
|
+
*/
|
|
40758
|
+
parent_uuid: string;
|
|
40759
|
+
};
|
|
40701
40760
|
url: '/api/proposal-proposals/checklist-template/';
|
|
40702
40761
|
};
|
|
40703
40762
|
export type ProposalProposalsChecklistTemplateRetrieveErrors = {
|
|
@@ -40705,6 +40764,10 @@ export type ProposalProposalsChecklistTemplateRetrieveErrors = {
|
|
|
40705
40764
|
* No checklist configured
|
|
40706
40765
|
*/
|
|
40707
40766
|
400: unknown;
|
|
40767
|
+
/**
|
|
40768
|
+
* Parent object not found
|
|
40769
|
+
*/
|
|
40770
|
+
404: unknown;
|
|
40708
40771
|
};
|
|
40709
40772
|
export type ProposalProposalsChecklistTemplateRetrieveResponses = {
|
|
40710
40773
|
200: ChecklistTemplate;
|
|
@@ -40713,7 +40776,12 @@ export type ProposalProposalsChecklistTemplateRetrieveResponse = ProposalProposa
|
|
|
40713
40776
|
export type ProposalProposalsChecklistTemplateCountData = {
|
|
40714
40777
|
body?: never;
|
|
40715
40778
|
path?: never;
|
|
40716
|
-
query
|
|
40779
|
+
query: {
|
|
40780
|
+
/**
|
|
40781
|
+
* UUID of the parent object (e.g., customer UUID for new projects)
|
|
40782
|
+
*/
|
|
40783
|
+
parent_uuid: string;
|
|
40784
|
+
};
|
|
40717
40785
|
url: '/api/proposal-proposals/checklist-template/';
|
|
40718
40786
|
};
|
|
40719
40787
|
export type ProposalProposalsChecklistTemplateCountResponses = {
|