@wix/portfolio 1.0.65 → 1.0.66

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/portfolio",
3
- "version": "1.0.65",
3
+ "version": "1.0.66",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@wix/portfolio_collections": "1.0.13",
22
22
  "@wix/portfolio_portfolio-settings": "1.0.0",
23
- "@wix/portfolio_project-in-collections": "1.0.13",
23
+ "@wix/portfolio_project-in-collections": "1.0.14",
24
24
  "@wix/portfolio_project-items": "1.0.17",
25
- "@wix/portfolio_projects": "1.0.16"
25
+ "@wix/portfolio_projects": "1.0.17"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@wix/sdk": "https://cdn.dev.wixpress.com/@wix/sdk/02e8069ab2fd783e0e6a080fc7d590e76cb26ab93c8389574286305b.tar.gz",
@@ -47,5 +47,5 @@
47
47
  "fqdn": ""
48
48
  }
49
49
  },
50
- "falconPackageHash": "bd0dedd8b16f11d1b6202d007393dc2d4650677ec9fb499f8a859e17"
50
+ "falconPackageHash": "0db213143d8bca3b3f4b1b4b3d0d770750fe49719b5b8d32df470288"
51
51
  }
@@ -1171,6 +1171,7 @@ interface Project$1 extends ProjectCoverOneOf$1 {
1171
1171
  collectionIds?: string[];
1172
1172
  /** Custom project details */
1173
1173
  details?: ProjectDetail$1[];
1174
+ /** Project's slug */
1174
1175
  slug?: string | null;
1175
1176
  /**
1176
1177
  * Represents the time this Project was created
@@ -1187,6 +1188,7 @@ interface Project$1 extends ProjectCoverOneOf$1 {
1187
1188
  * @readonly
1188
1189
  */
1189
1190
  url?: string;
1191
+ /** SEO data for the project */
1190
1192
  seoData?: SeoSchema$1;
1191
1193
  /**
1192
1194
  * indicates if the project is synced from external platform (via integration page) and therefore will be updated from the external platform on daily basis
@@ -1221,12 +1223,14 @@ interface Video$1 {
1221
1223
  }
1222
1224
  interface ProjectDetail$1 extends ProjectDetailValueOneOf$1 {
1223
1225
  text?: string;
1226
+ /** Details link */
1224
1227
  link?: DetailsLink$1;
1225
1228
  label?: string;
1226
1229
  }
1227
1230
  /** @oneof */
1228
1231
  interface ProjectDetailValueOneOf$1 {
1229
1232
  text?: string;
1233
+ /** Details link */
1230
1234
  link?: DetailsLink$1;
1231
1235
  }
