@appsemble/utils 0.29.2 → 0.29.4

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 CHANGED
@@ -1,9 +1,9 @@
1
- # ![](https://gitlab.com/appsemble/appsemble/-/raw/0.29.2/config/assets/logo.svg) Appsemble Utilities
1
+ # ![](https://gitlab.com/appsemble/appsemble/-/raw/0.29.4/config/assets/logo.svg) Appsemble Utilities
2
2
 
3
3
  > Internal utility functions used across multiple Appsemble projects.
4
4
 
5
5
  [![npm](https://img.shields.io/npm/v/@appsemble/utils)](https://www.npmjs.com/package/@appsemble/utils)
6
- [![GitLab CI](https://gitlab.com/appsemble/appsemble/badges/0.29.2/pipeline.svg)](https://gitlab.com/appsemble/appsemble/-/releases/0.29.2)
6
+ [![GitLab CI](https://gitlab.com/appsemble/appsemble/badges/0.29.4/pipeline.svg)](https://gitlab.com/appsemble/appsemble/-/releases/0.29.4)
7
7
  [![Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://prettier.io)
8
8
 
9
9
  ## Table of Contents
@@ -26,5 +26,5 @@ not guaranteed.
26
26
 
27
27
  ## License
28
28
 
29
- [LGPL-3.0-only](https://gitlab.com/appsemble/appsemble/-/blob/0.29.2/LICENSE.md) ©
29
+ [LGPL-3.0-only](https://gitlab.com/appsemble/appsemble/-/blob/0.29.4/LICENSE.md) ©
30
30
  [Appsemble](https://appsemble.com)
@@ -4,7 +4,7 @@ export declare const paths: {
4
4
  summary?: string;
5
5
  description?: string;
6
6
  servers?: import("openapi-types").OpenAPIV3.ServerObject[];
7
- parameters?: (import("openapi-types").OpenAPIV3.ParameterObject | import("openapi-types").OpenAPIV3.ReferenceObject)[];
7
+ parameters?: (import("openapi-types").OpenAPIV3.ReferenceObject | import("openapi-types").OpenAPIV3.ParameterObject)[];
8
8
  } & {
9
9
  get?: {
10
10
  tags?: string[];
@@ -12,7 +12,7 @@ export declare const paths: {
12
12
  description?: string;
13
13
  externalDocs?: import("openapi-types").OpenAPIV3.ExternalDocumentationObject;
14
14
  operationId?: string;
15
- parameters?: (import("openapi-types").OpenAPIV3.ParameterObject | import("openapi-types").OpenAPIV3.ReferenceObject)[];
15
+ parameters?: (import("openapi-types").OpenAPIV3.ReferenceObject | import("openapi-types").OpenAPIV3.ParameterObject)[];
16
16
  requestBody?: import("openapi-types").OpenAPIV3.ReferenceObject | import("openapi-types").OpenAPIV3.RequestBodyObject;
17
17
  responses: import("openapi-types").OpenAPIV3.ResponsesObject;
18
18
  callbacks?: {
@@ -28,7 +28,7 @@ export declare const paths: {
28
28
  description?: string;
29
29
  externalDocs?: import("openapi-types").OpenAPIV3.ExternalDocumentationObject;
30
30
  operationId?: string;
31
- parameters?: (import("openapi-types").OpenAPIV3.ParameterObject | import("openapi-types").OpenAPIV3.ReferenceObject)[];
31
+ parameters?: (import("openapi-types").OpenAPIV3.ReferenceObject | import("openapi-types").OpenAPIV3.ParameterObject)[];
32
32
  requestBody?: import("openapi-types").OpenAPIV3.ReferenceObject | import("openapi-types").OpenAPIV3.RequestBodyObject;
33
33
  responses: import("openapi-types").OpenAPIV3.ResponsesObject;
34
34
  callbacks?: {
@@ -44,7 +44,7 @@ export declare const paths: {
44
44
  description?: string;
45
45
  externalDocs?: import("openapi-types").OpenAPIV3.ExternalDocumentationObject;
46
46
  operationId?: string;
47
- parameters?: (import("openapi-types").OpenAPIV3.ParameterObject | import("openapi-types").OpenAPIV3.ReferenceObject)[];
47
+ parameters?: (import("openapi-types").OpenAPIV3.ReferenceObject | import("openapi-types").OpenAPIV3.ParameterObject)[];
48
48
  requestBody?: import("openapi-types").OpenAPIV3.ReferenceObject | import("openapi-types").OpenAPIV3.RequestBodyObject;
49
49
  responses: import("openapi-types").OpenAPIV3.ResponsesObject;
50
50
  callbacks?: {
@@ -60,7 +60,7 @@ export declare const paths: {
60
60
  description?: string;
61
61
  externalDocs?: import("openapi-types").OpenAPIV3.ExternalDocumentationObject;
62
62
  operationId?: string;
63
- parameters?: (import("openapi-types").OpenAPIV3.ParameterObject | import("openapi-types").OpenAPIV3.ReferenceObject)[];
63
+ parameters?: (import("openapi-types").OpenAPIV3.ReferenceObject | import("openapi-types").OpenAPIV3.ParameterObject)[];
64
64
  requestBody?: import("openapi-types").OpenAPIV3.ReferenceObject | import("openapi-types").OpenAPIV3.RequestBodyObject;
65
65
  responses: import("openapi-types").OpenAPIV3.ResponsesObject;
66
66
  callbacks?: {
@@ -76,7 +76,7 @@ export declare const paths: {
76
76
  description?: string;
77
77
  externalDocs?: import("openapi-types").OpenAPIV3.ExternalDocumentationObject;
78
78
  operationId?: string;
79
- parameters?: (import("openapi-types").OpenAPIV3.ParameterObject | import("openapi-types").OpenAPIV3.ReferenceObject)[];
79
+ parameters?: (import("openapi-types").OpenAPIV3.ReferenceObject | import("openapi-types").OpenAPIV3.ParameterObject)[];
80
80
  requestBody?: import("openapi-types").OpenAPIV3.ReferenceObject | import("openapi-types").OpenAPIV3.RequestBodyObject;
81
81
  responses: import("openapi-types").OpenAPIV3.ResponsesObject;
82
82
  callbacks?: {
@@ -92,7 +92,7 @@ export declare const paths: {
92
92
  description?: string;
93
93
  externalDocs?: import("openapi-types").OpenAPIV3.ExternalDocumentationObject;
94
94
  operationId?: string;
95
- parameters?: (import("openapi-types").OpenAPIV3.ParameterObject | import("openapi-types").OpenAPIV3.ReferenceObject)[];
95
+ parameters?: (import("openapi-types").OpenAPIV3.ReferenceObject | import("openapi-types").OpenAPIV3.ParameterObject)[];
96
96
  requestBody?: import("openapi-types").OpenAPIV3.ReferenceObject | import("openapi-types").OpenAPIV3.RequestBodyObject;
97
97
  responses: import("openapi-types").OpenAPIV3.ResponsesObject;
98
98
  callbacks?: {
@@ -108,7 +108,7 @@ export declare const paths: {
108
108
  description?: string;
109
109
  externalDocs?: import("openapi-types").OpenAPIV3.ExternalDocumentationObject;
110
110
  operationId?: string;
111
- parameters?: (import("openapi-types").OpenAPIV3.ParameterObject | import("openapi-types").OpenAPIV3.ReferenceObject)[];
111
+ parameters?: (import("openapi-types").OpenAPIV3.ReferenceObject | import("openapi-types").OpenAPIV3.ParameterObject)[];
112
112
  requestBody?: import("openapi-types").OpenAPIV3.ReferenceObject | import("openapi-types").OpenAPIV3.RequestBodyObject;
113
113
  responses: import("openapi-types").OpenAPIV3.ResponsesObject;
114
114
  callbacks?: {
@@ -124,7 +124,7 @@ export declare const paths: {
124
124
  description?: string;
125
125
  externalDocs?: import("openapi-types").OpenAPIV3.ExternalDocumentationObject;
126
126
  operationId?: string;
127
- parameters?: (import("openapi-types").OpenAPIV3.ParameterObject | import("openapi-types").OpenAPIV3.ReferenceObject)[];
127
+ parameters?: (import("openapi-types").OpenAPIV3.ReferenceObject | import("openapi-types").OpenAPIV3.ParameterObject)[];
128
128
  requestBody?: import("openapi-types").OpenAPIV3.ReferenceObject | import("openapi-types").OpenAPIV3.RequestBodyObject;
129
129
  responses: import("openapi-types").OpenAPIV3.ResponsesObject;
130
130
  callbacks?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appsemble/utils",
3
- "version": "0.29.2",
3
+ "version": "0.29.4",
4
4
  "description": "Utility functions used in Appsemble internally",
5
5
  "keywords": [
6
6
  "app",
@@ -37,7 +37,7 @@
37
37
  "test": "vitest"
38
38
  },
39
39
  "dependencies": {
40
- "@appsemble/types": "0.29.2",
40
+ "@appsemble/types": "0.29.4",
41
41
  "axios": "^1.0.0",
42
42
  "cron-parser": "^4.0.0",
43
43
  "date-fns": "^2.0.0",
@@ -1,3 +1,2 @@
1
- /// <reference types="node" resolution-mode="require"/>
2
1
  import { type JsonValue } from 'type-fest';
3
2
  export declare function serializeResource(data: any): FormData | JsonValue;