@uniformdev/canvas 19.113.1-alpha.1 → 19.114.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.mts +12 -20
- package/dist/index.d.ts +12 -20
- package/dist/index.esm.js +1 -0
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
@@ -3031,11 +3031,9 @@ interface paths$b {
|
|
3031
3031
|
*/
|
3032
3032
|
orderBy?: components$4["parameters"]["orderBy"];
|
3033
3033
|
/**
|
3034
|
-
* Matches
|
3035
|
-
* If true, only pattern
|
3036
|
-
* If false, only regular
|
3037
|
-
* If omitted, both pattern and regular compositions will be returned.
|
3038
|
-
* This is a list query parameter, and cannot be used with any primary query parameters.
|
3034
|
+
* Matches entries based on whether they are pattern entries or a regular entries.
|
3035
|
+
* If true, only pattern entries will be returned.
|
3036
|
+
* If false (default), only regular entries will be returned.
|
3039
3037
|
*/
|
3040
3038
|
pattern?: components$4["parameters"]["pattern"];
|
3041
3039
|
/** The project the entry/entries are on. */
|
@@ -3432,11 +3430,9 @@ interface components$4 {
|
|
3432
3430
|
*/
|
3433
3431
|
skipParameterResolution: boolean;
|
3434
3432
|
/**
|
3435
|
-
* @description Matches
|
3436
|
-
* If true, only pattern
|
3437
|
-
* If false, only regular
|
3438
|
-
* If omitted, both pattern and regular compositions will be returned.
|
3439
|
-
* This is a list query parameter, and cannot be used with any primary query parameters.
|
3433
|
+
* @description Matches entries based on whether they are pattern entries or a regular entries.
|
3434
|
+
* If true, only pattern entries will be returned.
|
3435
|
+
* If false (default), only regular entries will be returned.
|
3440
3436
|
*/
|
3441
3437
|
pattern: boolean;
|
3442
3438
|
/**
|
@@ -11206,11 +11202,9 @@ interface external$3 {
|
|
11206
11202
|
*/
|
11207
11203
|
orderBy?: external$3["../../../lambda/functions/v1-entries.swagger.yml"]["components"]["parameters"]["orderBy"];
|
11208
11204
|
/**
|
11209
|
-
* Matches
|
11210
|
-
* If true, only pattern
|
11211
|
-
* If false, only regular
|
11212
|
-
* If omitted, both pattern and regular compositions will be returned.
|
11213
|
-
* This is a list query parameter, and cannot be used with any primary query parameters.
|
11205
|
+
* Matches entries based on whether they are pattern entries or a regular entries.
|
11206
|
+
* If true, only pattern entries will be returned.
|
11207
|
+
* If false (default), only regular entries will be returned.
|
11214
11208
|
*/
|
11215
11209
|
pattern?: external$3["../../../lambda/functions/v1-entries.swagger.yml"]["components"]["parameters"]["pattern"];
|
11216
11210
|
/** The project the entry/entries are on. */
|
@@ -11607,11 +11601,9 @@ interface external$3 {
|
|
11607
11601
|
*/
|
11608
11602
|
skipParameterResolution: boolean;
|
11609
11603
|
/**
|
11610
|
-
* @description Matches
|
11611
|
-
* If true, only pattern
|
11612
|
-
* If false, only regular
|
11613
|
-
* If omitted, both pattern and regular compositions will be returned.
|
11614
|
-
* This is a list query parameter, and cannot be used with any primary query parameters.
|
11604
|
+
* @description Matches entries based on whether they are pattern entries or a regular entries.
|
11605
|
+
* If true, only pattern entries will be returned.
|
11606
|
+
* If false (default), only regular entries will be returned.
|
11615
11607
|
*/
|
11616
11608
|
pattern: boolean;
|
11617
11609
|
/**
|
package/dist/index.d.ts
CHANGED
@@ -3031,11 +3031,9 @@ interface paths$b {
|
|
3031
3031
|
*/
|
3032
3032
|
orderBy?: components$4["parameters"]["orderBy"];
|
3033
3033
|
/**
|
3034
|
-
* Matches
|
3035
|
-
* If true, only pattern
|
3036
|
-
* If false, only regular
|
3037
|
-
* If omitted, both pattern and regular compositions will be returned.
|
3038
|
-
* This is a list query parameter, and cannot be used with any primary query parameters.
|
3034
|
+
* Matches entries based on whether they are pattern entries or a regular entries.
|
3035
|
+
* If true, only pattern entries will be returned.
|
3036
|
+
* If false (default), only regular entries will be returned.
|
3039
3037
|
*/
|
3040
3038
|
pattern?: components$4["parameters"]["pattern"];
|
3041
3039
|
/** The project the entry/entries are on. */
|
@@ -3432,11 +3430,9 @@ interface components$4 {
|
|
3432
3430
|
*/
|
3433
3431
|
skipParameterResolution: boolean;
|
3434
3432
|
/**
|
3435
|
-
* @description Matches
|
3436
|
-
* If true, only pattern
|
3437
|
-
* If false, only regular
|
3438
|
-
* If omitted, both pattern and regular compositions will be returned.
|
3439
|
-
* This is a list query parameter, and cannot be used with any primary query parameters.
|
3433
|
+
* @description Matches entries based on whether they are pattern entries or a regular entries.
|
3434
|
+
* If true, only pattern entries will be returned.
|
3435
|
+
* If false (default), only regular entries will be returned.
|
3440
3436
|
*/
|
3441
3437
|
pattern: boolean;
|
3442
3438
|
/**
|
@@ -11206,11 +11202,9 @@ interface external$3 {
|
|
11206
11202
|
*/
|
11207
11203
|
orderBy?: external$3["../../../lambda/functions/v1-entries.swagger.yml"]["components"]["parameters"]["orderBy"];
|
11208
11204
|
/**
|
11209
|
-
* Matches
|
11210
|
-
* If true, only pattern
|
11211
|
-
* If false, only regular
|
11212
|
-
* If omitted, both pattern and regular compositions will be returned.
|
11213
|
-
* This is a list query parameter, and cannot be used with any primary query parameters.
|
11205
|
+
* Matches entries based on whether they are pattern entries or a regular entries.
|
11206
|
+
* If true, only pattern entries will be returned.
|
11207
|
+
* If false (default), only regular entries will be returned.
|
11214
11208
|
*/
|
11215
11209
|
pattern?: external$3["../../../lambda/functions/v1-entries.swagger.yml"]["components"]["parameters"]["pattern"];
|
11216
11210
|
/** The project the entry/entries are on. */
|
@@ -11607,11 +11601,9 @@ interface external$3 {
|
|
11607
11601
|
*/
|
11608
11602
|
skipParameterResolution: boolean;
|
11609
11603
|
/**
|
11610
|
-
* @description Matches
|
11611
|
-
* If true, only pattern
|
11612
|
-
* If false, only regular
|
11613
|
-
* If omitted, both pattern and regular compositions will be returned.
|
11614
|
-
* This is a list query parameter, and cannot be used with any primary query parameters.
|
11604
|
+
* @description Matches entries based on whether they are pattern entries or a regular entries.
|
11605
|
+
* If true, only pattern entries will be returned.
|
11606
|
+
* If false (default), only regular entries will be returned.
|
11615
11607
|
*/
|
11616
11608
|
pattern: boolean;
|
11617
11609
|
/**
|
package/dist/index.esm.js
CHANGED
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@uniformdev/canvas",
|
3
|
-
"version": "19.
|
3
|
+
"version": "19.114.0",
|
4
4
|
"description": "Common functionality and types for Uniform Canvas",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
6
6
|
"main": "./dist/index.js",
|
@@ -38,8 +38,8 @@
|
|
38
38
|
"pusher-js": "8.2.0"
|
39
39
|
},
|
40
40
|
"dependencies": {
|
41
|
-
"@uniformdev/assets": "19.
|
42
|
-
"@uniformdev/context": "19.
|
41
|
+
"@uniformdev/assets": "19.114.0",
|
42
|
+
"@uniformdev/context": "19.114.0",
|
43
43
|
"immer": "10.0.3"
|
44
44
|
},
|
45
45
|
"files": [
|
@@ -48,5 +48,5 @@
|
|
48
48
|
"publishConfig": {
|
49
49
|
"access": "public"
|
50
50
|
},
|
51
|
-
"gitHead": "
|
51
|
+
"gitHead": "c9d4260a191785215cdca52c78f869be809f6e06"
|
52
52
|
}
|