1232
1236
  interface DetailsLink$1 {
@@ -1366,6 +1370,7 @@ interface Cursors$1 {
1366
1370
  prev?: string | null;
1367
1371
  }
1368
1372
  interface MaskedProject {
1373
+ /** Project to be updated */
1369
1374
  project?: Project$1;
1370
1375
  }
1371
1376
  interface BulkUpdateProjectsResponse {
@@ -1377,6 +1382,7 @@ interface BulkUpdateProjectsResponse {
1377
1382
  interface BulkUpdateProjectsResult {
1378
1383
  /** Holds information about an item in bulk update - id, index in original request array, action successful, error (if failed). */
1379
1384
  itemMetadata?: ItemMetadata;
1385
+ /** Updated Project */
1380
1386
  project?: Project$1;
1381
1387
  }
1382
1388
  interface ItemMetadata {
@@ -1745,11 +1751,13 @@ interface GetProjectPageDataIdentifiers {
1745
1751
  projectSlug: string;
1746
1752
  }
1747
1753
  interface GetProjectOptions {
1754
+ /** Include page url */
1748
1755
  includePageUrl?: boolean | null;
1749
1756
  }
1750
1757
  interface ListProjectsOptions {
1751
1758
  /** Projects limit per response is maximum 100, In the first request the cursor is None */
1752
1759
  paging?: CursorPaging;
1760
+ /** Include page url */
1753
1761
  includePageUrl?: boolean | null;
1754
1762
  }
1755
1763
  interface UpdateProject {
@@ -1775,6 +1783,7 @@ interface UpdateProject {
1775
1783
  collectionIds?: string[];
1776
1784
  /** Custom project details */
1777
1785
  details?: ProjectDetail$1[];
1786
+ /** Project's slug */
1778
1787
  slug?: string | null;
1779
1788
  /**
1780
1789
  * Represents the time this Project was created
@@ -1791,6 +1800,7 @@ interface UpdateProject {
1791
1800
  * @readonly
1792
1801
  */
1793
1802
  url?: string;
1803
+ /** SEO data for the project */
1794
1804
  seoData?: SeoSchema$1;
1795
1805
  /**
1796
1806
  * indicates if the project is synced from external platform (via integration page) and therefore will be updated from the external platform on daily basis
@@ -1801,9 +1811,11 @@ interface UpdateProject {
1801
1811
  interface BulkUpdateProjectsOptions {
1802
1812
  /** projects to be updated. */
1803
1813
  projects?: MaskedProject[];
1814
+ /** Flag to return full entity in response */
1804
1815
  returnFullEntity?: boolean | null;
1805
1816
  }
1806
1817
  interface QueryProjectsOptions {
1818
+ /** Include page url */
1807
1819
  includePageUrl?: boolean | null | undefined;
1808
1820
  }
1809
1821
  interface QueryCursorResult$1 {
@@ -1895,6 +1907,7 @@ interface UpdateProjectOrderInCollectionIdentifiers$1 {
1895
1907
  collectionId: string;
1896
1908
  }
1897
1909
  interface QueryProjectsWithCollectionInfoOptions {
1910
+ /** Include page url */
1898
1911
  includePageUrl?: boolean | null;
1899
1912
  }
1900
1913
 
@@ -2070,6 +2083,7 @@ interface Project extends ProjectCoverOneOf {
2070
2083
  collectionIds?: string[];
2071
2084
  /** Custom project details */
2072
2085
  details?: ProjectDetail[];
2086
+ /** Project's slug */
2073
2087
  slug?: string | null;
2074
2088
  /**
2075
2089
  * Represents the time this Project was created
@@ -2086,6 +2100,7 @@ interface Project extends ProjectCoverOneOf {
2086
2100
  * @readonly
2087
2101
  */
2088
2102
  url?: string;
2103
+ /** SEO data for the project */
2089
2104
  seoData?: SeoSchema;
2090
2105
  /**
2091
2106
  * indicates if the project is synced from external platform (via integration page) and therefore will be updated from the external platform on daily basis
@@ -2120,12 +2135,14 @@ interface Video {
2120
2135
  }
2121
2136
  interface ProjectDetail extends ProjectDetailValueOneOf {
2122
2137
  text?: string;
2138
+ /** Details link */
2123
2139
  link?: DetailsLink;
2124
2140
  label?: string;
2125
2141
  }
2126
2142
  /** @oneof */
2127
2143
  interface ProjectDetailValueOneOf {
2128
2144
  text?: string;
2145
+ /** Details link */
2129
2146
  link?: DetailsLink;
2130
2147
  }
2131
2148
  interface DetailsLink {
@@ -2097,6 +2097,7 @@ interface Project$1 extends ProjectCoverOneOf$1 {
2097
2097
  collectionIds?: string[];
2098
2098
  /** Custom project details */
2099
2099
  details?: ProjectDetail$1[];
2100
+ /** Project's slug */
2100
2101
  slug?: string | null;
2101
2102
  /**
2102
2103
  * Represents the time this Project was created
@@ -2113,6 +2114,7 @@ interface Project$1 extends ProjectCoverOneOf$1 {
2113
2114
  * @readonly
2114
2115
  */
2115
2116
  url?: string;
2117
+ /** SEO data for the project */
2116
2118
  seoData?: SeoSchema$1;
2117
2119
  /**
2118
2120
  * indicates if the project is synced from external platform (via integration page) and therefore will be updated from the external platform on daily basis
@@ -2184,12 +2186,14 @@ interface VideoResolution$1 {
2184
2186
  }
2185
2187
  interface ProjectDetail$1 extends ProjectDetailValueOneOf$1 {
2186
2188
  text?: string;
2189
+ /** Details link */
2187
2190
  link?: DetailsLink$1;
2188
2191
  label?: string;
2189
2192
  }
2190
2193
  /** @oneof */
2191
2194
  interface ProjectDetailValueOneOf$1 {
2192
2195
  text?: string;
2196
+ /** Details link */
2193
2197
  link?: DetailsLink$1;
2194
2198
  }
2195
2199
  interface DetailsLink$1 {
@@ -2204,12 +2208,17 @@ interface DetailsLink$1 {
2204
2208
  target?: string | null;
2205
2209
  }
2206
2210
  interface ProjectSource$1 {
2211
+ /** App definition id */
2207
2212
  appDefId?: string;
2213
+ /** External source id */
2208
2214
  externalId?: string;
2215
+ /** Source name */
2209
2216
  sourceName?: string;
2217
+ /** Source description */
2210
2218
  description?: string | null;
2211
2219
  /** link to external source */
2212
2220
  link?: string | null;
2221
+ /** Sync status */
2213
2222
  syncStatus?: SyncStatus$1;
2214
2223
  /** fields that are synced from external source, should be blocked to update in UI */
2215
2224
  notEditableFields?: string[];
@@ -2751,6 +2760,7 @@ interface CreateProjectResponse {
2751
2760
  interface GetProjectRequest {
2752
2761
  /** Id of the Project to retrieve */
2753
2762
  projectId: string;
2763
+ /** Include page url */
2754
2764
  includePageUrl?: boolean | null;
2755
2765
  }
2756
2766
  interface GetProjectResponse {
@@ -2760,6 +2770,7 @@ interface GetProjectResponse {
2760
2770
  interface ListProjectsRequest {
2761
2771
  /** Projects limit per response is maximum 100, In the first request the cursor is None */
2762
2772
  paging?: CursorPaging$1;
2773
+ /** Include page url */
2763
2774
  includePageUrl?: boolean | null;
2764
2775
  }
2765
2776
  interface CursorPaging$1 {
@@ -2808,9 +2819,11 @@ interface UpdateProjectResponse {
2808
2819
  interface BulkUpdateProjectsRequest {
2809
2820
  /** projects to be updated. */
2810
2821
  projects?: MaskedProject[];
2822
+ /** Flag to return full entity in response */
2811
2823
  returnFullEntity?: boolean | null;
2812
2824
  }
2813
2825
  interface MaskedProject {
2826
+ /** Project to be updated */
2814
2827
  project?: Project$1;
2815
2828
  }
2816
2829
  interface BulkUpdateProjectsResponse {
@@ -2822,6 +2835,7 @@ interface BulkUpdateProjectsResponse {
2822
2835
  interface BulkUpdateProjectsResult {
2823
2836
  /** Holds information about an item in bulk update - id, index in original request array, action successful, error (if failed). */
2824
2837
  itemMetadata?: ItemMetadata;
2838
+ /** Updated Project */
2825
2839
  project?: Project$1;
2826
2840
  }
2827
2841
  interface ItemMetadata {
@@ -2861,6 +2875,7 @@ interface DeleteProjectResponse {
2861
2875
  interface QueryProjectsRequest {
2862
2876
  /** WQL expression */
2863
2877
  query: QueryV2$1;
2878
+ /** Include page url */
2864
2879
  includePageUrl?: boolean | null;
2865
2880
  }
2866
2881
  interface QueryV2$1 extends QueryV2PagingMethodOneOf$1 {
@@ -2939,6 +2954,7 @@ interface ProjectInCollection$1 {
2939
2954
  interface QueryProjectWithCollectionInfoRequest {
2940
2955
  /** WQL expression */
2941
2956
  query: QueryV2$1;
2957
+ /** Include page url */
2942
2958
  includePageUrl?: boolean | null;
2943
2959
  }
2944
2960
  interface QueryProjectWithCollectionInfoResponse {
@@ -3366,11 +3382,13 @@ interface GetProjectPageDataIdentifiers {
3366
3382
  projectSlug: string;
3367
3383
  }
3368
3384
  interface GetProjectOptions {
3385
+ /** Include page url */
3369
3386
  includePageUrl?: boolean | null;
3370
3387
  }
3371
3388
  interface ListProjectsOptions {
3372
3389
  /** Projects limit per response is maximum 100, In the first request the cursor is None */
3373
3390
  paging?: CursorPaging$1;
3391
+ /** Include page url */
3374
3392
  includePageUrl?: boolean | null;
3375
3393
  }
3376
3394
  interface UpdateProject {
@@ -3396,6 +3414,7 @@ interface UpdateProject {
3396
3414
  collectionIds?: string[];
3397
3415
  /** Custom project details */
3398
3416
  details?: ProjectDetail$1[];
3417
+ /** Project's slug */
3399
3418
  slug?: string | null;
3400
3419
  /**
3401
3420
  * Represents the time this Project was created
@@ -3412,6 +3431,7 @@ interface UpdateProject {
3412
3431
  * @readonly
3413
3432
  */
3414
3433
  url?: string;
3434
+ /** SEO data for the project */
3415
3435
  seoData?: SeoSchema$1;
3416
3436
  /**
3417
3437
  * indicates if the project is synced from external platform (via integration page) and therefore will be updated from the external platform on daily basis
@@ -3422,9 +3442,11 @@ interface UpdateProject {
3422
3442
  interface BulkUpdateProjectsOptions {
3423
3443
  /** projects to be updated. */
3424
3444
  projects?: MaskedProject[];
3445
+ /** Flag to return full entity in response */
3425
3446
  returnFullEntity?: boolean | null;
3426
3447
  }
3427
3448
  interface QueryProjectsOptions {
3449
+ /** Include page url */
3428
3450
  includePageUrl?: boolean | null | undefined;
3429
3451
  }
3430
3452
  interface QueryCursorResult$1 {
@@ -3516,6 +3538,7 @@ interface UpdateProjectOrderInCollectionIdentifiers$1 {
3516
3538
  collectionId: string;
3517
3539
  }
3518
3540
  interface QueryProjectsWithCollectionInfoOptions {
3541
+ /** Include page url */
3519
3542
  includePageUrl?: boolean | null;
3520
3543
  }
3521
3544
 
@@ -3766,6 +3789,7 @@ interface Project extends ProjectCoverOneOf {
3766
3789
  collectionIds?: string[];
3767
3790
  /** Custom project details */
3768
3791
  details?: ProjectDetail[];
3792
+ /** Project's slug */
3769
3793
  slug?: string | null;
3770
3794
  /**
3771
3795
  * Represents the time this Project was created
@@ -3782,6 +3806,7 @@ interface Project extends ProjectCoverOneOf {
3782
3806
  * @readonly
3783
3807
  */
3784
3808
  url?: string;
3809
+ /** SEO data for the project */
3785
3810
  seoData?: SeoSchema;
3786
3811
  /**
3787
3812
  * indicates if the project is synced from external platform (via integration page) and therefore will be updated from the external platform on daily basis
@@ -3853,12 +3878,14 @@ interface VideoResolution {
3853
3878
  }
3854
3879
  interface ProjectDetail extends ProjectDetailValueOneOf {
3855
3880
  text?: string;
3881
+ /** Details link */
3856
3882
  link?: DetailsLink;
3857
3883
  label?: string;
3858
3884
  }
3859
3885
  /** @oneof */
3860
3886
  interface ProjectDetailValueOneOf {
3861
3887
  text?: string;
3888
+ /** Details link */
3862
3889
  link?: DetailsLink;
3863
3890
  }
3864
3891
  interface DetailsLink {
@@ -3873,12 +3900,17 @@ interface DetailsLink {
3873
3900
  target?: string | null;
3874
3901
  }
3875
3902
  interface ProjectSource {
3903
+ /** App definition id */
3876
3904
  appDefId?: string;
3905
+ /** External source id */
3877
3906
  externalId?: string;
3907
+ /** Source name */
3878
3908
  sourceName?: string;
3909
+ /** Source description */
3879
3910
  description?: string | null;
3880
3911
  /** link to external source */
3881
3912
  link?: string | null;
3913
+ /** Sync status */
3882
3914
  syncStatus?: SyncStatus;
3883
3915
  /** fields that are synced from external source, should be blocked to update in UI */
3884
3916
  notEditableFields?: string[];
@@ -2144,6 +2144,7 @@ interface Project$3 extends ProjectCoverOneOf$3 {
2144
2144
  collectionIds?: string[];
2145
2145
  /** Custom project details */
2146
2146
  details?: ProjectDetail$3[];
2147
+ /** Project's slug */
2147
2148
  slug?: string | null;
2148
2149
  /**
2149
2150
  * Represents the time this Project was created
@@ -2160,6 +2161,7 @@ interface Project$3 extends ProjectCoverOneOf$3 {
2160
2161
  * @readonly
2161
2162
  */
2162
2163
  url?: PageUrlV2$1;
2164
+ /** SEO data for the project */
2163
2165
  seoData?: SeoSchema$3;
2164
2166
  /**
2165
2167
  * indicates if the project is synced from external platform (via integration page) and therefore will be updated from the external platform on daily basis
@@ -2242,12 +2244,14 @@ interface VideoResolution$1 {
2242
2244
  }
2243
2245
  interface ProjectDetail$3 extends ProjectDetailValueOneOf$3 {
2244
2246
  text?: string;
2247
+ /** Details link */
2245
2248
  link?: DetailsLink$3;
2246
2249
  label?: string;
2247
2250
  }
2248
2251
  /** @oneof */
2249
2252
  interface ProjectDetailValueOneOf$3 {
2250
2253
  text?: string;
2254
+ /** Details link */
2251
2255
  link?: DetailsLink$3;
2252
2256
  }
2253
2257
  interface DetailsLink$3 {
@@ -2349,6 +2353,7 @@ interface CreateProjectResponse$1 {
2349
2353
  interface GetProjectRequest$1 {
2350
2354
  /** Id of the Project to retrieve */
2351
2355
  projectId: string;
2356
+ /** Include page url */
2352
2357
  includePageUrl?: boolean | null;
2353
2358
  }
2354
2359
  interface GetProjectResponse$1 {
@@ -2358,6 +2363,7 @@ interface GetProjectResponse$1 {
2358
2363
  interface ListProjectsRequest$1 {
2359
2364
  /** Projects limit per response is maximum 100, In the first request the cursor is None */
2360
2365
  paging?: CursorPaging$3;
2366
+ /** Include page url */
2361
2367
  includePageUrl?: boolean | null;
2362
2368
  }
2363
2369
  interface CursorPaging$3 {
@@ -2406,9 +2412,11 @@ interface UpdateProjectResponse$1 {
2406
2412
  interface BulkUpdateProjectsRequest$1 {
2407
2413
  /** projects to be updated. */
2408
2414
  projects?: MaskedProject$1[];
2415
+ /** Flag to return full entity in response */
2409
2416
  returnFullEntity?: boolean | null;
2410
2417
  }
2411
2418
  interface MaskedProject$1 {
2419
+ /** Project to be updated */
2412
2420
  project?: Project$3;
2413
2421
  }
2414
2422
  interface BulkUpdateProjectsResponse$1 {
@@ -2420,6 +2428,7 @@ interface BulkUpdateProjectsResponse$1 {
2420
2428
  interface BulkUpdateProjectsResult$1 {
2421
2429
  /** Holds information about an item in bulk update - id, index in original request array, action successful, error (if failed). */
2422
2430
  itemMetadata?: ItemMetadata$1;
2431
+ /** Updated Project */
2423
2432
  project?: Project$3;
2424
2433
  }
2425
2434
  interface ItemMetadata$1 {
@@ -2459,6 +2468,7 @@ interface DeleteProjectResponse$1 {
2459
2468
  interface QueryProjectsRequest$1 {
2460
2469
  /** WQL expression */
2461
2470
  query: QueryV2$3;
2471
+ /** Include page url */
2462
2472
  includePageUrl?: boolean | null;
2463
2473
  }
2464
2474
  interface QueryV2$3 extends QueryV2PagingMethodOneOf$3 {
@@ -2537,6 +2547,7 @@ interface ProjectInCollection$3 {
2537
2547
  interface QueryProjectWithCollectionInfoRequest$1 {
2538
2548
  /** WQL expression */
2539
2549
  query: QueryV2$3;
2550
+ /** Include page url */
2540
2551
  includePageUrl?: boolean | null;
2541
2552
  }
2542
2553
  interface QueryProjectWithCollectionInfoResponse$1 {
@@ -3313,6 +3324,7 @@ interface Project$2 extends ProjectCoverOneOf$2 {
3313
3324
  collectionIds?: string[];
3314
3325
  /** Custom project details */
3315
3326
  details?: ProjectDetail$2[];
3327
+ /** Project's slug */
3316
3328
  slug?: string | null;
3317
3329
  /**
3318
3330
  * Represents the time this Project was created
@@ -3329,6 +3341,7 @@ interface Project$2 extends ProjectCoverOneOf$2 {
3329
3341
  * @readonly
3330
3342
  */
3331
3343
  url?: string;
3344
+ /** SEO data for the project */
3332
3345
  seoData?: SeoSchema$2;
3333
3346
  /**
3334
3347
  * indicates if the project is synced from external platform (via integration page) and therefore will be updated from the external platform on daily basis
@@ -3363,12 +3376,14 @@ interface Video$2 {
3363
3376
  }
3364
3377
  interface ProjectDetail$2 extends ProjectDetailValueOneOf$2 {
3365
3378
  text?: string;
3379
+ /** Details link */
3366
3380
  link?: DetailsLink$2;
3367
3381
  label?: string;
3368
3382
  }
3369
3383
  /** @oneof */
3370
3384
  interface ProjectDetailValueOneOf$2 {
3371
3385
  text?: string;
3386
+ /** Details link */
3372
3387
  link?: DetailsLink$2;
3373
3388
  }
3374
3389
  interface DetailsLink$2 {
@@ -3459,6 +3474,7 @@ interface CreateProjectResponse {
3459
3474
  interface GetProjectRequest {
3460
3475
  /** Id of the Project to retrieve */
3461
3476
  projectId: string;
3477
+ /** Include page url */
3462
3478
  includePageUrl?: boolean | null;
3463
3479
  }
3464
3480
  interface GetProjectResponse {
@@ -3468,6 +3484,7 @@ interface GetProjectResponse {
3468
3484
  interface ListProjectsRequest {
3469
3485
  /** Projects limit per response is maximum 100, In the first request the cursor is None */
3470
3486
  paging?: CursorPaging$2;
3487
+ /** Include page url */
3471
3488
  includePageUrl?: boolean | null;
3472
3489
  }
3473
3490
  interface CursorPaging$2 {
@@ -3516,9 +3533,11 @@ interface UpdateProjectResponse {
3516
3533
  interface BulkUpdateProjectsRequest {
3517
3534
  /** projects to be updated. */
3518
3535
  projects?: MaskedProject[];
3536
+ /** Flag to return full entity in response */
3519
3537
  returnFullEntity?: boolean | null;
3520
3538
  }
3521
3539
  interface MaskedProject {
3540
+ /** Project to be updated */
3522
3541
  project?: Project$2;
3523
3542
  }
3524
3543
  interface BulkUpdateProjectsResponse {
@@ -3530,6 +3549,7 @@ interface BulkUpdateProjectsResponse {
3530
3549
  interface BulkUpdateProjectsResult {
3531
3550
  /** Holds information about an item in bulk update - id, index in original request array, action successful, error (if failed). */
3532
3551
  itemMetadata?: ItemMetadata;
3552
+ /** Updated Project */
3533
3553
  project?: Project$2;
3534
3554
  }
3535
3555
  interface ItemMetadata {
@@ -3569,6 +3589,7 @@ interface DeleteProjectResponse {
3569
3589
  interface QueryProjectsRequest {
3570
3590
  /** WQL expression */
3571
3591
  query: QueryV2$2;
3592
+ /** Include page url */
3572
3593
  includePageUrl?: boolean | null;
3573
3594
  }
3574
3595
  interface QueryV2$2 extends QueryV2PagingMethodOneOf$2 {
@@ -3647,6 +3668,7 @@ interface ProjectInCollection$2 {
3647
3668
  interface QueryProjectWithCollectionInfoRequest {
3648
3669
  /** WQL expression */
3649
3670
  query: QueryV2$2;
3671
+ /** Include page url */
3650
3672
  includePageUrl?: boolean | null;
3651
3673
  }
3652
3674
  interface QueryProjectWithCollectionInfoResponse {
@@ -4081,6 +4103,7 @@ interface Project$1 extends ProjectCoverOneOf$1 {
4081
4103
  collectionIds?: string[];
4082
4104
  /** Custom project details */
4083
4105
  details?: ProjectDetail$1[];
4106
+ /** Project's slug */
4084
4107
  slug?: string | null;
4085
4108
  /**
4086
4109
  * Represents the time this Project was created
@@ -4097,6 +4120,7 @@ interface Project$1 extends ProjectCoverOneOf$1 {
4097
4120
  * @readonly
4098
4121
  */
4099
4122
  url?: PageUrlV2;
4123
+ /** SEO data for the project */
4100
4124
  seoData?: SeoSchema$1;
4101
4125
  /**
4102
4126
  * indicates if the project is synced from external platform (via integration page) and therefore will be updated from the external platform on daily basis
@@ -4179,12 +4203,14 @@ interface VideoResolution {
4179
4203
  }
4180
4204
  interface ProjectDetail$1 extends ProjectDetailValueOneOf$1 {
4181
4205
  text?: string;
4206
+ /** Details link */
4182
4207
  link?: DetailsLink$1;
4183
4208
  label?: string;
4184
4209
  }
4185
4210
  /** @oneof */
4186
4211
  interface ProjectDetailValueOneOf$1 {
4187
4212
  text?: string;
4213
+ /** Details link */
4188
4214
  link?: DetailsLink$1;
4189
4215
  }
4190
4216
  interface DetailsLink$1 {
@@ -4611,6 +4637,7 @@ interface Project extends ProjectCoverOneOf {
4611
4637
  collectionIds?: string[];
4612
4638
  /** Custom project details */
4613
4639
  details?: ProjectDetail[];
4640
+ /** Project's slug */
4614
4641
  slug?: string | null;
4615
4642
  /**
4616
4643
  * Represents the time this Project was created
@@ -4627,6 +4654,7 @@ interface Project extends ProjectCoverOneOf {
4627
4654
  * @readonly
4628
4655
  */
4629
4656
  url?: string;
4657
+ /** SEO data for the project */
4630
4658
  seoData?: SeoSchema;
4631
4659
  /**
4632
4660
  * indicates if the project is synced from external platform (via integration page) and therefore will be updated from the external platform on daily basis
@@ -4661,12 +4689,14 @@ interface Video {
4661
4689
  }
4662
4690
  interface ProjectDetail extends ProjectDetailValueOneOf {
4663
4691
  text?: string;
4692
+ /** Details link */
4664
4693
  link?: DetailsLink;
4665
4694
  label?: string;
4666
4695
  }
4667
4696
  /** @oneof */
4668
4697
  interface ProjectDetailValueOneOf {
4669
4698
  text?: string;
4699
+ /** Details link */
4670
4700
  link?: DetailsLink;
4671
4701
  }
4672
4702
  interface DetailsLink {