@camox/api-contract 0.21.0 → 0.22.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/index.d.ts +16 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3769,6 +3769,10 @@ declare const router: {
|
|
|
3769
3769
|
updatedAt: number;
|
|
3770
3770
|
};
|
|
3771
3771
|
projectName: string;
|
|
3772
|
+
project: {
|
|
3773
|
+
id: number;
|
|
3774
|
+
updatedAt: number;
|
|
3775
|
+
};
|
|
3772
3776
|
layout: {
|
|
3773
3777
|
id: number;
|
|
3774
3778
|
layoutId: string;
|
|
@@ -3822,6 +3826,10 @@ declare const router: {
|
|
|
3822
3826
|
updatedAt: number;
|
|
3823
3827
|
};
|
|
3824
3828
|
projectName: string;
|
|
3829
|
+
project: {
|
|
3830
|
+
id: number;
|
|
3831
|
+
updatedAt: number;
|
|
3832
|
+
};
|
|
3825
3833
|
layout: {
|
|
3826
3834
|
id: number;
|
|
3827
3835
|
layoutId: string;
|
|
@@ -3879,6 +3887,10 @@ declare const router: {
|
|
|
3879
3887
|
updatedAt: number;
|
|
3880
3888
|
};
|
|
3881
3889
|
projectName: string;
|
|
3890
|
+
project: {
|
|
3891
|
+
id: number;
|
|
3892
|
+
updatedAt: number;
|
|
3893
|
+
};
|
|
3882
3894
|
layout: {
|
|
3883
3895
|
id: number;
|
|
3884
3896
|
layoutId: string;
|
|
@@ -3902,6 +3914,10 @@ declare const router: {
|
|
|
3902
3914
|
updatedAt: number;
|
|
3903
3915
|
};
|
|
3904
3916
|
projectName: string;
|
|
3917
|
+
project: {
|
|
3918
|
+
id: number;
|
|
3919
|
+
updatedAt: number;
|
|
3920
|
+
};
|
|
3905
3921
|
layout: {
|
|
3906
3922
|
id: number;
|
|
3907
3923
|
layoutId: string;
|