@icepanel/sdk 0.1.2 → 0.1.6
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/README.md +1 -1
- package/dist/cjs/BaseClient.d.ts +7 -9
- package/dist/cjs/BaseClient.js +8 -3
- package/dist/cjs/Client.d.ts +2 -2
- package/dist/cjs/Client.js +1 -1
- package/dist/cjs/IcePanelClient.d.ts +7 -8
- package/dist/cjs/IcePanelClient.js +11 -11
- package/dist/cjs/api/requests/requests.d.ts +62 -142
- package/dist/cjs/api/resources/catalog/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/catalog/client/Client.js +1 -1
- package/dist/cjs/api/resources/catalog/resources/technologies/client/Client.d.ts +2 -71
- package/dist/cjs/api/resources/catalog/resources/technologies/client/Client.js +5 -262
- package/dist/cjs/api/resources/catalog/resources/technologies/types/types.d.ts +0 -12
- package/dist/cjs/api/resources/comments/client/Client.d.ts +7 -5
- package/dist/cjs/api/resources/comments/client/Client.js +25 -28
- package/dist/cjs/api/resources/comments/resources/replies/client/Client.d.ts +5 -3
- package/dist/cjs/api/resources/comments/resources/replies/client/Client.js +23 -26
- package/dist/cjs/api/resources/diagrams/client/Client.d.ts +4 -3
- package/dist/cjs/api/resources/diagrams/client/Client.js +31 -32
- package/dist/cjs/api/resources/diagrams/resources/content/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/diagrams/resources/content/client/Client.js +10 -7
- package/dist/cjs/api/resources/diagrams/resources/export/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/diagrams/resources/export/client/Client.js +7 -5
- package/dist/cjs/api/resources/diagrams/resources/groups/client/Client.d.ts +6 -4
- package/dist/cjs/api/resources/diagrams/resources/groups/client/Client.js +27 -29
- package/dist/cjs/api/resources/domains/client/Client.d.ts +5 -3
- package/dist/cjs/api/resources/domains/client/Client.js +26 -28
- package/dist/cjs/api/resources/drafts/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/drafts/client/Client.js +22 -15
- package/dist/cjs/api/resources/flows/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/flows/client/Client.js +28 -19
- package/dist/cjs/api/resources/flows/resources/export/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/flows/resources/export/client/Client.js +10 -7
- package/dist/cjs/api/resources/landscapes/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/landscapes/client/Client.js +19 -13
- package/dist/cjs/api/resources/landscapes/resources/export/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/landscapes/resources/export/client/Client.js +7 -5
- package/dist/cjs/api/resources/landscapes/resources/logs/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/landscapes/resources/logs/client/Client.js +10 -7
- package/dist/cjs/api/resources/landscapes/resources/logs/resources/stats/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/landscapes/resources/logs/resources/stats/client/Client.js +7 -5
- package/dist/cjs/api/resources/model/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/model/client/Client.js +1 -1
- package/dist/cjs/api/resources/model/resources/connections/client/Client.d.ts +28 -5
- package/dist/cjs/api/resources/model/resources/connections/client/Client.js +95 -17
- package/dist/cjs/api/resources/model/resources/connections/resources/export/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/model/resources/connections/resources/export/client/Client.js +6 -4
- package/dist/cjs/api/resources/model/resources/connections/types/types.d.ts +6 -0
- package/dist/cjs/api/resources/model/resources/objects/client/Client.d.ts +6 -4
- package/dist/cjs/api/resources/model/resources/objects/client/Client.js +24 -27
- package/dist/cjs/api/resources/model/resources/objects/resources/export/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/model/resources/objects/resources/export/client/Client.js +9 -6
- package/dist/cjs/api/resources/organizations/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/organizations/client/Client.js +16 -11
- package/dist/cjs/api/resources/organizations/resources/landscapes/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/organizations/resources/landscapes/client/Client.js +7 -5
- package/dist/cjs/api/resources/organizations/resources/logs/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/organizations/resources/logs/client/Client.js +7 -5
- package/dist/cjs/api/resources/organizations/resources/logs/resources/stats/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/organizations/resources/logs/resources/stats/client/Client.js +7 -5
- package/dist/cjs/api/resources/organizations/resources/technologies/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/organizations/resources/technologies/client/Client.js +16 -11
- package/dist/cjs/api/resources/organizations/resources/users/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/organizations/resources/users/client/Client.js +10 -7
- package/dist/cjs/api/resources/organizations/resources/users/resources/invites/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/organizations/resources/users/resources/invites/client/Client.js +10 -7
- package/dist/cjs/api/resources/shareLink/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/shareLink/client/Client.js +13 -9
- package/dist/cjs/api/resources/tags/client/Client.d.ts +8 -6
- package/dist/cjs/api/resources/tags/client/Client.js +26 -29
- package/dist/cjs/api/resources/tags/resources/groups/client/Client.d.ts +7 -5
- package/dist/cjs/api/resources/tags/resources/groups/client/Client.js +25 -28
- package/dist/cjs/api/resources/teams/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/teams/client/Client.js +22 -15
- package/dist/cjs/api/resources/versions/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/versions/client/Client.js +16 -11
- package/dist/cjs/api/resources/versions/resources/reverts/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/versions/resources/reverts/client/Client.js +13 -9
- package/dist/cjs/api/types/types.d.ts +187 -1487
- package/dist/cjs/api/types/types.js +14 -329
- package/dist/cjs/auth/AnyAuthProvider.d.ts +23 -0
- package/dist/cjs/auth/AnyAuthProvider.js +46 -0
- package/dist/cjs/auth/BearerAuthProvider.d.ts +23 -0
- package/dist/cjs/auth/BearerAuthProvider.js +82 -0
- package/dist/cjs/auth/HeaderAuthProvider.d.ts +17 -10
- package/dist/cjs/auth/HeaderAuthProvider.js +22 -9
- package/dist/cjs/auth/index.d.ts +2 -0
- package/dist/cjs/auth/index.js +5 -1
- package/dist/cjs/core/fetcher/EndpointSupplier.d.ts +2 -2
- package/dist/cjs/environments.d.ts +2 -2
- package/dist/cjs/environments.js +1 -1
- package/dist/cjs/helpers/index.d.ts +1 -1
- package/dist/cjs/helpers/index.js +1 -1
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/BaseClient.d.mts +7 -9
- package/dist/esm/BaseClient.mjs +8 -3
- package/dist/esm/Client.d.mts +2 -2
- package/dist/esm/Client.mjs +2 -2
- package/dist/esm/IcePanelClient.d.mts +7 -8
- package/dist/esm/IcePanelClient.mjs +10 -10
- package/dist/esm/api/requests/requests.d.mts +62 -142
- package/dist/esm/api/resources/catalog/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/catalog/client/Client.mjs +2 -2
- package/dist/esm/api/resources/catalog/resources/technologies/client/Client.d.mts +2 -71
- package/dist/esm/api/resources/catalog/resources/technologies/client/Client.mjs +6 -263
- package/dist/esm/api/resources/catalog/resources/technologies/types/types.d.mts +0 -12
- package/dist/esm/api/resources/comments/client/Client.d.mts +7 -5
- package/dist/esm/api/resources/comments/client/Client.mjs +26 -29
- package/dist/esm/api/resources/comments/resources/replies/client/Client.d.mts +5 -3
- package/dist/esm/api/resources/comments/resources/replies/client/Client.mjs +24 -27
- package/dist/esm/api/resources/diagrams/client/Client.d.mts +4 -3
- package/dist/esm/api/resources/diagrams/client/Client.mjs +32 -33
- package/dist/esm/api/resources/diagrams/resources/content/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/diagrams/resources/content/client/Client.mjs +11 -8
- package/dist/esm/api/resources/diagrams/resources/export/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/diagrams/resources/export/client/Client.mjs +8 -6
- package/dist/esm/api/resources/diagrams/resources/groups/client/Client.d.mts +6 -4
- package/dist/esm/api/resources/diagrams/resources/groups/client/Client.mjs +28 -30
- package/dist/esm/api/resources/domains/client/Client.d.mts +5 -3
- package/dist/esm/api/resources/domains/client/Client.mjs +27 -29
- package/dist/esm/api/resources/drafts/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/drafts/client/Client.mjs +23 -16
- package/dist/esm/api/resources/flows/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/flows/client/Client.mjs +29 -20
- package/dist/esm/api/resources/flows/resources/export/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/flows/resources/export/client/Client.mjs +11 -8
- package/dist/esm/api/resources/landscapes/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/landscapes/client/Client.mjs +20 -14
- package/dist/esm/api/resources/landscapes/resources/export/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/landscapes/resources/export/client/Client.mjs +8 -6
- package/dist/esm/api/resources/landscapes/resources/logs/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/landscapes/resources/logs/client/Client.mjs +11 -8
- package/dist/esm/api/resources/landscapes/resources/logs/resources/stats/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/landscapes/resources/logs/resources/stats/client/Client.mjs +8 -6
- package/dist/esm/api/resources/model/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/model/client/Client.mjs +2 -2
- package/dist/esm/api/resources/model/resources/connections/client/Client.d.mts +28 -5
- package/dist/esm/api/resources/model/resources/connections/client/Client.mjs +96 -18
- package/dist/esm/api/resources/model/resources/connections/resources/export/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/model/resources/connections/resources/export/client/Client.mjs +7 -5
- package/dist/esm/api/resources/model/resources/connections/types/types.d.mts +6 -0
- package/dist/esm/api/resources/model/resources/objects/client/Client.d.mts +6 -4
- package/dist/esm/api/resources/model/resources/objects/client/Client.mjs +25 -28
- package/dist/esm/api/resources/model/resources/objects/resources/export/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/model/resources/objects/resources/export/client/Client.mjs +10 -7
- package/dist/esm/api/resources/organizations/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/organizations/client/Client.mjs +17 -12
- package/dist/esm/api/resources/organizations/resources/landscapes/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/organizations/resources/landscapes/client/Client.mjs +8 -6
- package/dist/esm/api/resources/organizations/resources/logs/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/organizations/resources/logs/client/Client.mjs +8 -6
- package/dist/esm/api/resources/organizations/resources/logs/resources/stats/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/organizations/resources/logs/resources/stats/client/Client.mjs +8 -6
- package/dist/esm/api/resources/organizations/resources/technologies/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/organizations/resources/technologies/client/Client.mjs +17 -12
- package/dist/esm/api/resources/organizations/resources/users/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/organizations/resources/users/client/Client.mjs +11 -8
- package/dist/esm/api/resources/organizations/resources/users/resources/invites/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/organizations/resources/users/resources/invites/client/Client.mjs +11 -8
- package/dist/esm/api/resources/shareLink/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/shareLink/client/Client.mjs +14 -10
- package/dist/esm/api/resources/tags/client/Client.d.mts +8 -6
- package/dist/esm/api/resources/tags/client/Client.mjs +27 -30
- package/dist/esm/api/resources/tags/resources/groups/client/Client.d.mts +7 -5
- package/dist/esm/api/resources/tags/resources/groups/client/Client.mjs +26 -29
- package/dist/esm/api/resources/teams/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/teams/client/Client.mjs +23 -16
- package/dist/esm/api/resources/versions/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/versions/client/Client.mjs +17 -12
- package/dist/esm/api/resources/versions/resources/reverts/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/versions/resources/reverts/client/Client.mjs +14 -10
- package/dist/esm/api/types/types.d.mts +187 -1487
- package/dist/esm/api/types/types.mjs +11 -325
- package/dist/esm/auth/AnyAuthProvider.d.mts +23 -0
- package/dist/esm/auth/AnyAuthProvider.mjs +42 -0
- package/dist/esm/auth/BearerAuthProvider.d.mts +23 -0
- package/dist/esm/auth/BearerAuthProvider.mjs +45 -0
- package/dist/esm/auth/HeaderAuthProvider.d.mts +17 -10
- package/dist/esm/auth/HeaderAuthProvider.mjs +22 -9
- package/dist/esm/auth/index.d.mts +2 -0
- package/dist/esm/auth/index.mjs +2 -0
- package/dist/esm/core/fetcher/EndpointSupplier.d.mts +2 -2
- package/dist/esm/environments.d.mts +2 -2
- package/dist/esm/environments.mjs +1 -1
- package/dist/esm/helpers/index.d.mts +1 -1
- package/dist/esm/helpers/index.mjs +1 -1
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +107 -280
package/reference.md
CHANGED
|
@@ -182,9 +182,11 @@ await client.comments.upsert({
|
|
|
182
182
|
versionId: "versionId",
|
|
183
183
|
commentId: "commentId",
|
|
184
184
|
body: {
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
185
|
+
body: {
|
|
186
|
+
content: "content",
|
|
187
|
+
status: "open",
|
|
188
|
+
type: "question"
|
|
189
|
+
}
|
|
188
190
|
}
|
|
189
191
|
});
|
|
190
192
|
|
|
@@ -621,7 +623,8 @@ await client.diagrams.delete({
|
|
|
621
623
|
await client.diagrams.update({
|
|
622
624
|
landscapeId: "landscapeId",
|
|
623
625
|
versionId: "versionId",
|
|
624
|
-
diagramId: "diagramId"
|
|
626
|
+
diagramId: "diagramId",
|
|
627
|
+
body: {}
|
|
625
628
|
});
|
|
626
629
|
|
|
627
630
|
```
|
|
@@ -994,7 +997,9 @@ await client.domains.upsert({
|
|
|
994
997
|
landscapeId: "landscapeId",
|
|
995
998
|
versionId: "versionId",
|
|
996
999
|
domainId: "domainId",
|
|
997
|
-
|
|
1000
|
+
body: {
|
|
1001
|
+
name: "name"
|
|
1002
|
+
}
|
|
998
1003
|
});
|
|
999
1004
|
|
|
1000
1005
|
```
|
|
@@ -3031,10 +3036,12 @@ await client.tags.upsert({
|
|
|
3031
3036
|
landscapeId: "landscapeId",
|
|
3032
3037
|
versionId: "versionId",
|
|
3033
3038
|
tagId: "tagId",
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
-
|
|
3037
|
-
|
|
3039
|
+
body: {
|
|
3040
|
+
color: "blue",
|
|
3041
|
+
groupId: "groupId",
|
|
3042
|
+
index: 1.1,
|
|
3043
|
+
name: "name"
|
|
3044
|
+
}
|
|
3038
3045
|
});
|
|
3039
3046
|
|
|
3040
3047
|
```
|
|
@@ -3810,199 +3817,6 @@ await client.versions.update({
|
|
|
3810
3817
|
</details>
|
|
3811
3818
|
|
|
3812
3819
|
## Catalog Technologies
|
|
3813
|
-
<details><summary><code>client.catalog.technologies.<a href="/src/api/resources/catalog/resources/technologies/client/Client.ts">list</a>({ ...params }) -> IcePanel.TechnologiesListResponse</code></summary>
|
|
3814
|
-
<dl>
|
|
3815
|
-
<dd>
|
|
3816
|
-
|
|
3817
|
-
#### 📝 Description
|
|
3818
|
-
|
|
3819
|
-
<dl>
|
|
3820
|
-
<dd>
|
|
3821
|
-
|
|
3822
|
-
<dl>
|
|
3823
|
-
<dd>
|
|
3824
|
-
|
|
3825
|
-
List technologies
|
|
3826
|
-
</dd>
|
|
3827
|
-
</dl>
|
|
3828
|
-
</dd>
|
|
3829
|
-
</dl>
|
|
3830
|
-
|
|
3831
|
-
#### 🔌 Usage
|
|
3832
|
-
|
|
3833
|
-
<dl>
|
|
3834
|
-
<dd>
|
|
3835
|
-
|
|
3836
|
-
<dl>
|
|
3837
|
-
<dd>
|
|
3838
|
-
|
|
3839
|
-
```typescript
|
|
3840
|
-
await client.catalog.technologies.list();
|
|
3841
|
-
|
|
3842
|
-
```
|
|
3843
|
-
</dd>
|
|
3844
|
-
</dl>
|
|
3845
|
-
</dd>
|
|
3846
|
-
</dl>
|
|
3847
|
-
|
|
3848
|
-
#### ⚙️ Parameters
|
|
3849
|
-
|
|
3850
|
-
<dl>
|
|
3851
|
-
<dd>
|
|
3852
|
-
|
|
3853
|
-
<dl>
|
|
3854
|
-
<dd>
|
|
3855
|
-
|
|
3856
|
-
**request:** `IcePanel.CatalogTechnologiesListRequest`
|
|
3857
|
-
|
|
3858
|
-
</dd>
|
|
3859
|
-
</dl>
|
|
3860
|
-
|
|
3861
|
-
<dl>
|
|
3862
|
-
<dd>
|
|
3863
|
-
|
|
3864
|
-
**requestOptions:** `TechnologiesClient.RequestOptions`
|
|
3865
|
-
|
|
3866
|
-
</dd>
|
|
3867
|
-
</dl>
|
|
3868
|
-
</dd>
|
|
3869
|
-
</dl>
|
|
3870
|
-
|
|
3871
|
-
|
|
3872
|
-
</dd>
|
|
3873
|
-
</dl>
|
|
3874
|
-
</details>
|
|
3875
|
-
|
|
3876
|
-
<details><summary><code>client.catalog.technologies.<a href="/src/api/resources/catalog/resources/technologies/client/Client.ts">suggestInformation</a>({ ...params }) -> IcePanel.TechnologiesSuggestInformationResponse</code></summary>
|
|
3877
|
-
<dl>
|
|
3878
|
-
<dd>
|
|
3879
|
-
|
|
3880
|
-
#### 📝 Description
|
|
3881
|
-
|
|
3882
|
-
<dl>
|
|
3883
|
-
<dd>
|
|
3884
|
-
|
|
3885
|
-
<dl>
|
|
3886
|
-
<dd>
|
|
3887
|
-
|
|
3888
|
-
Generate suggestions for a technologies information
|
|
3889
|
-
</dd>
|
|
3890
|
-
</dl>
|
|
3891
|
-
</dd>
|
|
3892
|
-
</dl>
|
|
3893
|
-
|
|
3894
|
-
#### 🔌 Usage
|
|
3895
|
-
|
|
3896
|
-
<dl>
|
|
3897
|
-
<dd>
|
|
3898
|
-
|
|
3899
|
-
<dl>
|
|
3900
|
-
<dd>
|
|
3901
|
-
|
|
3902
|
-
```typescript
|
|
3903
|
-
await client.catalog.technologies.suggestInformation({
|
|
3904
|
-
url: "url"
|
|
3905
|
-
});
|
|
3906
|
-
|
|
3907
|
-
```
|
|
3908
|
-
</dd>
|
|
3909
|
-
</dl>
|
|
3910
|
-
</dd>
|
|
3911
|
-
</dl>
|
|
3912
|
-
|
|
3913
|
-
#### ⚙️ Parameters
|
|
3914
|
-
|
|
3915
|
-
<dl>
|
|
3916
|
-
<dd>
|
|
3917
|
-
|
|
3918
|
-
<dl>
|
|
3919
|
-
<dd>
|
|
3920
|
-
|
|
3921
|
-
**request:** `IcePanel.CatalogSuggestionInformationGetRequest`
|
|
3922
|
-
|
|
3923
|
-
</dd>
|
|
3924
|
-
</dl>
|
|
3925
|
-
|
|
3926
|
-
<dl>
|
|
3927
|
-
<dd>
|
|
3928
|
-
|
|
3929
|
-
**requestOptions:** `TechnologiesClient.RequestOptions`
|
|
3930
|
-
|
|
3931
|
-
</dd>
|
|
3932
|
-
</dl>
|
|
3933
|
-
</dd>
|
|
3934
|
-
</dl>
|
|
3935
|
-
|
|
3936
|
-
|
|
3937
|
-
</dd>
|
|
3938
|
-
</dl>
|
|
3939
|
-
</details>
|
|
3940
|
-
|
|
3941
|
-
<details><summary><code>client.catalog.technologies.<a href="/src/api/resources/catalog/resources/technologies/client/Client.ts">suggestBrand</a>({ ...params }) -> IcePanel.TechnologiesSuggestBrandResponse</code></summary>
|
|
3942
|
-
<dl>
|
|
3943
|
-
<dd>
|
|
3944
|
-
|
|
3945
|
-
#### 📝 Description
|
|
3946
|
-
|
|
3947
|
-
<dl>
|
|
3948
|
-
<dd>
|
|
3949
|
-
|
|
3950
|
-
<dl>
|
|
3951
|
-
<dd>
|
|
3952
|
-
|
|
3953
|
-
Generate suggestions for a technologies branding
|
|
3954
|
-
</dd>
|
|
3955
|
-
</dl>
|
|
3956
|
-
</dd>
|
|
3957
|
-
</dl>
|
|
3958
|
-
|
|
3959
|
-
#### 🔌 Usage
|
|
3960
|
-
|
|
3961
|
-
<dl>
|
|
3962
|
-
<dd>
|
|
3963
|
-
|
|
3964
|
-
<dl>
|
|
3965
|
-
<dd>
|
|
3966
|
-
|
|
3967
|
-
```typescript
|
|
3968
|
-
await client.catalog.technologies.suggestBrand({
|
|
3969
|
-
url: "url"
|
|
3970
|
-
});
|
|
3971
|
-
|
|
3972
|
-
```
|
|
3973
|
-
</dd>
|
|
3974
|
-
</dl>
|
|
3975
|
-
</dd>
|
|
3976
|
-
</dl>
|
|
3977
|
-
|
|
3978
|
-
#### ⚙️ Parameters
|
|
3979
|
-
|
|
3980
|
-
<dl>
|
|
3981
|
-
<dd>
|
|
3982
|
-
|
|
3983
|
-
<dl>
|
|
3984
|
-
<dd>
|
|
3985
|
-
|
|
3986
|
-
**request:** `IcePanel.CatalogSuggestionBrandGetRequest`
|
|
3987
|
-
|
|
3988
|
-
</dd>
|
|
3989
|
-
</dl>
|
|
3990
|
-
|
|
3991
|
-
<dl>
|
|
3992
|
-
<dd>
|
|
3993
|
-
|
|
3994
|
-
**requestOptions:** `TechnologiesClient.RequestOptions`
|
|
3995
|
-
|
|
3996
|
-
</dd>
|
|
3997
|
-
</dl>
|
|
3998
|
-
</dd>
|
|
3999
|
-
</dl>
|
|
4000
|
-
|
|
4001
|
-
|
|
4002
|
-
</dd>
|
|
4003
|
-
</dl>
|
|
4004
|
-
</details>
|
|
4005
|
-
|
|
4006
3820
|
<details><summary><code>client.catalog.technologies.<a href="/src/api/resources/catalog/resources/technologies/client/Client.ts">createSignedIconUrl</a>() -> IcePanel.TechnologiesCreateSignedIconUrlResponse</code></summary>
|
|
4007
3821
|
<dl>
|
|
4008
3822
|
<dd>
|
|
@@ -4119,71 +3933,6 @@ await client.catalog.technologies.get({
|
|
|
4119
3933
|
</dl>
|
|
4120
3934
|
|
|
4121
3935
|
|
|
4122
|
-
</dd>
|
|
4123
|
-
</dl>
|
|
4124
|
-
</details>
|
|
4125
|
-
|
|
4126
|
-
<details><summary><code>client.catalog.technologies.<a href="/src/api/resources/catalog/resources/technologies/client/Client.ts">getSlug</a>({ ...params }) -> IcePanel.TechnologiesGetSlugResponse</code></summary>
|
|
4127
|
-
<dl>
|
|
4128
|
-
<dd>
|
|
4129
|
-
|
|
4130
|
-
#### 📝 Description
|
|
4131
|
-
|
|
4132
|
-
<dl>
|
|
4133
|
-
<dd>
|
|
4134
|
-
|
|
4135
|
-
<dl>
|
|
4136
|
-
<dd>
|
|
4137
|
-
|
|
4138
|
-
Find a technology by the slug
|
|
4139
|
-
</dd>
|
|
4140
|
-
</dl>
|
|
4141
|
-
</dd>
|
|
4142
|
-
</dl>
|
|
4143
|
-
|
|
4144
|
-
#### 🔌 Usage
|
|
4145
|
-
|
|
4146
|
-
<dl>
|
|
4147
|
-
<dd>
|
|
4148
|
-
|
|
4149
|
-
<dl>
|
|
4150
|
-
<dd>
|
|
4151
|
-
|
|
4152
|
-
```typescript
|
|
4153
|
-
await client.catalog.technologies.getSlug({
|
|
4154
|
-
catalogTechnologySlug: "catalogTechnologySlug"
|
|
4155
|
-
});
|
|
4156
|
-
|
|
4157
|
-
```
|
|
4158
|
-
</dd>
|
|
4159
|
-
</dl>
|
|
4160
|
-
</dd>
|
|
4161
|
-
</dl>
|
|
4162
|
-
|
|
4163
|
-
#### ⚙️ Parameters
|
|
4164
|
-
|
|
4165
|
-
<dl>
|
|
4166
|
-
<dd>
|
|
4167
|
-
|
|
4168
|
-
<dl>
|
|
4169
|
-
<dd>
|
|
4170
|
-
|
|
4171
|
-
**request:** `IcePanel.CatalogTechnologySlugFindRequest`
|
|
4172
|
-
|
|
4173
|
-
</dd>
|
|
4174
|
-
</dl>
|
|
4175
|
-
|
|
4176
|
-
<dl>
|
|
4177
|
-
<dd>
|
|
4178
|
-
|
|
4179
|
-
**requestOptions:** `TechnologiesClient.RequestOptions`
|
|
4180
|
-
|
|
4181
|
-
</dd>
|
|
4182
|
-
</dl>
|
|
4183
|
-
</dd>
|
|
4184
|
-
</dl>
|
|
4185
|
-
|
|
4186
|
-
|
|
4187
3936
|
</dd>
|
|
4188
3937
|
</dl>
|
|
4189
3938
|
</details>
|
|
@@ -4412,7 +4161,9 @@ await client.comments.replies.upsert({
|
|
|
4412
4161
|
versionId: "versionId",
|
|
4413
4162
|
commentId: "commentId",
|
|
4414
4163
|
commentReplyId: "commentReplyId",
|
|
4415
|
-
|
|
4164
|
+
body: {
|
|
4165
|
+
content: "content"
|
|
4166
|
+
}
|
|
4416
4167
|
});
|
|
4417
4168
|
|
|
4418
4169
|
```
|
|
@@ -4927,8 +4678,10 @@ await client.diagrams.groups.upsert({
|
|
|
4927
4678
|
landscapeId: "landscapeId",
|
|
4928
4679
|
versionId: "versionId",
|
|
4929
4680
|
diagramGroupId: "diagramGroupId",
|
|
4930
|
-
|
|
4931
|
-
|
|
4681
|
+
body: {
|
|
4682
|
+
modelId: "modelId",
|
|
4683
|
+
name: "name"
|
|
4684
|
+
}
|
|
4932
4685
|
});
|
|
4933
4686
|
|
|
4934
4687
|
```
|
|
@@ -6011,9 +5764,11 @@ await client.model.connections.upsert({
|
|
|
6011
5764
|
landscapeId: "landscapeId",
|
|
6012
5765
|
versionId: "versionId",
|
|
6013
5766
|
modelConnectionId: "modelConnectionId",
|
|
6014
|
-
|
|
6015
|
-
|
|
6016
|
-
|
|
5767
|
+
body: {
|
|
5768
|
+
name: "name",
|
|
5769
|
+
originId: "originId",
|
|
5770
|
+
targetId: "targetId"
|
|
5771
|
+
}
|
|
6017
5772
|
});
|
|
6018
5773
|
|
|
6019
5774
|
```
|
|
@@ -6153,6 +5908,74 @@ await client.model.connections.update({
|
|
|
6153
5908
|
</dl>
|
|
6154
5909
|
|
|
6155
5910
|
|
|
5911
|
+
</dd>
|
|
5912
|
+
</dl>
|
|
5913
|
+
</details>
|
|
5914
|
+
|
|
5915
|
+
<details><summary><code>client.model.connections.<a href="/src/api/resources/model/resources/connections/client/Client.ts">generateDescription</a>({ ...params }) -> IcePanel.ConnectionsGenerateDescriptionResponse</code></summary>
|
|
5916
|
+
<dl>
|
|
5917
|
+
<dd>
|
|
5918
|
+
|
|
5919
|
+
#### 📝 Description
|
|
5920
|
+
|
|
5921
|
+
<dl>
|
|
5922
|
+
<dd>
|
|
5923
|
+
|
|
5924
|
+
<dl>
|
|
5925
|
+
<dd>
|
|
5926
|
+
|
|
5927
|
+
Generate a description for a model connection
|
|
5928
|
+
</dd>
|
|
5929
|
+
</dl>
|
|
5930
|
+
</dd>
|
|
5931
|
+
</dl>
|
|
5932
|
+
|
|
5933
|
+
#### 🔌 Usage
|
|
5934
|
+
|
|
5935
|
+
<dl>
|
|
5936
|
+
<dd>
|
|
5937
|
+
|
|
5938
|
+
<dl>
|
|
5939
|
+
<dd>
|
|
5940
|
+
|
|
5941
|
+
```typescript
|
|
5942
|
+
await client.model.connections.generateDescription({
|
|
5943
|
+
landscapeId: "landscapeId",
|
|
5944
|
+
versionId: "versionId",
|
|
5945
|
+
modelConnectionId: "modelConnectionId",
|
|
5946
|
+
type: "caption"
|
|
5947
|
+
});
|
|
5948
|
+
|
|
5949
|
+
```
|
|
5950
|
+
</dd>
|
|
5951
|
+
</dl>
|
|
5952
|
+
</dd>
|
|
5953
|
+
</dl>
|
|
5954
|
+
|
|
5955
|
+
#### ⚙️ Parameters
|
|
5956
|
+
|
|
5957
|
+
<dl>
|
|
5958
|
+
<dd>
|
|
5959
|
+
|
|
5960
|
+
<dl>
|
|
5961
|
+
<dd>
|
|
5962
|
+
|
|
5963
|
+
**request:** `IcePanel.ModelConnectionGenerateDescriptionRequest`
|
|
5964
|
+
|
|
5965
|
+
</dd>
|
|
5966
|
+
</dl>
|
|
5967
|
+
|
|
5968
|
+
<dl>
|
|
5969
|
+
<dd>
|
|
5970
|
+
|
|
5971
|
+
**requestOptions:** `ConnectionsClient.RequestOptions`
|
|
5972
|
+
|
|
5973
|
+
</dd>
|
|
5974
|
+
</dl>
|
|
5975
|
+
</dd>
|
|
5976
|
+
</dl>
|
|
5977
|
+
|
|
5978
|
+
|
|
6156
5979
|
</dd>
|
|
6157
5980
|
</dl>
|
|
6158
5981
|
</details>
|
|
@@ -6336,8 +6159,10 @@ await client.model.objects.upsert({
|
|
|
6336
6159
|
landscapeId: "landscapeId",
|
|
6337
6160
|
versionId: "versionId",
|
|
6338
6161
|
modelObjectId: "modelObjectId",
|
|
6339
|
-
|
|
6340
|
-
|
|
6162
|
+
body: {
|
|
6163
|
+
name: "name",
|
|
6164
|
+
type: "actor"
|
|
6165
|
+
}
|
|
6341
6166
|
});
|
|
6342
6167
|
|
|
6343
6168
|
```
|
|
@@ -6482,7 +6307,7 @@ await client.model.objects.update({
|
|
|
6482
6307
|
</details>
|
|
6483
6308
|
|
|
6484
6309
|
## Model Connections Export
|
|
6485
|
-
<details><summary><code>client.model.connections.export.<a href="/src/api/resources/model/resources/connections/resources/export/client/Client.ts">csv</a>({ ...params }) ->
|
|
6310
|
+
<details><summary><code>client.model.connections.export.<a href="/src/api/resources/model/resources/connections/resources/export/client/Client.ts">csv</a>({ ...params }) -> string</code></summary>
|
|
6486
6311
|
<dl>
|
|
6487
6312
|
<dd>
|
|
6488
6313
|
|
|
@@ -6602,7 +6427,7 @@ await client.model.objects.export.dependenciesJson({
|
|
|
6602
6427
|
</dl>
|
|
6603
6428
|
</details>
|
|
6604
6429
|
|
|
6605
|
-
<details><summary><code>client.model.objects.export.<a href="/src/api/resources/model/resources/objects/resources/export/client/Client.ts">csv</a>({ ...params }) ->
|
|
6430
|
+
<details><summary><code>client.model.objects.export.<a href="/src/api/resources/model/resources/objects/resources/export/client/Client.ts">csv</a>({ ...params }) -> string</code></summary>
|
|
6606
6431
|
<dl>
|
|
6607
6432
|
<dd>
|
|
6608
6433
|
|
|
@@ -7798,9 +7623,11 @@ await client.tags.groups.upsert({
|
|
|
7798
7623
|
landscapeId: "landscapeId",
|
|
7799
7624
|
versionId: "versionId",
|
|
7800
7625
|
tagGroupId: "tagGroupId",
|
|
7801
|
-
|
|
7802
|
-
|
|
7803
|
-
|
|
7626
|
+
body: {
|
|
7627
|
+
icon: "bug",
|
|
7628
|
+
index: 1.1,
|
|
7629
|
+
name: "name"
|
|
7630
|
+
}
|
|
7804
7631
|
});
|
|
7805
7632
|
|
|
7806
7633
|
```
|