@mondaydotcomorg/monday-authorization 3.7.1 → 3.7.3
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/esm/resource-attributes-constants.d.ts +2 -1
- package/dist/esm/resource-attributes-constants.d.ts.map +1 -1
- package/dist/esm/resource-attributes-constants.mjs +1 -0
- package/dist/resource-attributes-constants.d.ts +2 -1
- package/dist/resource-attributes-constants.d.ts.map +1 -1
- package/dist/resource-attributes-constants.js +1 -0
- package/package.json +1 -1
- package/src/resource-attributes-constants.ts +1 -0
|
@@ -21,7 +21,8 @@ export declare enum ResourceType {
|
|
|
21
21
|
Document = "document",
|
|
22
22
|
Crm = "crm",
|
|
23
23
|
Feature = "feature",
|
|
24
|
-
POST = "post"
|
|
24
|
+
POST = "post",
|
|
25
|
+
ASSET = "asset"
|
|
25
26
|
}
|
|
26
27
|
export declare const RESOURCE_TYPES: readonly ResourceType[];
|
|
27
28
|
//# sourceMappingURL=resource-attributes-constants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resource-attributes-constants.d.ts","sourceRoot":"","sources":["../../src/resource-attributes-constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,6BAA6B;;;;;;;;;;;EAWxC,CAAC;AAEH,oBAAY,YAAY;IACtB,OAAO,YAAY;IACnB,cAAc,oBAAoB;IAClC,SAAS,cAAc;IACvB,KAAK,UAAU;IACf,IAAI,SAAS;IACb,IAAI,SAAS;IACb,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,GAAG,QAAQ;IACX,OAAO,YAAY;IACnB,IAAI,SAAS;
|
|
1
|
+
{"version":3,"file":"resource-attributes-constants.d.ts","sourceRoot":"","sources":["../../src/resource-attributes-constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,6BAA6B;;;;;;;;;;;EAWxC,CAAC;AAEH,oBAAY,YAAY;IACtB,OAAO,YAAY;IACnB,cAAc,oBAAoB;IAClC,SAAS,cAAc;IACvB,KAAK,UAAU;IACf,IAAI,SAAS;IACb,IAAI,SAAS;IACb,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,GAAG,QAAQ;IACX,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,KAAK,UAAU;CAChB;AAGD,eAAO,MAAM,cAAc,yBAA6C,CAAC"}
|
|
@@ -23,6 +23,7 @@ var ResourceType;
|
|
|
23
23
|
ResourceType["Crm"] = "crm";
|
|
24
24
|
ResourceType["Feature"] = "feature";
|
|
25
25
|
ResourceType["POST"] = "post";
|
|
26
|
+
ResourceType["ASSET"] = "asset";
|
|
26
27
|
})(ResourceType || (ResourceType = {}));
|
|
27
28
|
// Define the array of strings and use 'as const' to make its contents literal types
|
|
28
29
|
const RESOURCE_TYPES = Object.freeze(Object.values(ResourceType));
|
|
@@ -21,7 +21,8 @@ export declare enum ResourceType {
|
|
|
21
21
|
Document = "document",
|
|
22
22
|
Crm = "crm",
|
|
23
23
|
Feature = "feature",
|
|
24
|
-
POST = "post"
|
|
24
|
+
POST = "post",
|
|
25
|
+
ASSET = "asset"
|
|
25
26
|
}
|
|
26
27
|
export declare const RESOURCE_TYPES: readonly ResourceType[];
|
|
27
28
|
//# sourceMappingURL=resource-attributes-constants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resource-attributes-constants.d.ts","sourceRoot":"","sources":["../src/resource-attributes-constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,6BAA6B;;;;;;;;;;;EAWxC,CAAC;AAEH,oBAAY,YAAY;IACtB,OAAO,YAAY;IACnB,cAAc,oBAAoB;IAClC,SAAS,cAAc;IACvB,KAAK,UAAU;IACf,IAAI,SAAS;IACb,IAAI,SAAS;IACb,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,GAAG,QAAQ;IACX,OAAO,YAAY;IACnB,IAAI,SAAS;
|
|
1
|
+
{"version":3,"file":"resource-attributes-constants.d.ts","sourceRoot":"","sources":["../src/resource-attributes-constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,6BAA6B;;;;;;;;;;;EAWxC,CAAC;AAEH,oBAAY,YAAY;IACtB,OAAO,YAAY;IACnB,cAAc,oBAAoB;IAClC,SAAS,cAAc;IACvB,KAAK,UAAU;IACf,IAAI,SAAS;IACb,IAAI,SAAS;IACb,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,GAAG,QAAQ;IACX,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,KAAK,UAAU;CAChB;AAGD,eAAO,MAAM,cAAc,yBAA6C,CAAC"}
|
|
@@ -25,6 +25,7 @@ exports.ResourceType = void 0;
|
|
|
25
25
|
ResourceType["Crm"] = "crm";
|
|
26
26
|
ResourceType["Feature"] = "feature";
|
|
27
27
|
ResourceType["POST"] = "post";
|
|
28
|
+
ResourceType["ASSET"] = "asset";
|
|
28
29
|
})(exports.ResourceType || (exports.ResourceType = {}));
|
|
29
30
|
// Define the array of strings and use 'as const' to make its contents literal types
|
|
30
31
|
const RESOURCE_TYPES = Object.freeze(Object.values(exports.ResourceType));
|
package/package.json
CHANGED