@databricks/sdk-marketplaces 0.1.0-dev.2 → 0.1.0-dev.4
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/v1/client.d.ts +36 -36
- package/dist/v1/client.d.ts.map +1 -1
- package/dist/v1/client.js +36 -36
- package/dist/v1/client.js.map +1 -1
- package/dist/v1/index.d.ts +1 -1
- package/dist/v1/index.d.ts.map +1 -1
- package/dist/v1/model.d.ts +215 -198
- package/dist/v1/model.d.ts.map +1 -1
- package/dist/v1/model.js +246 -281
- package/dist/v1/model.js.map +1 -1
- package/dist/v1/utils.d.ts.map +1 -1
- package/dist/v1/utils.js +2 -1
- package/dist/v1/utils.js.map +1 -1
- package/package.json +6 -6
- package/src/v1/client.ts +0 -2290
- package/src/v1/index.ts +0 -150
- package/src/v1/model.ts +0 -2560
- package/src/v1/transport.ts +0 -73
- package/src/v1/utils.ts +0 -156
package/dist/v1/client.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { CallOptions } from '@databricks/sdk-options/call';
|
|
2
2
|
import type { ClientOptions } from '@databricks/sdk-options/client';
|
|
3
|
-
import type { AddExchangeForListingRequest, AddExchangeForListingResponse, BatchGetListingsRequest, BatchGetListingsResponse, BatchGetProvidersRequest, BatchGetProvidersResponse, CreateExchangeFilterRequest, CreateExchangeFilterResponse, CreateExchangeRequest, CreateExchangeResponse, CreateFileRequest,
|
|
3
|
+
import type { AddExchangeForListingRequest, AddExchangeForListingResponse, BatchGetListingsRequest, BatchGetListingsResponse, BatchGetProvidersRequest, BatchGetProvidersResponse, CreateExchangeFilterRequest, CreateExchangeFilterResponse, CreateExchangeRequest, CreateExchangeResponse, CreateFileRequest, CreateFileResponse, CreateInstallationResponse, CreateListingRequest, CreateListingResponse, CreatePersonalizationRequest, CreatePersonalizationResponse, CreateProviderAnalyticsDashboardRequest, CreateProviderAnalyticsDashboardResponse, CreateProviderRequest, CreateProviderResponse, DeleteExchangeFilterRequest, DeleteExchangeFilterResponse, DeleteExchangeRequest, DeleteExchangeResponse, DeleteFileRequest, DeleteFileResponse, DeleteInstallationResponse, DeleteListingRequest, DeleteListingResponse, DeleteProviderRequest, DeleteProviderResponse, Exchange, ExchangeFilter, ExchangeListing, FileInfo, GetAllPersonalizationRequestsForConsumerResponse, GetExchangeRequest, GetExchangeResponse, GetFileRequest, GetFileResponse, GetInstallationDetails, GetLatestVersionProviderAnalyticsDashboardRequest, GetLatestVersionProviderAnalyticsDashboardResponse, GetListingContent, GetListingContentMetadataResponse, GetListingRequest, GetListingResponse, GetListingsResponse, GetPersonalizationRequestsForConsumer, GetPersonalizationRequestsForConsumerResponse, GetPersonalizationRequestsForProviderRequest, GetPersonalizationRequestsForProviderResponse, GetProviderRequest, GetProviderResponse, GetPublishedListingForConsumer, GetPublishedListingForConsumerResponse, GetPublishedListingsForConsumerResponse, GetPublishedProviderForConsumer, GetPublishedProviderForConsumerResponse, InstallListing, InstallationDetail, ListAllInstallationsResponse, ListExchangeFiltersRequest, ListExchangeFiltersResponse, ListExchangesForListingRequest, ListExchangesForListingResponse, ListExchangesRequest, ListExchangesResponse, ListFilesRequest, ListFilesResponse, ListFulfillmentsResponse, ListInstallationsRequest, ListInstallationsResponse, ListListingFulfillmentsRequest, ListListingsForExchangeRequest, ListListingsForExchangeResponse, ListListingsRequest, ListPersonalizationRequestsForConsumerRequest, ListProviderAnalyticsDashboardRequest, ListProviderAnalyticsDashboardResponse, ListProvidersRequest, ListProvidersResponse, ListPublishedListingsForConsumerRequest, ListPublishedProvidersForConsumer, ListPublishedProvidersForConsumerResponse, Listing, ListingFulfillment, PersonalizationRequest, ProviderInfo, RemoveExchangeForListingRequest, RemoveExchangeForListingResponse, SearchPublishedListingsForConsumer, SearchPublishedListingsForConsumerResponse, SharedDataObject, UninstallListing, UpdateExchangeFilterRequest, UpdateExchangeFilterResponse, UpdateExchangeRequest, UpdateExchangeResponse, UpdateInstallationDetail, UpdateInstallationResponse, UpdateListingRequest, UpdateListingResponse, UpdatePersonalizationRequestStatusRequest, UpdatePersonalizationRequestStatusResponse, UpdateProviderAnalyticsDashboardRequest, UpdateProviderAnalyticsDashboardResponse, UpdateProviderRequest, UpdateProviderResponse } from './model';
|
|
4
4
|
export declare class MarketplacesClient {
|
|
5
5
|
private readonly host;
|
|
6
6
|
private readonly workspaceId;
|
|
@@ -13,55 +13,55 @@ export declare class MarketplacesClient {
|
|
|
13
13
|
/** Batch get a provider in the Databricks Marketplace with at least one visible listing. */
|
|
14
14
|
batchGetProviders(req: BatchGetProvidersRequest, options?: CallOptions): Promise<BatchGetProvidersResponse>;
|
|
15
15
|
/** Create a personalization request for a listing. */
|
|
16
|
-
createPersonalizationRequest(req: CreatePersonalizationRequest, options?: CallOptions): Promise<
|
|
16
|
+
createPersonalizationRequest(req: CreatePersonalizationRequest, options?: CallOptions): Promise<CreatePersonalizationResponse>;
|
|
17
17
|
/** List all installations for a particular listing. */
|
|
18
|
-
getInstallationDetails(req: GetInstallationDetails, options?: CallOptions): Promise<
|
|
18
|
+
getInstallationDetails(req: GetInstallationDetails, options?: CallOptions): Promise<ListInstallationsResponse>;
|
|
19
19
|
getInstallationDetailsIter(req: GetInstallationDetails, options?: CallOptions): AsyncGenerator<InstallationDetail>;
|
|
20
20
|
/** Get a high level preview of the metadata of listing installable content. */
|
|
21
|
-
getListingContent(req: GetListingContent, options?: CallOptions): Promise<
|
|
21
|
+
getListingContent(req: GetListingContent, options?: CallOptions): Promise<GetListingContentMetadataResponse>;
|
|
22
22
|
getListingContentIter(req: GetListingContent, options?: CallOptions): AsyncGenerator<SharedDataObject>;
|
|
23
23
|
/** Get the personalization request for a listing. Each consumer can make at *most* one personalization request for a listing. */
|
|
24
|
-
getPersonalizationRequestsForConsumer(req: GetPersonalizationRequestsForConsumer, options?: CallOptions): Promise<
|
|
24
|
+
getPersonalizationRequestsForConsumer(req: GetPersonalizationRequestsForConsumer, options?: CallOptions): Promise<GetPersonalizationRequestsForConsumerResponse>;
|
|
25
25
|
/** Get a published listing in the Databricks Marketplace that the consumer has access to. */
|
|
26
|
-
getPublishedListingForConsumer(req: GetPublishedListingForConsumer, options?: CallOptions): Promise<
|
|
26
|
+
getPublishedListingForConsumer(req: GetPublishedListingForConsumer, options?: CallOptions): Promise<GetPublishedListingForConsumerResponse>;
|
|
27
27
|
/** Get a provider in the Databricks Marketplace with at least one visible listing. */
|
|
28
|
-
getPublishedProviderForConsumer(req: GetPublishedProviderForConsumer, options?: CallOptions): Promise<
|
|
28
|
+
getPublishedProviderForConsumer(req: GetPublishedProviderForConsumer, options?: CallOptions): Promise<GetPublishedProviderForConsumerResponse>;
|
|
29
29
|
/** Install payload associated with a Databricks Marketplace listing. */
|
|
30
|
-
installListing(req: InstallListing, options?: CallOptions): Promise<
|
|
30
|
+
installListing(req: InstallListing, options?: CallOptions): Promise<CreateInstallationResponse>;
|
|
31
31
|
/** List all installations across all listings. */
|
|
32
|
-
listInstallations(req: ListInstallationsRequest, options?: CallOptions): Promise<
|
|
32
|
+
listInstallations(req: ListInstallationsRequest, options?: CallOptions): Promise<ListAllInstallationsResponse>;
|
|
33
33
|
listInstallationsIter(req: ListInstallationsRequest, options?: CallOptions): AsyncGenerator<InstallationDetail>;
|
|
34
34
|
/**
|
|
35
35
|
* Get all listings fulfillments associated with a listing. A _fulfillment_ is a potential installation.
|
|
36
36
|
* Standard installations contain metadata about the attached share or git repo. Only one of these fields will be present.
|
|
37
37
|
* Personalized installations contain metadata about the attached share or git repo, as well as the Delta Sharing recipient type.
|
|
38
38
|
*/
|
|
39
|
-
listListingFulfillments(req: ListListingFulfillmentsRequest, options?: CallOptions): Promise<
|
|
39
|
+
listListingFulfillments(req: ListListingFulfillmentsRequest, options?: CallOptions): Promise<ListFulfillmentsResponse>;
|
|
40
40
|
listListingFulfillmentsIter(req: ListListingFulfillmentsRequest, options?: CallOptions): AsyncGenerator<ListingFulfillment>;
|
|
41
41
|
/** List personalization requests for a consumer across all listings. */
|
|
42
|
-
listPersonalizationRequestsForConsumer(req: ListPersonalizationRequestsForConsumerRequest, options?: CallOptions): Promise<
|
|
42
|
+
listPersonalizationRequestsForConsumer(req: ListPersonalizationRequestsForConsumerRequest, options?: CallOptions): Promise<GetAllPersonalizationRequestsForConsumerResponse>;
|
|
43
43
|
listPersonalizationRequestsForConsumerIter(req: ListPersonalizationRequestsForConsumerRequest, options?: CallOptions): AsyncGenerator<PersonalizationRequest>;
|
|
44
44
|
/** List all published listings in the Databricks Marketplace that the consumer has access to. */
|
|
45
|
-
listPublishedListingsForConsumer(req: ListPublishedListingsForConsumerRequest, options?: CallOptions): Promise<
|
|
45
|
+
listPublishedListingsForConsumer(req: ListPublishedListingsForConsumerRequest, options?: CallOptions): Promise<GetPublishedListingsForConsumerResponse>;
|
|
46
46
|
listPublishedListingsForConsumerIter(req: ListPublishedListingsForConsumerRequest, options?: CallOptions): AsyncGenerator<Listing>;
|
|
47
47
|
/** List all providers in the Databricks Marketplace with at least one visible listing. */
|
|
48
|
-
listPublishedProvidersForConsumer(req: ListPublishedProvidersForConsumer, options?: CallOptions): Promise<
|
|
48
|
+
listPublishedProvidersForConsumer(req: ListPublishedProvidersForConsumer, options?: CallOptions): Promise<ListPublishedProvidersForConsumerResponse>;
|
|
49
49
|
listPublishedProvidersForConsumerIter(req: ListPublishedProvidersForConsumer, options?: CallOptions): AsyncGenerator<ProviderInfo>;
|
|
50
50
|
/**
|
|
51
51
|
* Search published listings in the Databricks Marketplace that the consumer has access to.
|
|
52
52
|
* This query supports a variety of different search parameters and performs fuzzy matching.
|
|
53
53
|
*/
|
|
54
|
-
searchPublishedListingsForConsumer(req: SearchPublishedListingsForConsumer, options?: CallOptions): Promise<
|
|
54
|
+
searchPublishedListingsForConsumer(req: SearchPublishedListingsForConsumer, options?: CallOptions): Promise<SearchPublishedListingsForConsumerResponse>;
|
|
55
55
|
searchPublishedListingsForConsumerIter(req: SearchPublishedListingsForConsumer, options?: CallOptions): AsyncGenerator<Listing>;
|
|
56
56
|
/** Uninstall an installation associated with a Databricks Marketplace listing. */
|
|
57
|
-
uninstallListing(req: UninstallListing, options?: CallOptions): Promise<
|
|
57
|
+
uninstallListing(req: UninstallListing, options?: CallOptions): Promise<DeleteInstallationResponse>;
|
|
58
58
|
/**
|
|
59
59
|
* This is a update API that will update the part of the fields defined in the installation table as well
|
|
60
60
|
* as interact with external services according to the fields not included in the installation table
|
|
61
61
|
* 1. the token will be rotate if the rotateToken flag is true
|
|
62
62
|
* 2. the token will be forcibly rotate if the rotateToken flag is true and the tokenInfo field is empty
|
|
63
63
|
*/
|
|
64
|
-
updateInstallationDetail(req: UpdateInstallationDetail, options?: CallOptions): Promise<
|
|
64
|
+
updateInstallationDetail(req: UpdateInstallationDetail, options?: CallOptions): Promise<UpdateInstallationResponse>;
|
|
65
65
|
/** Associate an exchange with a listing */
|
|
66
66
|
addExchangeForListing(req: AddExchangeForListingRequest, options?: CallOptions): Promise<AddExchangeForListingResponse>;
|
|
67
67
|
/** Create an exchange */
|
|
@@ -69,39 +69,39 @@ export declare class MarketplacesClient {
|
|
|
69
69
|
/** Add an exchange filter. */
|
|
70
70
|
createExchangeFilter(req: CreateExchangeFilterRequest, options?: CallOptions): Promise<CreateExchangeFilterResponse>;
|
|
71
71
|
/** Create a file. Currently, only provider icons and attached notebooks are supported. */
|
|
72
|
-
createFile(req: CreateFileRequest, options?: CallOptions): Promise<
|
|
72
|
+
createFile(req: CreateFileRequest, options?: CallOptions): Promise<CreateFileResponse>;
|
|
73
73
|
/** Create a new listing */
|
|
74
|
-
createListing(req: CreateListingRequest, options?: CallOptions): Promise<
|
|
74
|
+
createListing(req: CreateListingRequest, options?: CallOptions): Promise<CreateListingResponse>;
|
|
75
75
|
/** Create a provider */
|
|
76
|
-
createProvider(req: CreateProviderRequest, options?: CallOptions): Promise<
|
|
76
|
+
createProvider(req: CreateProviderRequest, options?: CallOptions): Promise<CreateProviderResponse>;
|
|
77
77
|
/** Create provider analytics dashboard. Returns Marketplace specific `id`. Not to be confused with the Lakeview dashboard id. */
|
|
78
|
-
createProviderAnalyticsDashboard(req: CreateProviderAnalyticsDashboardRequest, options?: CallOptions): Promise<
|
|
78
|
+
createProviderAnalyticsDashboard(req: CreateProviderAnalyticsDashboardRequest, options?: CallOptions): Promise<CreateProviderAnalyticsDashboardResponse>;
|
|
79
79
|
/** This removes a listing from marketplace. */
|
|
80
80
|
deleteExchange(req: DeleteExchangeRequest, options?: CallOptions): Promise<DeleteExchangeResponse>;
|
|
81
81
|
/** Delete an exchange filter */
|
|
82
82
|
deleteExchangeFilter(req: DeleteExchangeFilterRequest, options?: CallOptions): Promise<DeleteExchangeFilterResponse>;
|
|
83
83
|
/** Delete a file */
|
|
84
|
-
deleteFile(req: DeleteFileRequest, options?: CallOptions): Promise<
|
|
84
|
+
deleteFile(req: DeleteFileRequest, options?: CallOptions): Promise<DeleteFileResponse>;
|
|
85
85
|
/** Delete a listing */
|
|
86
|
-
deleteListing(req: DeleteListingRequest, options?: CallOptions): Promise<
|
|
86
|
+
deleteListing(req: DeleteListingRequest, options?: CallOptions): Promise<DeleteListingResponse>;
|
|
87
87
|
/** Delete provider */
|
|
88
|
-
deleteProvider(req: DeleteProviderRequest, options?: CallOptions): Promise<
|
|
88
|
+
deleteProvider(req: DeleteProviderRequest, options?: CallOptions): Promise<DeleteProviderResponse>;
|
|
89
89
|
/** Get an exchange. */
|
|
90
90
|
getExchange(req: GetExchangeRequest, options?: CallOptions): Promise<GetExchangeResponse>;
|
|
91
91
|
/** Get a file */
|
|
92
|
-
getFile(req: GetFileRequest, options?: CallOptions): Promise<
|
|
92
|
+
getFile(req: GetFileRequest, options?: CallOptions): Promise<GetFileResponse>;
|
|
93
93
|
/** Get latest version of provider analytics dashboard. */
|
|
94
|
-
getLatestVersionProviderAnalyticsDashboard(_req: GetLatestVersionProviderAnalyticsDashboardRequest, options?: CallOptions): Promise<
|
|
94
|
+
getLatestVersionProviderAnalyticsDashboard(_req: GetLatestVersionProviderAnalyticsDashboardRequest, options?: CallOptions): Promise<GetLatestVersionProviderAnalyticsDashboardResponse>;
|
|
95
95
|
/** Get a listing */
|
|
96
|
-
getListing(req: GetListingRequest, options?: CallOptions): Promise<
|
|
96
|
+
getListing(req: GetListingRequest, options?: CallOptions): Promise<GetListingResponse>;
|
|
97
97
|
/**
|
|
98
98
|
* List personalization requests to this provider.
|
|
99
99
|
* This will return all personalization requests, regardless of which listing they are for.
|
|
100
100
|
*/
|
|
101
|
-
getPersonalizationRequestsForProvider(req: GetPersonalizationRequestsForProviderRequest, options?: CallOptions): Promise<
|
|
101
|
+
getPersonalizationRequestsForProvider(req: GetPersonalizationRequestsForProviderRequest, options?: CallOptions): Promise<GetPersonalizationRequestsForProviderResponse>;
|
|
102
102
|
getPersonalizationRequestsForProviderIter(req: GetPersonalizationRequestsForProviderRequest, options?: CallOptions): AsyncGenerator<PersonalizationRequest>;
|
|
103
103
|
/** Get provider profile */
|
|
104
|
-
getProvider(req: GetProviderRequest, options?: CallOptions): Promise<
|
|
104
|
+
getProvider(req: GetProviderRequest, options?: CallOptions): Promise<GetProviderResponse>;
|
|
105
105
|
/** List exchange filter */
|
|
106
106
|
listExchangeFilters(req: ListExchangeFiltersRequest, options?: CallOptions): Promise<ListExchangeFiltersResponse>;
|
|
107
107
|
listExchangeFiltersIter(req: ListExchangeFiltersRequest, options?: CallOptions): AsyncGenerator<ExchangeFilter>;
|
|
@@ -112,18 +112,18 @@ export declare class MarketplacesClient {
|
|
|
112
112
|
listExchangesForListing(req: ListExchangesForListingRequest, options?: CallOptions): Promise<ListExchangesForListingResponse>;
|
|
113
113
|
listExchangesForListingIter(req: ListExchangesForListingRequest, options?: CallOptions): AsyncGenerator<ExchangeListing>;
|
|
114
114
|
/** List files attached to a parent entity. */
|
|
115
|
-
listFiles(req: ListFilesRequest, options?: CallOptions): Promise<
|
|
115
|
+
listFiles(req: ListFilesRequest, options?: CallOptions): Promise<ListFilesResponse>;
|
|
116
116
|
listFilesIter(req: ListFilesRequest, options?: CallOptions): AsyncGenerator<FileInfo>;
|
|
117
117
|
/** List listings owned by this provider */
|
|
118
|
-
listListings(req: ListListingsRequest, options?: CallOptions): Promise<
|
|
118
|
+
listListings(req: ListListingsRequest, options?: CallOptions): Promise<GetListingsResponse>;
|
|
119
119
|
listListingsIter(req: ListListingsRequest, options?: CallOptions): AsyncGenerator<Listing>;
|
|
120
120
|
/** List listings associated with an exchange */
|
|
121
121
|
listListingsForExchange(req: ListListingsForExchangeRequest, options?: CallOptions): Promise<ListListingsForExchangeResponse>;
|
|
122
122
|
listListingsForExchangeIter(req: ListListingsForExchangeRequest, options?: CallOptions): AsyncGenerator<ExchangeListing>;
|
|
123
123
|
/** Get provider analytics dashboard. */
|
|
124
|
-
listProviderAnalyticsDashboard(_req: ListProviderAnalyticsDashboardRequest, options?: CallOptions): Promise<
|
|
124
|
+
listProviderAnalyticsDashboard(_req: ListProviderAnalyticsDashboardRequest, options?: CallOptions): Promise<ListProviderAnalyticsDashboardResponse>;
|
|
125
125
|
/** List provider profiles for account. */
|
|
126
|
-
listProviders(req: ListProvidersRequest, options?: CallOptions): Promise<
|
|
126
|
+
listProviders(req: ListProvidersRequest, options?: CallOptions): Promise<ListProvidersResponse>;
|
|
127
127
|
listProvidersIter(req: ListProvidersRequest, options?: CallOptions): AsyncGenerator<ProviderInfo>;
|
|
128
128
|
/** Disassociate an exchange with a listing */
|
|
129
129
|
removeExchangeForListing(req: RemoveExchangeForListingRequest, options?: CallOptions): Promise<RemoveExchangeForListingResponse>;
|
|
@@ -132,12 +132,12 @@ export declare class MarketplacesClient {
|
|
|
132
132
|
/** Update an exchange filter. */
|
|
133
133
|
updateExchangeFilter(req: UpdateExchangeFilterRequest, options?: CallOptions): Promise<UpdateExchangeFilterResponse>;
|
|
134
134
|
/** Update a listing */
|
|
135
|
-
updateListing(req: UpdateListingRequest, options?: CallOptions): Promise<
|
|
135
|
+
updateListing(req: UpdateListingRequest, options?: CallOptions): Promise<UpdateListingResponse>;
|
|
136
136
|
/** Update personalization request. This method only permits updating the status of the request. */
|
|
137
|
-
updatePersonalizationRequestStatus(req: UpdatePersonalizationRequestStatusRequest, options?: CallOptions): Promise<
|
|
137
|
+
updatePersonalizationRequestStatus(req: UpdatePersonalizationRequestStatusRequest, options?: CallOptions): Promise<UpdatePersonalizationRequestStatusResponse>;
|
|
138
138
|
/** Update provider profile */
|
|
139
|
-
updateProvider(req: UpdateProviderRequest, options?: CallOptions): Promise<
|
|
139
|
+
updateProvider(req: UpdateProviderRequest, options?: CallOptions): Promise<UpdateProviderResponse>;
|
|
140
140
|
/** Update provider analytics dashboard. */
|
|
141
|
-
updateProviderAnalyticsDashboard(req: UpdateProviderAnalyticsDashboardRequest, options?: CallOptions): Promise<
|
|
141
|
+
updateProviderAnalyticsDashboard(req: UpdateProviderAnalyticsDashboardRequest, options?: CallOptions): Promise<UpdateProviderAnalyticsDashboardResponse>;
|
|
142
142
|
}
|
|
143
143
|
//# sourceMappingURL=client.d.ts.map
|
package/dist/v1/client.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../src/v1/client.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,8BAA8B,CAAC;AAC9D,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,gCAAgC,CAAC;AAYlE,OAAO,KAAK,EACV,4BAA4B,EAC5B,6BAA6B,EAC7B,uBAAuB,EACvB,wBAAwB,EACxB,wBAAwB,EACxB,yBAAyB,EACzB,2BAA2B,EAC3B,4BAA4B,EAC5B,qBAAqB,EACrB,sBAAsB,EACtB,iBAAiB,EACjB,0BAA0B,EAC1B,oBAAoB,EACpB,
|
|
1
|
+
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../src/v1/client.ts"],"names":[],"mappings":"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"}
|
package/dist/v1/client.js
CHANGED
|
@@ -5,7 +5,7 @@ import { NoOpLogger } from '@databricks/sdk-core/logger';
|
|
|
5
5
|
import { newHttpClient } from './transport';
|
|
6
6
|
import { buildHttpRequest, executeCall, executeHttpCall, marshalRequest, parseResponse, flattenQueryParams, } from './utils';
|
|
7
7
|
import pkgJson from '../../package.json' with { type: 'json' };
|
|
8
|
-
import { marshalAddExchangeForListingRequestSchema, marshalCreateExchangeFilterRequestSchema, marshalCreateExchangeRequestSchema, marshalCreateFileRequestSchema, marshalCreateListingRequestSchema, marshalCreatePersonalizationRequestSchema, marshalCreateProviderAnalyticsDashboardRequestSchema, marshalCreateProviderRequestSchema, marshalFileParentSchema, marshalInstallListingSchema, marshalListingTagSchema, marshalUpdateExchangeFilterRequestSchema, marshalUpdateExchangeRequestSchema, marshalUpdateInstallationDetailSchema, marshalUpdateListingRequestSchema, marshalUpdatePersonalizationRequestStatusRequestSchema, marshalUpdateProviderAnalyticsDashboardRequestSchema, marshalUpdateProviderRequestSchema, unmarshalAddExchangeForListingResponseSchema, unmarshalBatchGetListingsResponseSchema, unmarshalBatchGetProvidersResponseSchema, unmarshalCreateExchangeFilterResponseSchema, unmarshalCreateExchangeResponseSchema,
|
|
8
|
+
import { marshalAddExchangeForListingRequestSchema, marshalCreateExchangeFilterRequestSchema, marshalCreateExchangeRequestSchema, marshalCreateFileRequestSchema, marshalCreateListingRequestSchema, marshalCreatePersonalizationRequestSchema, marshalCreateProviderAnalyticsDashboardRequestSchema, marshalCreateProviderRequestSchema, marshalFileParentSchema, marshalInstallListingSchema, marshalListingTagSchema, marshalUpdateExchangeFilterRequestSchema, marshalUpdateExchangeRequestSchema, marshalUpdateInstallationDetailSchema, marshalUpdateListingRequestSchema, marshalUpdatePersonalizationRequestStatusRequestSchema, marshalUpdateProviderAnalyticsDashboardRequestSchema, marshalUpdateProviderRequestSchema, unmarshalAddExchangeForListingResponseSchema, unmarshalBatchGetListingsResponseSchema, unmarshalBatchGetProvidersResponseSchema, unmarshalCreateExchangeFilterResponseSchema, unmarshalCreateExchangeResponseSchema, unmarshalCreateFileResponseSchema, unmarshalCreateInstallationResponseSchema, unmarshalCreateListingResponseSchema, unmarshalCreatePersonalizationResponseSchema, unmarshalCreateProviderAnalyticsDashboardResponseSchema, unmarshalCreateProviderResponseSchema, unmarshalDeleteExchangeFilterResponseSchema, unmarshalDeleteExchangeResponseSchema, unmarshalDeleteFileResponseSchema, unmarshalDeleteInstallationResponseSchema, unmarshalDeleteListingResponseSchema, unmarshalDeleteProviderResponseSchema, unmarshalGetAllPersonalizationRequestsForConsumerResponseSchema, unmarshalGetExchangeResponseSchema, unmarshalGetFileResponseSchema, unmarshalGetLatestVersionProviderAnalyticsDashboardResponseSchema, unmarshalGetListingContentMetadataResponseSchema, unmarshalGetListingResponseSchema, unmarshalGetListingsResponseSchema, unmarshalGetPersonalizationRequestsForConsumerResponseSchema, unmarshalGetPersonalizationRequestsForProviderResponseSchema, unmarshalGetProviderResponseSchema, unmarshalGetPublishedListingForConsumerResponseSchema, unmarshalGetPublishedListingsForConsumerResponseSchema, unmarshalGetPublishedProviderForConsumerResponseSchema, unmarshalListAllInstallationsResponseSchema, unmarshalListExchangeFiltersResponseSchema, unmarshalListExchangesForListingResponseSchema, unmarshalListExchangesResponseSchema, unmarshalListFilesResponseSchema, unmarshalListFulfillmentsResponseSchema, unmarshalListInstallationsResponseSchema, unmarshalListListingsForExchangeResponseSchema, unmarshalListProviderAnalyticsDashboardResponseSchema, unmarshalListProvidersResponseSchema, unmarshalListPublishedProvidersForConsumerResponseSchema, unmarshalRemoveExchangeForListingResponseSchema, unmarshalSearchPublishedListingsForConsumerResponseSchema, unmarshalUpdateExchangeFilterResponseSchema, unmarshalUpdateExchangeResponseSchema, unmarshalUpdateInstallationResponseSchema, unmarshalUpdateListingResponseSchema, unmarshalUpdatePersonalizationRequestStatusResponseSchema, unmarshalUpdateProviderAnalyticsDashboardResponseSchema, unmarshalUpdateProviderResponseSchema, } from './model';
|
|
9
9
|
// Package identity segment for this client to be used in the User-Agent header.
|
|
10
10
|
const PACKAGE_SEGMENT = {
|
|
11
11
|
key: 'sdk-js-' + pkgJson.name.replace(/^@[^/]+\/sdk-/, ''),
|
|
@@ -114,7 +114,7 @@ export class MarketplacesClient {
|
|
|
114
114
|
httpClient: this.httpClient,
|
|
115
115
|
logger: this.logger,
|
|
116
116
|
});
|
|
117
|
-
resp = parseResponse(respBody,
|
|
117
|
+
resp = parseResponse(respBody, unmarshalCreatePersonalizationResponseSchema);
|
|
118
118
|
};
|
|
119
119
|
await executeCall(call, options);
|
|
120
120
|
if (resp === undefined) {
|
|
@@ -147,7 +147,7 @@ export class MarketplacesClient {
|
|
|
147
147
|
httpClient: this.httpClient,
|
|
148
148
|
logger: this.logger,
|
|
149
149
|
});
|
|
150
|
-
resp = parseResponse(respBody,
|
|
150
|
+
resp = parseResponse(respBody, unmarshalListInstallationsResponseSchema);
|
|
151
151
|
};
|
|
152
152
|
await executeCall(call, options);
|
|
153
153
|
if (resp === undefined) {
|
|
@@ -193,7 +193,7 @@ export class MarketplacesClient {
|
|
|
193
193
|
httpClient: this.httpClient,
|
|
194
194
|
logger: this.logger,
|
|
195
195
|
});
|
|
196
|
-
resp = parseResponse(respBody,
|
|
196
|
+
resp = parseResponse(respBody, unmarshalGetListingContentMetadataResponseSchema);
|
|
197
197
|
};
|
|
198
198
|
await executeCall(call, options);
|
|
199
199
|
if (resp === undefined) {
|
|
@@ -230,7 +230,7 @@ export class MarketplacesClient {
|
|
|
230
230
|
httpClient: this.httpClient,
|
|
231
231
|
logger: this.logger,
|
|
232
232
|
});
|
|
233
|
-
resp = parseResponse(respBody,
|
|
233
|
+
resp = parseResponse(respBody, unmarshalGetPersonalizationRequestsForConsumerResponseSchema);
|
|
234
234
|
};
|
|
235
235
|
await executeCall(call, options);
|
|
236
236
|
if (resp === undefined) {
|
|
@@ -254,7 +254,7 @@ export class MarketplacesClient {
|
|
|
254
254
|
httpClient: this.httpClient,
|
|
255
255
|
logger: this.logger,
|
|
256
256
|
});
|
|
257
|
-
resp = parseResponse(respBody,
|
|
257
|
+
resp = parseResponse(respBody, unmarshalGetPublishedListingForConsumerResponseSchema);
|
|
258
258
|
};
|
|
259
259
|
await executeCall(call, options);
|
|
260
260
|
if (resp === undefined) {
|
|
@@ -278,7 +278,7 @@ export class MarketplacesClient {
|
|
|
278
278
|
httpClient: this.httpClient,
|
|
279
279
|
logger: this.logger,
|
|
280
280
|
});
|
|
281
|
-
resp = parseResponse(respBody,
|
|
281
|
+
resp = parseResponse(respBody, unmarshalGetPublishedProviderForConsumerResponseSchema);
|
|
282
282
|
};
|
|
283
283
|
await executeCall(call, options);
|
|
284
284
|
if (resp === undefined) {
|
|
@@ -303,7 +303,7 @@ export class MarketplacesClient {
|
|
|
303
303
|
httpClient: this.httpClient,
|
|
304
304
|
logger: this.logger,
|
|
305
305
|
});
|
|
306
|
-
resp = parseResponse(respBody,
|
|
306
|
+
resp = parseResponse(respBody, unmarshalCreateInstallationResponseSchema);
|
|
307
307
|
};
|
|
308
308
|
await executeCall(call, options);
|
|
309
309
|
if (resp === undefined) {
|
|
@@ -336,7 +336,7 @@ export class MarketplacesClient {
|
|
|
336
336
|
httpClient: this.httpClient,
|
|
337
337
|
logger: this.logger,
|
|
338
338
|
});
|
|
339
|
-
resp = parseResponse(respBody,
|
|
339
|
+
resp = parseResponse(respBody, unmarshalListAllInstallationsResponseSchema);
|
|
340
340
|
};
|
|
341
341
|
await executeCall(call, options);
|
|
342
342
|
if (resp === undefined) {
|
|
@@ -386,7 +386,7 @@ export class MarketplacesClient {
|
|
|
386
386
|
httpClient: this.httpClient,
|
|
387
387
|
logger: this.logger,
|
|
388
388
|
});
|
|
389
|
-
resp = parseResponse(respBody,
|
|
389
|
+
resp = parseResponse(respBody, unmarshalListFulfillmentsResponseSchema);
|
|
390
390
|
};
|
|
391
391
|
await executeCall(call, options);
|
|
392
392
|
if (resp === undefined) {
|
|
@@ -432,7 +432,7 @@ export class MarketplacesClient {
|
|
|
432
432
|
httpClient: this.httpClient,
|
|
433
433
|
logger: this.logger,
|
|
434
434
|
});
|
|
435
|
-
resp = parseResponse(respBody,
|
|
435
|
+
resp = parseResponse(respBody, unmarshalGetAllPersonalizationRequestsForConsumerResponseSchema);
|
|
436
436
|
};
|
|
437
437
|
await executeCall(call, options);
|
|
438
438
|
if (resp === undefined) {
|
|
@@ -499,7 +499,7 @@ export class MarketplacesClient {
|
|
|
499
499
|
httpClient: this.httpClient,
|
|
500
500
|
logger: this.logger,
|
|
501
501
|
});
|
|
502
|
-
resp = parseResponse(respBody,
|
|
502
|
+
resp = parseResponse(respBody, unmarshalGetPublishedListingsForConsumerResponseSchema);
|
|
503
503
|
};
|
|
504
504
|
await executeCall(call, options);
|
|
505
505
|
if (resp === undefined) {
|
|
@@ -548,7 +548,7 @@ export class MarketplacesClient {
|
|
|
548
548
|
httpClient: this.httpClient,
|
|
549
549
|
logger: this.logger,
|
|
550
550
|
});
|
|
551
|
-
resp = parseResponse(respBody,
|
|
551
|
+
resp = parseResponse(respBody, unmarshalListPublishedProvidersForConsumerResponseSchema);
|
|
552
552
|
};
|
|
553
553
|
await executeCall(call, options);
|
|
554
554
|
if (resp === undefined) {
|
|
@@ -615,7 +615,7 @@ export class MarketplacesClient {
|
|
|
615
615
|
httpClient: this.httpClient,
|
|
616
616
|
logger: this.logger,
|
|
617
617
|
});
|
|
618
|
-
resp = parseResponse(respBody,
|
|
618
|
+
resp = parseResponse(respBody, unmarshalSearchPublishedListingsForConsumerResponseSchema);
|
|
619
619
|
};
|
|
620
620
|
await executeCall(call, options);
|
|
621
621
|
if (resp === undefined) {
|
|
@@ -652,7 +652,7 @@ export class MarketplacesClient {
|
|
|
652
652
|
httpClient: this.httpClient,
|
|
653
653
|
logger: this.logger,
|
|
654
654
|
});
|
|
655
|
-
resp = parseResponse(respBody,
|
|
655
|
+
resp = parseResponse(respBody, unmarshalDeleteInstallationResponseSchema);
|
|
656
656
|
};
|
|
657
657
|
await executeCall(call, options);
|
|
658
658
|
if (resp === undefined) {
|
|
@@ -682,7 +682,7 @@ export class MarketplacesClient {
|
|
|
682
682
|
httpClient: this.httpClient,
|
|
683
683
|
logger: this.logger,
|
|
684
684
|
});
|
|
685
|
-
resp = parseResponse(respBody,
|
|
685
|
+
resp = parseResponse(respBody, unmarshalUpdateInstallationResponseSchema);
|
|
686
686
|
};
|
|
687
687
|
await executeCall(call, options);
|
|
688
688
|
if (resp === undefined) {
|
|
@@ -782,7 +782,7 @@ export class MarketplacesClient {
|
|
|
782
782
|
httpClient: this.httpClient,
|
|
783
783
|
logger: this.logger,
|
|
784
784
|
});
|
|
785
|
-
resp = parseResponse(respBody,
|
|
785
|
+
resp = parseResponse(respBody, unmarshalCreateFileResponseSchema);
|
|
786
786
|
};
|
|
787
787
|
await executeCall(call, options);
|
|
788
788
|
if (resp === undefined) {
|
|
@@ -807,7 +807,7 @@ export class MarketplacesClient {
|
|
|
807
807
|
httpClient: this.httpClient,
|
|
808
808
|
logger: this.logger,
|
|
809
809
|
});
|
|
810
|
-
resp = parseResponse(respBody,
|
|
810
|
+
resp = parseResponse(respBody, unmarshalCreateListingResponseSchema);
|
|
811
811
|
};
|
|
812
812
|
await executeCall(call, options);
|
|
813
813
|
if (resp === undefined) {
|
|
@@ -832,7 +832,7 @@ export class MarketplacesClient {
|
|
|
832
832
|
httpClient: this.httpClient,
|
|
833
833
|
logger: this.logger,
|
|
834
834
|
});
|
|
835
|
-
resp = parseResponse(respBody,
|
|
835
|
+
resp = parseResponse(respBody, unmarshalCreateProviderResponseSchema);
|
|
836
836
|
};
|
|
837
837
|
await executeCall(call, options);
|
|
838
838
|
if (resp === undefined) {
|
|
@@ -857,7 +857,7 @@ export class MarketplacesClient {
|
|
|
857
857
|
httpClient: this.httpClient,
|
|
858
858
|
logger: this.logger,
|
|
859
859
|
});
|
|
860
|
-
resp = parseResponse(respBody,
|
|
860
|
+
resp = parseResponse(respBody, unmarshalCreateProviderAnalyticsDashboardResponseSchema);
|
|
861
861
|
};
|
|
862
862
|
await executeCall(call, options);
|
|
863
863
|
if (resp === undefined) {
|
|
@@ -929,7 +929,7 @@ export class MarketplacesClient {
|
|
|
929
929
|
httpClient: this.httpClient,
|
|
930
930
|
logger: this.logger,
|
|
931
931
|
});
|
|
932
|
-
resp = parseResponse(respBody,
|
|
932
|
+
resp = parseResponse(respBody, unmarshalDeleteFileResponseSchema);
|
|
933
933
|
};
|
|
934
934
|
await executeCall(call, options);
|
|
935
935
|
if (resp === undefined) {
|
|
@@ -953,7 +953,7 @@ export class MarketplacesClient {
|
|
|
953
953
|
httpClient: this.httpClient,
|
|
954
954
|
logger: this.logger,
|
|
955
955
|
});
|
|
956
|
-
resp = parseResponse(respBody,
|
|
956
|
+
resp = parseResponse(respBody, unmarshalDeleteListingResponseSchema);
|
|
957
957
|
};
|
|
958
958
|
await executeCall(call, options);
|
|
959
959
|
if (resp === undefined) {
|
|
@@ -977,7 +977,7 @@ export class MarketplacesClient {
|
|
|
977
977
|
httpClient: this.httpClient,
|
|
978
978
|
logger: this.logger,
|
|
979
979
|
});
|
|
980
|
-
resp = parseResponse(respBody,
|
|
980
|
+
resp = parseResponse(respBody, unmarshalDeleteProviderResponseSchema);
|
|
981
981
|
};
|
|
982
982
|
await executeCall(call, options);
|
|
983
983
|
if (resp === undefined) {
|
|
@@ -1025,7 +1025,7 @@ export class MarketplacesClient {
|
|
|
1025
1025
|
httpClient: this.httpClient,
|
|
1026
1026
|
logger: this.logger,
|
|
1027
1027
|
});
|
|
1028
|
-
resp = parseResponse(respBody,
|
|
1028
|
+
resp = parseResponse(respBody, unmarshalGetFileResponseSchema);
|
|
1029
1029
|
};
|
|
1030
1030
|
await executeCall(call, options);
|
|
1031
1031
|
if (resp === undefined) {
|
|
@@ -1049,7 +1049,7 @@ export class MarketplacesClient {
|
|
|
1049
1049
|
httpClient: this.httpClient,
|
|
1050
1050
|
logger: this.logger,
|
|
1051
1051
|
});
|
|
1052
|
-
resp = parseResponse(respBody,
|
|
1052
|
+
resp = parseResponse(respBody, unmarshalGetLatestVersionProviderAnalyticsDashboardResponseSchema);
|
|
1053
1053
|
};
|
|
1054
1054
|
await executeCall(call, options);
|
|
1055
1055
|
if (resp === undefined) {
|
|
@@ -1073,7 +1073,7 @@ export class MarketplacesClient {
|
|
|
1073
1073
|
httpClient: this.httpClient,
|
|
1074
1074
|
logger: this.logger,
|
|
1075
1075
|
});
|
|
1076
|
-
resp = parseResponse(respBody,
|
|
1076
|
+
resp = parseResponse(respBody, unmarshalGetListingResponseSchema);
|
|
1077
1077
|
};
|
|
1078
1078
|
await executeCall(call, options);
|
|
1079
1079
|
if (resp === undefined) {
|
|
@@ -1109,7 +1109,7 @@ export class MarketplacesClient {
|
|
|
1109
1109
|
httpClient: this.httpClient,
|
|
1110
1110
|
logger: this.logger,
|
|
1111
1111
|
});
|
|
1112
|
-
resp = parseResponse(respBody,
|
|
1112
|
+
resp = parseResponse(respBody, unmarshalGetPersonalizationRequestsForProviderResponseSchema);
|
|
1113
1113
|
};
|
|
1114
1114
|
await executeCall(call, options);
|
|
1115
1115
|
if (resp === undefined) {
|
|
@@ -1146,7 +1146,7 @@ export class MarketplacesClient {
|
|
|
1146
1146
|
httpClient: this.httpClient,
|
|
1147
1147
|
logger: this.logger,
|
|
1148
1148
|
});
|
|
1149
|
-
resp = parseResponse(respBody,
|
|
1149
|
+
resp = parseResponse(respBody, unmarshalGetProviderResponseSchema);
|
|
1150
1150
|
};
|
|
1151
1151
|
await executeCall(call, options);
|
|
1152
1152
|
if (resp === undefined) {
|
|
@@ -1326,7 +1326,7 @@ export class MarketplacesClient {
|
|
|
1326
1326
|
httpClient: this.httpClient,
|
|
1327
1327
|
logger: this.logger,
|
|
1328
1328
|
});
|
|
1329
|
-
resp = parseResponse(respBody,
|
|
1329
|
+
resp = parseResponse(respBody, unmarshalListFilesResponseSchema);
|
|
1330
1330
|
};
|
|
1331
1331
|
await executeCall(call, options);
|
|
1332
1332
|
if (resp === undefined) {
|
|
@@ -1372,7 +1372,7 @@ export class MarketplacesClient {
|
|
|
1372
1372
|
httpClient: this.httpClient,
|
|
1373
1373
|
logger: this.logger,
|
|
1374
1374
|
});
|
|
1375
|
-
resp = parseResponse(respBody,
|
|
1375
|
+
resp = parseResponse(respBody, unmarshalGetListingsResponseSchema);
|
|
1376
1376
|
};
|
|
1377
1377
|
await executeCall(call, options);
|
|
1378
1378
|
if (resp === undefined) {
|
|
@@ -1458,7 +1458,7 @@ export class MarketplacesClient {
|
|
|
1458
1458
|
httpClient: this.httpClient,
|
|
1459
1459
|
logger: this.logger,
|
|
1460
1460
|
});
|
|
1461
|
-
resp = parseResponse(respBody,
|
|
1461
|
+
resp = parseResponse(respBody, unmarshalListProviderAnalyticsDashboardResponseSchema);
|
|
1462
1462
|
};
|
|
1463
1463
|
await executeCall(call, options);
|
|
1464
1464
|
if (resp === undefined) {
|
|
@@ -1491,7 +1491,7 @@ export class MarketplacesClient {
|
|
|
1491
1491
|
httpClient: this.httpClient,
|
|
1492
1492
|
logger: this.logger,
|
|
1493
1493
|
});
|
|
1494
|
-
resp = parseResponse(respBody,
|
|
1494
|
+
resp = parseResponse(respBody, unmarshalListProvidersResponseSchema);
|
|
1495
1495
|
};
|
|
1496
1496
|
await executeCall(call, options);
|
|
1497
1497
|
if (resp === undefined) {
|
|
@@ -1603,7 +1603,7 @@ export class MarketplacesClient {
|
|
|
1603
1603
|
httpClient: this.httpClient,
|
|
1604
1604
|
logger: this.logger,
|
|
1605
1605
|
});
|
|
1606
|
-
resp = parseResponse(respBody,
|
|
1606
|
+
resp = parseResponse(respBody, unmarshalUpdateListingResponseSchema);
|
|
1607
1607
|
};
|
|
1608
1608
|
await executeCall(call, options);
|
|
1609
1609
|
if (resp === undefined) {
|
|
@@ -1628,7 +1628,7 @@ export class MarketplacesClient {
|
|
|
1628
1628
|
httpClient: this.httpClient,
|
|
1629
1629
|
logger: this.logger,
|
|
1630
1630
|
});
|
|
1631
|
-
resp = parseResponse(respBody,
|
|
1631
|
+
resp = parseResponse(respBody, unmarshalUpdatePersonalizationRequestStatusResponseSchema);
|
|
1632
1632
|
};
|
|
1633
1633
|
await executeCall(call, options);
|
|
1634
1634
|
if (resp === undefined) {
|
|
@@ -1653,7 +1653,7 @@ export class MarketplacesClient {
|
|
|
1653
1653
|
httpClient: this.httpClient,
|
|
1654
1654
|
logger: this.logger,
|
|
1655
1655
|
});
|
|
1656
|
-
resp = parseResponse(respBody,
|
|
1656
|
+
resp = parseResponse(respBody, unmarshalUpdateProviderResponseSchema);
|
|
1657
1657
|
};
|
|
1658
1658
|
await executeCall(call, options);
|
|
1659
1659
|
if (resp === undefined) {
|
|
@@ -1678,7 +1678,7 @@ export class MarketplacesClient {
|
|
|
1678
1678
|
httpClient: this.httpClient,
|
|
1679
1679
|
logger: this.logger,
|
|
1680
1680
|
});
|
|
1681
|
-
resp = parseResponse(respBody,
|
|
1681
|
+
resp = parseResponse(respBody, unmarshalUpdateProviderAnalyticsDashboardResponseSchema);
|
|
1682
1682
|
};
|
|
1683
1683
|
await executeCall(call, options);
|
|
1684
1684
|
if (resp === undefined) {
|